HSL(53, 7%, 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(53,7%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 7%, 44%) | color: hsl(53, 7%, 44%) | |
| HEX | #787668 | color: #787668 | |
| RGB | rgb(120, 118, 104) | color: rgb(120, 118, 104) | |
| CMYK | cmyk(0%, 2%, 13%, 53%) | — | |
| HSV | hsv(53, 13%, 47%) | — | |
| HWB | hwb(53 41% 53%) | color: hwb(53 41% 53%) | |
| OKLCH | oklch(0.5634 0.0211 100.37) | color: oklch(0.5634 0.0211 100.37) | |
| Lab | lab(49.43 -1.87 7.99) | color: lab(49.43 -1.87 7.99) | |
| LCH | lch(49.43 8.21 103.17) | color: lch(49.43 8.21 103.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)
#77776B — rgb(119, 119, 107)
Deuteranopia (Green-blind)
#77776C — rgb(119, 119, 108)
Tritanopia (Blue-blind)
#786E6F — rgb(120, 110, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 7%, 44%);
text
color: hsl(53, 7%, 44%);
border
border: 2px solid hsl(53, 7%, 44%);
gradient light
background: linear-gradient(to right, hsl(53, 7%, 64%), hsl(53, 7%, 44%));
gradient dark
background: linear-gradient(to right, hsl(53, 7%, 44%), hsl(53, 7%, 24%))
hex
background-color: #787668;
tailwind
bg-[hsl(53,7%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 7%, 44%, 0.4);
css variable
--color-primary: hsl(53, 7%, 44%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(53, 7%, 44%)?
HEX: #787668 | RGB: rgb(120, 118, 104) | CMYK: 0%, 2%, 13%, 53% | HSV: 53°, 13%, 47%. Copy any format from the conversion table above.
What colors go well with #787668?
The complementary color is HSL(233, 7%, 44%). For a triadic harmony, use hues 53°, 173°, and 293°. For analogous combinations, try hues 23° and 83°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(53, 7%, 44%) in CSS?
As HSL: color: hsl(53, 7%, 44%); — As HEX: color: #787668; — As RGB: color: rgb(120, 118, 104); — Tailwind CSS: bg-[hsl(53,7%,44%)] — CSS variable: --color-primary: hsl(53, 7%, 44%);