HSL(334, 9%, 44%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(334,9%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(334, 9%, 44%) | color: hsl(334, 9%, 44%) | |
| HEX | #7A666F | color: #7A666F | |
| RGB | rgb(122, 102, 111) | color: rgb(122, 102, 111) | |
| CMYK | cmyk(0%, 16%, 9%, 52%) | — | |
| HSV | hsv(333, 16%, 48%) | — | |
| HWB | hwb(333 40% 52%) | color: hwb(333 40% 52%) | |
| OKLCH | oklch(0.5325 0.0287 349.23) | color: oklch(0.5325 0.0287 349.23) | |
| Lab | lab(45.34 9.62 -2.07) | color: lab(45.34 9.62 -2.07) | |
| LCH | lch(45.34 9.84 347.86) | color: lch(45.34 9.84 347.86) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#71716D — rgb(113, 113, 109)
Deuteranopia (Green-blind)
#73746C — rgb(115, 116, 108)
Tritanopia (Blue-blind)
#796B6B — rgb(121, 107, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(334, 9%, 44%);
text
color: hsl(334, 9%, 44%);
border
border: 2px solid hsl(334, 9%, 44%);
gradient light
background: linear-gradient(to right, hsl(334, 9%, 64%), hsl(334, 9%, 44%));
gradient dark
background: linear-gradient(to right, hsl(334, 9%, 44%), hsl(334, 9%, 24%))
hex
background-color: #7A666F;
tailwind
bg-[hsl(334,9%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(334, 9%, 44%, 0.4);
css variable
--color-primary: hsl(334, 9%, 44%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(334, 9%, 44%)?
HEX: #7A666F | RGB: rgb(122, 102, 111) | CMYK: 0%, 16%, 9%, 52% | HSV: 333°, 16%, 48%. Copy any format from the conversion table above.
What colors go well with #7A666F?
The complementary color is HSL(154, 9%, 44%). For a triadic harmony, use hues 334°, 94°, and 214°. For analogous combinations, try hues 304° and 4°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(334, 9%, 44%) in CSS?
As HSL: color: hsl(334, 9%, 44%); — As HEX: color: #7A666F; — As RGB: color: rgb(122, 102, 111); — Tailwind CSS: bg-[hsl(334,9%,44%)] — CSS variable: --color-primary: hsl(334, 9%, 44%);