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

Color Conversions

Format Value CSS Usage
HSL hsl(17, 10%, 44%) color: hsl(17, 10%, 44%)
HEX #7B6B65 color: #7B6B65
RGB rgb(123, 107, 101) color: rgb(123, 107, 101)
CMYK cmyk(0%, 13%, 18%, 52%)
HSV hsv(16, 18%, 48%)
HWB hwb(16 39% 52%) color: hwb(16 39% 52%)
OKLCH oklch(0.5411 0.0224 41.68) color: oklch(0.5411 0.0224 41.68)
Lab lab(46.53 5.24 5.68) color: lab(46.53 5.24 5.68)
LCH lch(46.53 7.73 47.31) color: lch(46.53 7.73 47.31)

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.08:1
vs Black 4.13: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)

#747466 — rgb(116, 116, 102)

Deuteranopia (Green-blind)

#757667 — rgb(117, 118, 103)

Tritanopia (Blue-blind)

#7A6868 — rgb(122, 104, 104)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #7B6B65;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(17, 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(17, 10%, 44%)?

HEX: #7B6B65 | RGB: rgb(123, 107, 101) | CMYK: 0%, 13%, 18%, 52% | HSV: 16°, 18%, 48%. Copy any format from the conversion table above.

What colors go well with #7B6B65?

The complementary color is HSL(197, 10%, 44%). For a triadic harmony, use hues 17°, 137°, and 257°. For analogous combinations, try hues 347° and 47°. See the Color Harmony section above for complete palettes with previews.

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

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