Shades of Russet #77431C
Tints of Russet #77431C
RGB
CMYK
RGB Variations
Color information
#77431C (or 0x77431C) is known color: Russet. HEX triplet: 77, 43 and 1C. RGB value is (119,67,28). Sum of RGB (Red+Green+Blue) = 119+67+28=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #77431C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77431C is #88BCE3. Grayscale: #4E4E4E. Windows color (decimal): -8961252 or 1852279. OLE color: 1852279.
HSL color Cylindrical-coordinate representation of color #77431C: hue angle of 25.71º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77431C is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 67 | 28 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.53 |
| HSL | 25.71º | 0.62% | 0.29% | - |
| HSV(B) | 25.71º | 0.76% | 0.47% | - |
| XYZ | 9.82 | 8.02 | 2.13 | - |
| YUV | 78.1 | 99.73 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 67 | 28 | 0 | 0.44 | 0.76 | 0.53 | 25.71 | 0.62 | 0.29 |
| Hex | 77 | 43 | 1C | 0 | 2C | 4C | 35 | 1A | 3E | 1D |
| Octal | 167 | 103 | 34 | 0 | 54 | 114 | 65 | 32 | 76 | 35 |
| Binary | 1110111 | 1000011 | 11100 | 0 | 101100 | 1001100 | 110101 | 11010 | 111110 | 11101 |
Color Harmonies of #77431C
Complementary color
Monochromatic Colors of #77431C
Black with #77431C
Text Example
Text Example
White with #77431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77431C; }
p { color: rgb(119,67,28); }
H1.HeaderClassName
{
color: #77431C;
}
.AnyTagClassName
{
color: #77431C;
}
</style>
background-color css
<style>
a { background-color: #77431C; }
a { background-color: rgb(119,67,28); }
div.DivClassName
{
background-color: #77431C;
}
.BgClassName
{
background-color: #77431C;
}
</style>
border-color css
<style>
span { border-color: #77431C; }
span { border-color: rgb(119,67,28); }
td.TdClassName
{
border-color: #77431C;
}
.TagClassName
{
border-color: #77431C;
}
</style>