Shades of Russett #786862
Tints of Russett #786862
RGB
CMYK
RGB Variations
Color information
#786862 (or 0x786862) is known color: Russett. HEX triplet: 78, 68 and 62. RGB value is (120,104,98). Sum of RGB (Red+Green+Blue) = 120+104+98=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 120 - color contains mainly: red. Hex color #786862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786862 is #87979D. Grayscale: #6C6C6C. Windows color (decimal): -8886174 or 6449272. OLE color: 6449272.
HSL color Cylindrical-coordinate representation of color #786862: hue angle of 16.36º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #786862 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 104 | 98 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.53 |
| HSL | 16.36º | 0.1% | 0.43% | - |
| HSV(B) | 16.36º | 0.18% | 0.47% | - |
| XYZ | 14.9 | 14.78 | 13.62 | - |
| YUV | 108.1 | 122.3 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 98 | 0 | 0.13 | 0.18 | 0.53 | 16.36 | 0.1 | 0.43 |
| Hex | 78 | 68 | 62 | 0 | D | 12 | 35 | 10 | A | 2B |
| Octal | 170 | 150 | 142 | 0 | 15 | 22 | 65 | 20 | 12 | 53 |
| Binary | 1111000 | 1101000 | 1100010 | 0 | 1101 | 10010 | 110101 | 10000 | 1010 | 101011 |
Color Harmonies of #786862
Complementary color
Monochromatic Colors of #786862
Black with #786862
Text Example
Text Example
White with #786862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786862; }
p { color: rgb(120,104,98); }
H1.HeaderClassName
{
color: #786862;
}
.AnyTagClassName
{
color: #786862;
}
</style>
background-color css
<style>
a { background-color: #786862; }
a { background-color: rgb(120,104,98); }
div.DivClassName
{
background-color: #786862;
}
.BgClassName
{
background-color: #786862;
}
</style>
border-color css
<style>
span { border-color: #786862; }
span { border-color: rgb(120,104,98); }
td.TdClassName
{
border-color: #786862;
}
.TagClassName
{
border-color: #786862;
}
</style>