HSL(27, 10%, 44%)

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(27,10%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(27, 10%, 44%) color: hsl(27, 10%, 44%)
HEX #7B6F65 color: #7B6F65
RGB rgb(123, 111, 101) color: rgb(123, 111, 101)
CMYK cmyk(0%, 10%, 18%, 52%)
HSV hsv(27, 18%, 48%)
HWB hwb(27 39% 52%) color: hwb(27 39% 52%)
OKLCH oklch(0.5498 0.0214 62.18) color: oklch(0.5498 0.0214 62.18)
Lab lab(47.65 2.88 7.27) color: lab(47.65 2.88 7.27)
LCH lch(47.65 7.82 68.39) color: lch(47.65 7.82 68.39)

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 4.88:1
vs Black 4.3: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)

#767667 — rgb(118, 118, 103)

Deuteranopia (Green-blind)

#777768 — rgb(119, 119, 104)

Tritanopia (Blue-blind)

#7A696A — rgb(122, 105, 106)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(27, 10%, 44%);

text

color: hsl(27, 10%, 44%);

border

border: 2px solid hsl(27, 10%, 44%);

gradient light

background: linear-gradient(to right, hsl(27, 10%, 64%), hsl(27, 10%, 44%));

gradient dark

background: linear-gradient(to right, hsl(27, 10%, 44%), hsl(27, 10%, 24%))

hex

background-color: #7B6F65;

tailwind

bg-[hsl(27,10%,44%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(27, 10%, 44%, 0.4);

css variable

--color-primary: hsl(27, 10%, 44%);

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(27, 10%, 44%)?

HEX: #7B6F65 | RGB: rgb(123, 111, 101) | CMYK: 0%, 10%, 18%, 52% | HSV: 27°, 18%, 48%. Copy any format from the conversion table above.

What colors go well with #7B6F65?

The complementary color is HSL(207, 10%, 44%). For a triadic harmony, use hues 27°, 147°, and 267°. For analogous combinations, try hues 357° and 57°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(27, 10%, 44%) in CSS?

As HSL: color: hsl(27, 10%, 44%); — As HEX: color: #7B6F65; — As RGB: color: rgb(123, 111, 101); — Tailwind CSS: bg-[hsl(27,10%,44%)] — CSS variable: --color-primary: hsl(27, 10%, 44%);