Shades of Russett #795B52
Tints of Russett #795B52
RGB
CMYK
RGB Variations
Color information
#795B52 (or 0x795B52) is known color: Russett. HEX triplet: 79, 5B and 52. RGB value is (121,91,82). Sum of RGB (Red+Green+Blue) = 121+91+82=294 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.16% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 121 - color contains mainly: red. Hex color #795B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795B52 is #86A4AD. Grayscale: #636363. Windows color (decimal): -8823982 or 5397369. OLE color: 5397369.
HSL color Cylindrical-coordinate representation of color #795B52: hue angle of 13.85º 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 #795B52 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 91 | 82 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.53 |
| HSL | 13.85º | 0.19% | 0.4% | - |
| HSV(B) | 13.85º | 0.32% | 0.47% | - |
| XYZ | 13.15 | 12.16 | 9.64 | - |
| YUV | 98.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 91 | 82 | 0 | 0.25 | 0.32 | 0.53 | 13.85 | 0.19 | 0.4 |
| Hex | 79 | 5B | 52 | 0 | 19 | 20 | 35 | E | 13 | 28 |
| Octal | 171 | 133 | 122 | 0 | 31 | 40 | 65 | 16 | 23 | 50 |
| Binary | 1111001 | 1011011 | 1010010 | 0 | 11001 | 100000 | 110101 | 1110 | 10011 | 101000 |
Color Harmonies of #795B52
Complementary color
Monochromatic Colors of #795B52
Black with #795B52
Text Example
Text Example
White with #795B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795B52; }
p { color: rgb(121,91,82); }
H1.HeaderClassName
{
color: #795B52;
}
.AnyTagClassName
{
color: #795B52;
}
</style>
background-color css
<style>
a { background-color: #795B52; }
a { background-color: rgb(121,91,82); }
div.DivClassName
{
background-color: #795B52;
}
.BgClassName
{
background-color: #795B52;
}
</style>
border-color css
<style>
span { border-color: #795B52; }
span { border-color: rgb(121,91,82); }
td.TdClassName
{
border-color: #795B52;
}
.TagClassName
{
border-color: #795B52;
}
</style>