Shades of Russet #78421B
Tints of Russet #78421B
RGB
CMYK
RGB Variations
Color information
#78421B (or 0x78421B) is known color: Russet. HEX triplet: 78, 42 and 1B. RGB value is (120,66,27). Sum of RGB (Red+Green+Blue) = 120+66+27=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #78421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78421B is #87BDE4. Grayscale: #4D4D4D. Windows color (decimal): -8895973 or 1786488. OLE color: 1786488.
HSL color Cylindrical-coordinate representation of color #78421B: hue angle of 25.16º 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 #78421B is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 66 | 27 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.53 |
| HSL | 25.16º | 0.63% | 0.29% | - |
| HSV(B) | 25.16º | 0.78% | 0.47% | - |
| XYZ | 9.89 | 7.97 | 2.05 | - |
| YUV | 77.7 | 99.39 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 66 | 27 | 0 | 0.45 | 0.78 | 0.53 | 25.16 | 0.63 | 0.29 |
| Hex | 78 | 42 | 1B | 0 | 2D | 4E | 35 | 19 | 3F | 1D |
| Octal | 170 | 102 | 33 | 0 | 55 | 116 | 65 | 31 | 77 | 35 |
| Binary | 1111000 | 1000010 | 11011 | 0 | 101101 | 1001110 | 110101 | 11001 | 111111 | 11101 |
Color Harmonies of #78421B
Complementary color
Monochromatic Colors of #78421B
Black with #78421B
Text Example
Text Example
White with #78421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78421B; }
p { color: rgb(120,66,27); }
H1.HeaderClassName
{
color: #78421B;
}
.AnyTagClassName
{
color: #78421B;
}
</style>
background-color css
<style>
a { background-color: #78421B; }
a { background-color: rgb(120,66,27); }
div.DivClassName
{
background-color: #78421B;
}
.BgClassName
{
background-color: #78421B;
}
</style>
border-color css
<style>
span { border-color: #78421B; }
span { border-color: rgb(120,66,27); }
td.TdClassName
{
border-color: #78421B;
}
.TagClassName
{
border-color: #78421B;
}
</style>