HSL(33, 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(33,10%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(33, 10%, 44%) | color: hsl(33, 10%, 44%) | |
| HEX | #7B7165 | color: #7B7165 | |
| RGB | rgb(123, 113, 101) | color: rgb(123, 113, 101) | |
| CMYK | cmyk(0%, 8%, 18%, 52%) | — | |
| HSV | hsv(33, 18%, 48%) | — | |
| HWB | hwb(33 39% 52%) | color: hwb(33 39% 52%) | |
| OKLCH | oklch(0.5542 0.022 72.38) | color: oklch(0.5542 0.022 72.38) | |
| Lab | lab(48.21 1.71 8.07) | color: lab(48.21 1.71 8.07) | |
| LCH | lch(48.21 8.25 78.04) | color: lch(48.21 8.25 78.04) |
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)
#777768 — rgb(119, 119, 104)
Deuteranopia (Green-blind)
#777869 — rgb(119, 120, 105)
Tritanopia (Blue-blind)
#7B6A6B — rgb(123, 106, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(33, 10%, 44%);
text
color: hsl(33, 10%, 44%);
border
border: 2px solid hsl(33, 10%, 44%);
gradient light
background: linear-gradient(to right, hsl(33, 10%, 64%), hsl(33, 10%, 44%));
gradient dark
background: linear-gradient(to right, hsl(33, 10%, 44%), hsl(33, 10%, 24%))
hex
background-color: #7B7165;
tailwind
bg-[hsl(33,10%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(33, 10%, 44%, 0.4);
css variable
--color-primary: hsl(33, 10%, 44%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(33, 10%, 44%)?
HEX: #7B7165 | RGB: rgb(123, 113, 101) | CMYK: 0%, 8%, 18%, 52% | HSV: 33°, 18%, 48%. Copy any format from the conversion table above.
What colors go well with #7B7165?
The complementary color is HSL(213, 10%, 44%). For a triadic harmony, use hues 33°, 153°, and 273°. For analogous combinations, try hues 3° and 63°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(33, 10%, 44%) in CSS?
As HSL: color: hsl(33, 10%, 44%); — As HEX: color: #7B7165; — As RGB: color: rgb(123, 113, 101); — Tailwind CSS: bg-[hsl(33,10%,44%)] — CSS variable: --color-primary: hsl(33, 10%, 44%);