HSL(31, 10%, 42%)
Grayish Orange — Orange color
Adjust Color
Color Information
Color Name
Grayish Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(31,10%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 10%, 42%) | color: hsl(31, 10%, 42%) | |
| HEX | #766B60 | color: #766B60 | |
| RGB | rgb(118, 107, 96) | color: rgb(118, 107, 96) | |
| CMYK | cmyk(0%, 9%, 19%, 54%) | — | |
| HSV | hsv(30, 19%, 46%) | — | |
| HWB | hwb(30 37% 54%) | color: hwb(30 37% 54%) | |
| OKLCH | oklch(0.5347 0.0218 67.33) | color: oklch(0.5347 0.0218 67.33) | |
| Lab | lab(45.92 2.33 7.73) | color: lab(45.92 2.33 7.73) | |
| LCH | lch(45.92 8.07 73.23) | color: lch(45.92 8.07 73.23) |
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)
#717163 — rgb(113, 113, 99)
Deuteranopia (Green-blind)
#727363 — rgb(114, 115, 99)
Tritanopia (Blue-blind)
#756565 — rgb(117, 101, 101)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 10%, 42%);
text
color: hsl(31, 10%, 42%);
border
border: 2px solid hsl(31, 10%, 42%);
gradient light
background: linear-gradient(to right, hsl(31, 10%, 62%), hsl(31, 10%, 42%));
gradient dark
background: linear-gradient(to right, hsl(31, 10%, 42%), hsl(31, 10%, 22%))
hex
background-color: #766B60;
tailwind
bg-[hsl(31,10%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 10%, 42%, 0.4);
css variable
--color-primary: hsl(31, 10%, 42%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 10%, 42%)?
HEX: #766B60 | RGB: rgb(118, 107, 96) | CMYK: 0%, 9%, 19%, 54% | HSV: 30°, 19%, 46%. Copy any format from the conversion table above.
What colors go well with #766B60?
The complementary color is HSL(211, 10%, 42%). For a triadic harmony, use hues 31°, 151°, and 271°. For analogous combinations, try hues 1° and 61°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(31, 10%, 42%) in CSS?
As HSL: color: hsl(31, 10%, 42%); — As HEX: color: #766B60; — As RGB: color: rgb(118, 107, 96); — Tailwind CSS: bg-[hsl(31,10%,42%)] — CSS variable: --color-primary: hsl(31, 10%, 42%);