Shades of Russett #785C52
Tints of Russett #785C52
RGB
CMYK
RGB Variations
Color information
#785C52 (or 0x785C52) is known color: Russett. HEX triplet: 78, 5C and 52. RGB value is (120,92,82). Sum of RGB (Red+Green+Blue) = 120+92+82=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 120 - color contains mainly: red. Hex color #785C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785C52 is #87A3AD. Grayscale: #636363. Windows color (decimal): -8889262 or 5397624. OLE color: 5397624.
HSL color Cylindrical-coordinate representation of color #785C52: hue angle of 15.79º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #785C52 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 92 | 82 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.53 |
| HSL | 15.79º | 0.19% | 0.4% | - |
| HSV(B) | 15.79º | 0.32% | 0.47% | - |
| XYZ | 13.1 | 12.26 | 9.66 | - |
| YUV | 99.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 82 | 0 | 0.23 | 0.32 | 0.53 | 15.79 | 0.19 | 0.4 |
| Hex | 78 | 5C | 52 | 0 | 17 | 20 | 35 | 10 | 13 | 28 |
| Octal | 170 | 134 | 122 | 0 | 27 | 40 | 65 | 20 | 23 | 50 |
| Binary | 1111000 | 1011100 | 1010010 | 0 | 10111 | 100000 | 110101 | 10000 | 10011 | 101000 |
Color Harmonies of #785C52
Complementary color
Monochromatic Colors of #785C52
Black with #785C52
Text Example
Text Example
White with #785C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C52; }
p { color: rgb(120,92,82); }
H1.HeaderClassName
{
color: #785C52;
}
.AnyTagClassName
{
color: #785C52;
}
</style>
background-color css
<style>
a { background-color: #785C52; }
a { background-color: rgb(120,92,82); }
div.DivClassName
{
background-color: #785C52;
}
.BgClassName
{
background-color: #785C52;
}
</style>
border-color css
<style>
span { border-color: #785C52; }
span { border-color: rgb(120,92,82); }
td.TdClassName
{
border-color: #785C52;
}
.TagClassName
{
border-color: #785C52;
}
</style>