Shades of Russett #786560
Tints of Russett #786560
RGB
CMYK
RGB Variations
Color information
#786560 (or 0x786560) is known color: Russett. HEX triplet: 78, 65 and 60. RGB value is (120,101,96). Sum of RGB (Red+Green+Blue) = 120+101+96=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 120 - color contains mainly: red. Hex color #786560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786560 is #879A9F. Grayscale: #6A6A6A. Windows color (decimal): -8886944 or 6317432. OLE color: 6317432.
HSL color Cylindrical-coordinate representation of color #786560: hue angle of 12.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #786560 is Cyan = 0, Magento = 0.16, Yellow = 0.2 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 101 | 96 | - |
| CMYK | 0 | 0.16 | 0.2 | 0.53 |
| HSL | 12.5º | 0.11% | 0.42% | - |
| HSV(B) | 12.5º | 0.2% | 0.47% | - |
| XYZ | 14.51 | 14.14 | 13.03 | - |
| YUV | 106.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 96 | 0 | 0.16 | 0.2 | 0.53 | 12.5 | 0.11 | 0.42 |
| Hex | 78 | 65 | 60 | 0 | 10 | 14 | 35 | C | B | 2A |
| Octal | 170 | 145 | 140 | 0 | 20 | 24 | 65 | 14 | 13 | 52 |
| Binary | 1111000 | 1100101 | 1100000 | 0 | 10000 | 10100 | 110101 | 1100 | 1011 | 101010 |
Color Harmonies of #786560
Complementary color
Monochromatic Colors of #786560
Black with #786560
Text Example
Text Example
White with #786560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786560; }
p { color: rgb(120,101,96); }
H1.HeaderClassName
{
color: #786560;
}
.AnyTagClassName
{
color: #786560;
}
</style>
background-color css
<style>
a { background-color: #786560; }
a { background-color: rgb(120,101,96); }
div.DivClassName
{
background-color: #786560;
}
.BgClassName
{
background-color: #786560;
}
</style>
border-color css
<style>
span { border-color: #786560; }
span { border-color: rgb(120,101,96); }
td.TdClassName
{
border-color: #786560;
}
.TagClassName
{
border-color: #786560;
}
</style>