Shades of Russett #795C52
Tints of Russett #795C52
RGB
CMYK
RGB Variations
Color information
#795C52 (or 0x795C52) is known color: Russett. HEX triplet: 79, 5C and 52. RGB value is (121,92,82). Sum of RGB (Red+Green+Blue) = 121+92+82=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 121 - color contains mainly: red. Hex color #795C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795C52 is #86A3AD. Grayscale: #636363. Windows color (decimal): -8823726 or 5397625. OLE color: 5397625.
HSL color Cylindrical-coordinate representation of color #795C52: hue angle of 15.38º 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 #795C52 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 92 | 82 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.53 |
| HSL | 15.38º | 0.19% | 0.4% | - |
| HSV(B) | 15.38º | 0.32% | 0.47% | - |
| XYZ | 13.24 | 12.33 | 9.66 | - |
| YUV | 99.53 | 118.11 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 92 | 82 | 0 | 0.24 | 0.32 | 0.53 | 15.38 | 0.19 | 0.4 |
| Hex | 79 | 5C | 52 | 0 | 18 | 20 | 35 | F | 13 | 28 |
| Octal | 171 | 134 | 122 | 0 | 30 | 40 | 65 | 17 | 23 | 50 |
| Binary | 1111001 | 1011100 | 1010010 | 0 | 11000 | 100000 | 110101 | 1111 | 10011 | 101000 |
Color Harmonies of #795C52
Complementary color
Monochromatic Colors of #795C52
Black with #795C52
Text Example
Text Example
White with #795C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795C52; }
p { color: rgb(121,92,82); }
H1.HeaderClassName
{
color: #795C52;
}
.AnyTagClassName
{
color: #795C52;
}
</style>
background-color css
<style>
a { background-color: #795C52; }
a { background-color: rgb(121,92,82); }
div.DivClassName
{
background-color: #795C52;
}
.BgClassName
{
background-color: #795C52;
}
</style>
border-color css
<style>
span { border-color: #795C52; }
span { border-color: rgb(121,92,82); }
td.TdClassName
{
border-color: #795C52;
}
.TagClassName
{
border-color: #795C52;
}
</style>