✓ Copied to clipboard
#7B3F00 color swatch preview — Color From Pic.
#7B3F00 color swatch

#7B3F00

#7B3F00

📝 Color Information

The hexadecimal color code #7B3F00 represents a dark shade in the orange family. In the RGB color model, this color is composed of 123 red, 63 green, and 0 blue, which translates to approximately 48% red, 25% green, and 0% blue. This makes it a highly saturated color with warm undertones that can evoke different emotional responses depending on its application. When analyzed in the HSL (Hue, Saturation, Lightness) color space, #7B3F00 has a hue of 31 degrees, a saturation level of 100%, and a lightness value of 24%. The hue angle of places this color firmly in the orange spectrum. In the HSV/HSB color model, this translates to a hue of , saturation of 100%, and brightness/value of 48%. For print applications using the CMYK color model, #7B3F00 would be reproduced using 0% cyan, 49% magenta, 100% yellow, and 52% black. The closest web-safe color is #663300, which may be useful for ensuring compatibility across older displays and systems. This color works well in various design contexts. As a darker shade, it works well for text, headers, and creating visual weight in compositions. The high saturation makes this color vibrant and attention-grabbing, ideal for call-to-action buttons, highlights, and accent elements. When pairing #7B3F00 with other colors, consider its complementary color at hue 211° for maximum contrast, or use analogous colors within 30° of its hue for harmonious combinations. The decimal representation of this color is 8077056, which can be useful in certain programming contexts.

🔢 Color Conversion

Tailwind CSS
amber-900
HEX
#7B3F00
RGB
rgb(123, 63, 0)
RGB %
48%, 25%, 0%
HSL
hsl(31, 100%, 24%)
HSV
hsv(31, 100%, 48%)
CMYK
0%, 49%, 100%, 52%
Decimal
8077056
Web Safe
#663300

🎨 Color Schemes

Complementary
Analogous
Triadic
Split Complementary
Tetradic (Rectangle)

🔄 Alternatives to #7B3F00

🌗 Shades and Tints

Shades (adding black)
Tints (adding white)

🎚️ Tones of #7B3F00

Tones (adding gray / desaturating)

🌈 Hue Variations of #7B3F00

Hue Variations (shifting the color spectrum)

👁️ Preview

Text on #7B3F00
This demonstrates text readability on the color background. (Click to edit)
#7B3F00 as Text
This shows the color used as text on white. (Click to edit)

👓 Color Blindness Simulator

Check how a color is perceived by people with different types of color blindness to create more accessible designs. Understanding color perception helps ensure your content is accessible to everyone.

📋 CSS Code

:root { --color-hex: #7B3F00; --color-rgb: 123, 63, 0; --color-hsl: 31, 100%, 24%; } .bg-color { background-color: #7B3F00; } .text-color { color: #7B3F00; } .border-color { border-color: #7B3F00; }