HSL(37, 11%, 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(37,11%,42%)]

Color Conversions

Format Value CSS Usage
HSL hsl(37, 11%, 42%) color: hsl(37, 11%, 42%)
HEX #776E5F color: #776E5F
RGB rgb(119, 110, 95) color: rgb(119, 110, 95)
CMYK cmyk(0%, 8%, 20%, 53%)
HSV hsv(38, 20%, 47%)
HWB hwb(38 38% 53%) color: hwb(38 38% 53%)
OKLCH oklch(0.5421 0.0252 80.58) color: oklch(0.5421 0.0252 80.58)
Lab lab(46.84 0.81 9.64) color: lab(46.84 0.81 9.64)
LCH lch(46.84 9.67 85.2) color: lch(46.84 9.67 85.2)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 5.02:1
vs Black 4.18:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#737363 — rgb(115, 115, 99)

Deuteranopia (Green-blind)

#747464 — rgb(116, 116, 100)

Tritanopia (Blue-blind)

#776566 — rgb(119, 101, 102)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(37, 11%, 42%);

text

color: hsl(37, 11%, 42%);

border

border: 2px solid hsl(37, 11%, 42%);

gradient light

background: linear-gradient(to right, hsl(37, 11%, 62%), hsl(37, 11%, 42%));

gradient dark

background: linear-gradient(to right, hsl(37, 11%, 42%), hsl(37, 11%, 22%))

hex

background-color: #776E5F;

tailwind

bg-[hsl(37,11%,42%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(37, 11%, 42%, 0.4);

css variable

--color-primary: hsl(37, 11%, 42%);

Related Colors

Use Cases for Grayish Orange

E-commerce CTAs Food & beverage branding Energetic UI elements Sale tags Sunset themes

Frequently Asked Questions

What are all the color codes for HSL(37, 11%, 42%)?

HEX: #776E5F | RGB: rgb(119, 110, 95) | CMYK: 0%, 8%, 20%, 53% | HSV: 38°, 20%, 47%. Copy any format from the conversion table above.

What colors go well with #776E5F?

The complementary color is HSL(217, 11%, 42%). For a triadic harmony, use hues 37°, 157°, and 277°. For analogous combinations, try hues 7° and 67°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(37, 11%, 42%) in CSS?

As HSL: color: hsl(37, 11%, 42%); — As HEX: color: #776E5F; — As RGB: color: rgb(119, 110, 95); — Tailwind CSS: bg-[hsl(37,11%,42%)] — CSS variable: --color-primary: hsl(37, 11%, 42%);