HSL(192, 7%, 42%)
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(192,7%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(192, 7%, 42%) | color: hsl(192, 7%, 42%) | |
| HEX | #647073 | color: #647073 | |
| RGB | rgb(100, 112, 115) | color: rgb(100, 112, 115) | |
| CMYK | cmyk(13%, 3%, 0%, 55%) | — | |
| HSV | hsv(192, 13%, 45%) | — | |
| HWB | hwb(192 39% 55%) | color: hwb(192 39% 55%) | |
| OKLCH | oklch(0.5361 0.0153 214.43) | color: oklch(0.5361 0.0153 214.43) | |
| Lab | lab(46.36 -3.83 -3.2) | color: lab(46.36 -3.83 -3.2) | |
| LCH | lch(46.36 4.99 219.88) | color: lch(46.36 4.99 219.88) |
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)
#696972 — rgb(105, 105, 114)
Deuteranopia (Green-blind)
#696872 — rgb(105, 104, 114)
Tritanopia (Blue-blind)
#657272 — rgb(101, 114, 114)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(192, 7%, 42%);
text
color: hsl(192, 7%, 42%);
border
border: 2px solid hsl(192, 7%, 42%);
gradient light
background: linear-gradient(to right, hsl(192, 7%, 62%), hsl(192, 7%, 42%));
gradient dark
background: linear-gradient(to right, hsl(192, 7%, 42%), hsl(192, 7%, 22%))
hex
background-color: #647073;
tailwind
bg-[hsl(192,7%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(192, 7%, 42%, 0.4);
css variable
--color-primary: hsl(192, 7%, 42%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(192, 7%, 42%)?
HEX: #647073 | RGB: rgb(100, 112, 115) | CMYK: 13%, 3%, 0%, 55% | HSV: 192°, 13%, 45%. Copy any format from the conversion table above.
What colors go well with #647073?
The complementary color is HSL(12, 7%, 42%). For a triadic harmony, use hues 192°, 312°, and 72°. For analogous combinations, try hues 162° and 222°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(192, 7%, 42%) in CSS?
As HSL: color: hsl(192, 7%, 42%); — As HEX: color: #647073; — As RGB: color: rgb(100, 112, 115); — Tailwind CSS: bg-[hsl(192,7%,42%)] — CSS variable: --color-primary: hsl(192, 7%, 42%);