HSL(22, 4%, 45%)
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(22,4%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 4%, 45%) | color: hsl(22, 4%, 45%) | |
| HEX | #77726E | color: #77726E | |
| RGB | rgb(119, 114, 110) | color: rgb(119, 114, 110) | |
| CMYK | cmyk(0%, 4%, 8%, 53%) | — | |
| HSV | hsv(27, 8%, 47%) | — | |
| HWB | hwb(27 43% 53%) | color: hwb(27 43% 53%) | |
| OKLCH | oklch(0.5553 0.0087 61.35) | color: oklch(0.5553 0.0087 61.35) | |
| Lab | lab(48.36 1.15 2.9) | color: lab(48.36 1.15 2.9) | |
| LCH | lch(48.36 3.12 68.37) | color: lch(48.36 3.12 68.37) |
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)
#75756F — rgb(117, 117, 111)
Deuteranopia (Green-blind)
#75766F — rgb(117, 118, 111)
Tritanopia (Blue-blind)
#777070 — rgb(119, 112, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 4%, 45%);
text
color: hsl(22, 4%, 45%);
border
border: 2px solid hsl(22, 4%, 45%);
gradient light
background: linear-gradient(to right, hsl(22, 4%, 65%), hsl(22, 4%, 45%));
gradient dark
background: linear-gradient(to right, hsl(22, 4%, 45%), hsl(22, 4%, 25%))
hex
background-color: #77726E;
tailwind
bg-[hsl(22,4%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 4%, 45%, 0.4);
css variable
--color-primary: hsl(22, 4%, 45%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(22, 4%, 45%)?
HEX: #77726E | RGB: rgb(119, 114, 110) | CMYK: 0%, 4%, 8%, 53% | HSV: 27°, 8%, 47%. Copy any format from the conversion table above.
What colors go well with #77726E?
The complementary color is HSL(202, 4%, 45%). For a triadic harmony, use hues 22°, 142°, and 262°. For analogous combinations, try hues 352° and 52°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(22, 4%, 45%) in CSS?
As HSL: color: hsl(22, 4%, 45%); — As HEX: color: #77726E; — As RGB: color: rgb(119, 114, 110); — Tailwind CSS: bg-[hsl(22,4%,45%)] — CSS variable: --color-primary: hsl(22, 4%, 45%);