Shades of Russett #785F55
Tints of Russett #785F55
RGB
CMYK
RGB Variations
Color information
#785F55 (or 0x785F55) is known color: Russett. HEX triplet: 78, 5F and 55. RGB value is (120,95,85). Sum of RGB (Red+Green+Blue) = 120+95+85=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 120 - color contains mainly: red. Hex color #785F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785F55 is #87A0AA. Grayscale: #656565. Windows color (decimal): -8888491 or 5595000. OLE color: 5595000.
HSL color Cylindrical-coordinate representation of color #785F55: hue angle of 17.14º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #785F55 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 95 | 85 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.53 |
| HSL | 17.14º | 0.17% | 0.4% | - |
| HSV(B) | 17.14º | 0.29% | 0.47% | - |
| XYZ | 13.48 | 12.83 | 10.36 | - |
| YUV | 101.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 85 | 0 | 0.21 | 0.29 | 0.53 | 17.14 | 0.17 | 0.4 |
| Hex | 78 | 5F | 55 | 0 | 15 | 1D | 35 | 11 | 11 | 28 |
| Octal | 170 | 137 | 125 | 0 | 25 | 35 | 65 | 21 | 21 | 50 |
| Binary | 1111000 | 1011111 | 1010101 | 0 | 10101 | 11101 | 110101 | 10001 | 10001 | 101000 |
Color Harmonies of #785F55
Complementary color
Monochromatic Colors of #785F55
Black with #785F55
Text Example
Text Example
White with #785F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785F55; }
p { color: rgb(120,95,85); }
H1.HeaderClassName
{
color: #785F55;
}
.AnyTagClassName
{
color: #785F55;
}
</style>
background-color css
<style>
a { background-color: #785F55; }
a { background-color: rgb(120,95,85); }
div.DivClassName
{
background-color: #785F55;
}
.BgClassName
{
background-color: #785F55;
}
</style>
border-color css
<style>
span { border-color: #785F55; }
span { border-color: rgb(120,95,85); }
td.TdClassName
{
border-color: #785F55;
}
.TagClassName
{
border-color: #785F55;
}
</style>