Shades of Russett #785C56
Tints of Russett #785C56
RGB
CMYK
RGB Variations
Color information
#785C56 (or 0x785C56) is known color: Russett. HEX triplet: 78, 5C and 56. RGB value is (120,92,86). Sum of RGB (Red+Green+Blue) = 120+92+86=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 120 - color contains mainly: red. Hex color #785C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785C56 is #87A3A9. Grayscale: #636363. Windows color (decimal): -8889258 or 5659768. OLE color: 5659768.
HSL color Cylindrical-coordinate representation of color #785C56: hue angle of 10.59º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #785C56 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 92 | 86 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.53 |
| HSL | 10.59º | 0.17% | 0.4% | - |
| HSV(B) | 10.59º | 0.28% | 0.47% | - |
| XYZ | 13.25 | 12.32 | 10.48 | - |
| YUV | 99.69 | 120.28 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 86 | 0 | 0.23 | 0.28 | 0.53 | 10.59 | 0.17 | 0.4 |
| Hex | 78 | 5C | 56 | 0 | 17 | 1C | 35 | B | 11 | 28 |
| Octal | 170 | 134 | 126 | 0 | 27 | 34 | 65 | 13 | 21 | 50 |
| Binary | 1111000 | 1011100 | 1010110 | 0 | 10111 | 11100 | 110101 | 1011 | 10001 | 101000 |
Color Harmonies of #785C56
Complementary color
Monochromatic Colors of #785C56
Black with #785C56
Text Example
Text Example
White with #785C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C56; }
p { color: rgb(120,92,86); }
H1.HeaderClassName
{
color: #785C56;
}
.AnyTagClassName
{
color: #785C56;
}
</style>
background-color css
<style>
a { background-color: #785C56; }
a { background-color: rgb(120,92,86); }
div.DivClassName
{
background-color: #785C56;
}
.BgClassName
{
background-color: #785C56;
}
</style>
border-color css
<style>
span { border-color: #785C56; }
span { border-color: rgb(120,92,86); }
td.TdClassName
{
border-color: #785C56;
}
.TagClassName
{
border-color: #785C56;
}
</style>