✓ Copied to clipboard
#773F1A color swatch preview — Color From Pic.
#773F1A color swatch

#773F1A

#773F1A

📝 Color Information

The hexadecimal color code #773F1A represents a dark shade in the red family. In the RGB color model, this color is composed of 119 red, 63 green, and 26 blue, which translates to approximately 47% red, 25% green, and 10% blue. This makes it a moderately 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, #773F1A has a hue of 24 degrees, a saturation level of 64%, and a lightness value of 28%. The hue angle of places this color firmly in the red spectrum. In the HSV/HSB color model, this translates to a hue of , saturation of 78%, and brightness/value of 47%. For print applications using the CMYK color model, #773F1A would be reproduced using 0% cyan, 47% magenta, 78% yellow, and 53% black. The closest web-safe color is #663333, 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 #773F1A with other colors, consider its complementary color at hue 204° for maximum contrast, or use analogous colors within 30° of its hue for harmonious combinations. The decimal representation of this color is 7814938, which can be useful in certain programming contexts.

🔢 Color Conversion

Tailwind CSS
yellow-900
HEX
#773F1A
RGB
rgb(119, 63, 26)
RGB %
47%, 25%, 10%
HSL
hsl(24, 64%, 28%)
HSV
hsv(24, 78%, 47%)
CMYK
0%, 47%, 78%, 53%
Decimal
7814938
Web Safe
#663333

🎨 Color Schemes

Complementary
Analogous
Triadic
Split Complementary
Tetradic (Rectangle)

🔄 Alternatives to #773F1A

🌗 Shades and Tints

Shades (adding black)
Tints (adding white)

🎚️ Tones of #773F1A

Tones (adding gray / desaturating)

🌈 Hue Variations of #773F1A

Hue Variations (shifting the color spectrum)

👁️ Preview

Text on #773F1A
This demonstrates text readability on the color background. (Click to edit)
#773F1A 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: #773F1A; --color-rgb: 119, 63, 26; --color-hsl: 24, 64%, 28%; } .bg-color { background-color: #773F1A; } .text-color { color: #773F1A; } .border-color { border-color: #773F1A; }