Shades of Russett #78706D
Tints of Russett #78706D
RGB
CMYK
RGB Variations
Color information
#78706D (or 0x78706D) is known color: Russett. HEX triplet: 78, 70 and 6D. RGB value is (120,112,109). Sum of RGB (Red+Green+Blue) = 120+112+109=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 120 - color contains mainly: red. Hex color #78706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78706D is #878F92. Grayscale: #727272. Windows color (decimal): -8884115 or 7172216. OLE color: 7172216.
HSL color Cylindrical-coordinate representation of color #78706D: hue angle of 16.36º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #78706D is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 112 | 109 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.53 |
| HSL | 16.36º | 0.05% | 0.45% | - |
| HSV(B) | 16.36º | 0.09% | 0.47% | - |
| XYZ | 16.3 | 16.69 | 16.83 | - |
| YUV | 114.05 | 125.15 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 109 | 0 | 0.07 | 0.09 | 0.53 | 16.36 | 0.05 | 0.45 |
| Hex | 78 | 70 | 6D | 0 | 7 | 9 | 35 | 10 | 5 | 2D |
| Octal | 170 | 160 | 155 | 0 | 7 | 11 | 65 | 20 | 5 | 55 |
| Binary | 1111000 | 1110000 | 1101101 | 0 | 111 | 1001 | 110101 | 10000 | 101 | 101101 |
Color Harmonies of #78706D
Complementary color
Monochromatic Colors of #78706D
Black with #78706D
Text Example
Text Example
White with #78706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78706D; }
p { color: rgb(120,112,109); }
H1.HeaderClassName
{
color: #78706D;
}
.AnyTagClassName
{
color: #78706D;
}
</style>
background-color css
<style>
a { background-color: #78706D; }
a { background-color: rgb(120,112,109); }
div.DivClassName
{
background-color: #78706D;
}
.BgClassName
{
background-color: #78706D;
}
</style>
border-color css
<style>
span { border-color: #78706D; }
span { border-color: rgb(120,112,109); }
td.TdClassName
{
border-color: #78706D;
}
.TagClassName
{
border-color: #78706D;
}
</style>