Shades of Russet #78471E
Tints of Russet #78471E
RGB
CMYK
RGB Variations
Color information
#78471E (or 0x78471E) is known color: Russet. HEX triplet: 78, 47 and 1E. RGB value is (120,71,30). Sum of RGB (Red+Green+Blue) = 120+71+30=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #78471E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78471E is #87B8E1. Grayscale: #515151. Windows color (decimal): -8894690 or 1984376. OLE color: 1984376.
HSL color Cylindrical-coordinate representation of color #78471E: hue angle of 27.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78471E is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 71 | 30 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.53 |
| HSL | 27.33º | 0.6% | 0.29% | - |
| HSV(B) | 27.33º | 0.75% | 0.47% | - |
| XYZ | 10.23 | 8.59 | 2.35 | - |
| YUV | 80.98 | 99.23 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 71 | 30 | 0 | 0.41 | 0.75 | 0.53 | 27.33 | 0.6 | 0.29 |
| Hex | 78 | 47 | 1E | 0 | 29 | 4B | 35 | 1B | 3C | 1D |
| Octal | 170 | 107 | 36 | 0 | 51 | 113 | 65 | 33 | 74 | 35 |
| Binary | 1111000 | 1000111 | 11110 | 0 | 101001 | 1001011 | 110101 | 11011 | 111100 | 11101 |
Color Harmonies of #78471E
Complementary color
Monochromatic Colors of #78471E
Black with #78471E
Text Example
Text Example
White with #78471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78471E; }
p { color: rgb(120,71,30); }
H1.HeaderClassName
{
color: #78471E;
}
.AnyTagClassName
{
color: #78471E;
}
</style>
background-color css
<style>
a { background-color: #78471E; }
a { background-color: rgb(120,71,30); }
div.DivClassName
{
background-color: #78471E;
}
.BgClassName
{
background-color: #78471E;
}
</style>
border-color css
<style>
span { border-color: #78471E; }
span { border-color: rgb(120,71,30); }
td.TdClassName
{
border-color: #78471E;
}
.TagClassName
{
border-color: #78471E;
}
</style>