Shades of Russett #795A51
Tints of Russett #795A51
RGB
CMYK
RGB Variations
Color information
#795A51 (or 0x795A51) is known color: Russett. HEX triplet: 79, 5A and 51. RGB value is (121,90,81). Sum of RGB (Red+Green+Blue) = 121+90+81=292 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.44% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 121 - color contains mainly: red. Hex color #795A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795A51 is #86A5AE. Grayscale: #626262. Windows color (decimal): -8824239 or 5331577. OLE color: 5331577.
HSL color Cylindrical-coordinate representation of color #795A51: hue angle of 13.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #795A51 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 90 | 81 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.53 |
| HSL | 13.5º | 0.2% | 0.4% | - |
| HSV(B) | 13.5º | 0.33% | 0.47% | - |
| XYZ | 13.03 | 11.97 | 9.41 | - |
| YUV | 98.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 90 | 81 | 0 | 0.26 | 0.33 | 0.53 | 13.5 | 0.2 | 0.4 |
| Hex | 79 | 5A | 51 | 0 | 1A | 21 | 35 | E | 14 | 28 |
| Octal | 171 | 132 | 121 | 0 | 32 | 41 | 65 | 16 | 24 | 50 |
| Binary | 1111001 | 1011010 | 1010001 | 0 | 11010 | 100001 | 110101 | 1110 | 10100 | 101000 |
Color Harmonies of #795A51
Complementary color
Monochromatic Colors of #795A51
Black with #795A51
Text Example
Text Example
White with #795A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795A51; }
p { color: rgb(121,90,81); }
H1.HeaderClassName
{
color: #795A51;
}
.AnyTagClassName
{
color: #795A51;
}
</style>
background-color css
<style>
a { background-color: #795A51; }
a { background-color: rgb(121,90,81); }
div.DivClassName
{
background-color: #795A51;
}
.BgClassName
{
background-color: #795A51;
}
</style>
border-color css
<style>
span { border-color: #795A51; }
span { border-color: rgb(121,90,81); }
td.TdClassName
{
border-color: #795A51;
}
.TagClassName
{
border-color: #795A51;
}
</style>