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

Color Conversions

Format Value CSS Usage
HSL hsl(29, 10%, 44%) color: hsl(29, 10%, 44%)
HEX #7B7065 color: #7B7065
RGB rgb(123, 112, 101) color: rgb(123, 112, 101)
CMYK cmyk(0%, 9%, 18%, 52%)
HSV hsv(30, 18%, 48%)
HWB hwb(30 39% 52%) color: hwb(30 39% 52%)
OKLCH oklch(0.552 0.0216 67.35) color: oklch(0.552 0.0216 67.35)
Lab lab(47.93 2.3 7.67) color: lab(47.93 2.3 7.67)
LCH lch(47.93 8.01 73.31) color: lch(47.93 8.01 73.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 4.83:1
vs Black 4.35: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)

#767668 — rgb(118, 118, 104)

Deuteranopia (Green-blind)

#777868 — rgb(119, 120, 104)

Tritanopia (Blue-blind)

#7A6A6A — rgb(122, 106, 106)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #7B7065;

tailwind

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

box shadow

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

css variable

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

HEX: #7B7065 | RGB: rgb(123, 112, 101) | CMYK: 0%, 9%, 18%, 52% | HSV: 30°, 18%, 48%. Copy any format from the conversion table above.

What colors go well with #7B7065?

The complementary color is HSL(209, 10%, 44%). For a triadic harmony, use hues 29°, 149°, and 269°. For analogous combinations, try hues 359° and 59°. See the Color Harmony section above for complete palettes with previews.

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

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