HSL(129, 9%, 50%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(129,9%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(129, 9%, 50%) | color: hsl(129, 9%, 50%) | |
| HEX | #748B77 | color: #748B77 | |
| RGB | rgb(116, 139, 119) | color: rgb(116, 139, 119) | |
| CMYK | cmyk(17%, 0%, 14%, 45%) | — | |
| HSV | hsv(128, 17%, 55%) | — | |
| HWB | hwb(128 46% 45%) | color: hwb(128 46% 45%) | |
| OKLCH | oklch(0.6127 0.0399 148.76) | color: oklch(0.6127 0.0399 148.76) | |
| Lab | lab(55.59 -12.37 7.98) | color: lab(55.59 -12.37 7.98) | |
| LCH | lch(55.59 14.72 147.17) | color: lch(55.59 14.72 147.17) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#7E7E7C — rgb(126, 126, 124)
Deuteranopia (Green-blind)
#7D7B7D — rgb(125, 123, 125)
Tritanopia (Blue-blind)
#758081 — rgb(117, 128, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(129, 9%, 50%);
text
color: hsl(129, 9%, 50%);
border
border: 2px solid hsl(129, 9%, 50%);
gradient light
background: linear-gradient(to right, hsl(129, 9%, 70%), hsl(129, 9%, 50%));
gradient dark
background: linear-gradient(to right, hsl(129, 9%, 50%), hsl(129, 9%, 30%))
hex
background-color: #748B77;
tailwind
bg-[hsl(129,9%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(129, 9%, 50%, 0.4);
css variable
--color-primary: hsl(129, 9%, 50%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(129, 9%, 50%)?
HEX: #748B77 | RGB: rgb(116, 139, 119) | CMYK: 17%, 0%, 14%, 45% | HSV: 128°, 17%, 55%. Copy any format from the conversion table above.
What colors go well with #748B77?
The complementary color is HSL(309, 9%, 50%). For a triadic harmony, use hues 129°, 249°, and 9°. For analogous combinations, try hues 99° and 159°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(129, 9%, 50%) in CSS?
As HSL: color: hsl(129, 9%, 50%); — As HEX: color: #748B77; — As RGB: color: rgb(116, 139, 119); — Tailwind CSS: bg-[hsl(129,9%,50%)] — CSS variable: --color-primary: hsl(129, 9%, 50%);