Shades of Russett #785B52
Tints of Russett #785B52
RGB
CMYK
RGB Variations
Color information
#785B52 (or 0x785B52) is known color: Russett. HEX triplet: 78, 5B and 52. RGB value is (120,91,82). Sum of RGB (Red+Green+Blue) = 120+91+82=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 120 - color contains mainly: red. Hex color #785B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785B52 is #87A4AD. Grayscale: #626262. Windows color (decimal): -8889518 or 5397368. OLE color: 5397368.
HSL color Cylindrical-coordinate representation of color #785B52: hue angle of 14.21º 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 #785B52 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 91 | 82 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.53 |
| HSL | 14.21º | 0.19% | 0.4% | - |
| HSV(B) | 14.21º | 0.32% | 0.47% | - |
| XYZ | 13.01 | 12.08 | 9.63 | - |
| YUV | 98.65 | 118.61 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 82 | 0 | 0.24 | 0.32 | 0.53 | 14.21 | 0.19 | 0.4 |
| Hex | 78 | 5B | 52 | 0 | 18 | 20 | 35 | E | 13 | 28 |
| Octal | 170 | 133 | 122 | 0 | 30 | 40 | 65 | 16 | 23 | 50 |
| Binary | 1111000 | 1011011 | 1010010 | 0 | 11000 | 100000 | 110101 | 1110 | 10011 | 101000 |
Color Harmonies of #785B52
Complementary color
Monochromatic Colors of #785B52
Black with #785B52
Text Example
Text Example
White with #785B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785B52; }
p { color: rgb(120,91,82); }
H1.HeaderClassName
{
color: #785B52;
}
.AnyTagClassName
{
color: #785B52;
}
</style>
background-color css
<style>
a { background-color: #785B52; }
a { background-color: rgb(120,91,82); }
div.DivClassName
{
background-color: #785B52;
}
.BgClassName
{
background-color: #785B52;
}
</style>
border-color css
<style>
span { border-color: #785B52; }
span { border-color: rgb(120,91,82); }
td.TdClassName
{
border-color: #785B52;
}
.TagClassName
{
border-color: #785B52;
}
</style>