Shades of Russet #77431B
Tints of Russet #77431B
RGB
CMYK
RGB Variations
Color information
#77431B (or 0x77431B) is known color: Russet. HEX triplet: 77, 43 and 1B. RGB value is (119,67,27). Sum of RGB (Red+Green+Blue) = 119+67+27=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #77431B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77431B is #88BCE4. Grayscale: #4E4E4E. Windows color (decimal): -8961253 or 1786743. OLE color: 1786743.
HSL color Cylindrical-coordinate representation of color #77431B: hue angle of 26.09º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77431B is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 67 | 27 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.53 |
| HSL | 26.09º | 0.63% | 0.29% | - |
| HSV(B) | 26.09º | 0.77% | 0.47% | - |
| XYZ | 9.81 | 8.02 | 2.07 | - |
| YUV | 77.99 | 99.23 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 67 | 27 | 0 | 0.44 | 0.77 | 0.53 | 26.09 | 0.63 | 0.29 |
| Hex | 77 | 43 | 1B | 0 | 2C | 4D | 35 | 1A | 3F | 1D |
| Octal | 167 | 103 | 33 | 0 | 54 | 115 | 65 | 32 | 77 | 35 |
| Binary | 1110111 | 1000011 | 11011 | 0 | 101100 | 1001101 | 110101 | 11010 | 111111 | 11101 |
Color Harmonies of #77431B
Complementary color
Monochromatic Colors of #77431B
Black with #77431B
Text Example
Text Example
White with #77431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77431B; }
p { color: rgb(119,67,27); }
H1.HeaderClassName
{
color: #77431B;
}
.AnyTagClassName
{
color: #77431B;
}
</style>
background-color css
<style>
a { background-color: #77431B; }
a { background-color: rgb(119,67,27); }
div.DivClassName
{
background-color: #77431B;
}
.BgClassName
{
background-color: #77431B;
}
</style>
border-color css
<style>
span { border-color: #77431B; }
span { border-color: rgb(119,67,27); }
td.TdClassName
{
border-color: #77431B;
}
.TagClassName
{
border-color: #77431B;
}
</style>