Shades of Russett #795B55
Tints of Russett #795B55
RGB
CMYK
RGB Variations
Color information
#795B55 (or 0x795B55) is known color: Russett. HEX triplet: 79, 5B and 55. RGB value is (121,91,85). Sum of RGB (Red+Green+Blue) = 121+91+85=297 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.74% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 121 - color contains mainly: red. Hex color #795B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795B55 is #86A4AA. Grayscale: #636363. Windows color (decimal): -8823979 or 5593977. OLE color: 5593977.
HSL color Cylindrical-coordinate representation of color #795B55: hue angle of 10º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #795B55 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 91 | 85 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.53 |
| HSL | 10º | 0.17% | 0.4% | - |
| HSV(B) | 10º | 0.3% | 0.47% | - |
| XYZ | 13.27 | 12.2 | 10.25 | - |
| YUV | 99.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 91 | 85 | 0 | 0.25 | 0.30 | 0.53 | 10 | 0.17 | 0.4 |
| Hex | 79 | 5B | 55 | 0 | 19 | 1E | 35 | A | 11 | 28 |
| Octal | 171 | 133 | 125 | 0 | 31 | 36 | 65 | 12 | 21 | 50 |
| Binary | 1111001 | 1011011 | 1010101 | 0 | 11001 | 11110 | 110101 | 1010 | 10001 | 101000 |
Color Harmonies of #795B55
Complementary color
Monochromatic Colors of #795B55
Black with #795B55
Text Example
Text Example
White with #795B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795B55; }
p { color: rgb(121,91,85); }
H1.HeaderClassName
{
color: #795B55;
}
.AnyTagClassName
{
color: #795B55;
}
</style>
background-color css
<style>
a { background-color: #795B55; }
a { background-color: rgb(121,91,85); }
div.DivClassName
{
background-color: #795B55;
}
.BgClassName
{
background-color: #795B55;
}
</style>
border-color css
<style>
span { border-color: #795B55; }
span { border-color: rgb(121,91,85); }
td.TdClassName
{
border-color: #795B55;
}
.TagClassName
{
border-color: #795B55;
}
</style>