Shades of Russett #785C53
Tints of Russett #785C53
RGB
CMYK
RGB Variations
Color information
#785C53 (or 0x785C53) is known color: Russett. HEX triplet: 78, 5C and 53. RGB value is (120,92,83). Sum of RGB (Red+Green+Blue) = 120+92+83=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 120 - color contains mainly: red. Hex color #785C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785C53 is #87A3AC. Grayscale: #636363. Windows color (decimal): -8889261 or 5463160. OLE color: 5463160.
HSL color Cylindrical-coordinate representation of color #785C53: hue angle of 14.59º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #785C53 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 92 | 83 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.53 |
| HSL | 14.59º | 0.18% | 0.4% | - |
| HSV(B) | 14.59º | 0.31% | 0.47% | - |
| XYZ | 13.13 | 12.27 | 9.86 | - |
| YUV | 99.35 | 118.78 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 83 | 0 | 0.23 | 0.31 | 0.53 | 14.59 | 0.18 | 0.4 |
| Hex | 78 | 5C | 53 | 0 | 17 | 1F | 35 | F | 12 | 28 |
| Octal | 170 | 134 | 123 | 0 | 27 | 37 | 65 | 17 | 22 | 50 |
| Binary | 1111000 | 1011100 | 1010011 | 0 | 10111 | 11111 | 110101 | 1111 | 10010 | 101000 |
Color Harmonies of #785C53
Complementary color
Monochromatic Colors of #785C53
Black with #785C53
Text Example
Text Example
White with #785C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C53; }
p { color: rgb(120,92,83); }
H1.HeaderClassName
{
color: #785C53;
}
.AnyTagClassName
{
color: #785C53;
}
</style>
background-color css
<style>
a { background-color: #785C53; }
a { background-color: rgb(120,92,83); }
div.DivClassName
{
background-color: #785C53;
}
.BgClassName
{
background-color: #785C53;
}
</style>
border-color css
<style>
span { border-color: #785C53; }
span { border-color: rgb(120,92,83); }
td.TdClassName
{
border-color: #785C53;
}
.TagClassName
{
border-color: #785C53;
}
</style>