Shades of Russett #795950
Tints of Russett #795950
RGB
CMYK
RGB Variations
Color information
#795950 (or 0x795950) is known color: Russett. HEX triplet: 79, 59 and 50. RGB value is (121,89,80). Sum of RGB (Red+Green+Blue) = 121+89+80=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 121 - color contains mainly: red. Hex color #795950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795950 is #86A6AF. Grayscale: #616161. Windows color (decimal): -8824496 or 5265785. OLE color: 5265785.
HSL color Cylindrical-coordinate representation of color #795950: hue angle of 13.17º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #795950 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 89 | 80 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.53 |
| HSL | 13.17º | 0.2% | 0.39% | - |
| HSV(B) | 13.17º | 0.34% | 0.47% | - |
| XYZ | 12.91 | 11.79 | 9.18 | - |
| YUV | 97.54 | 118.1 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 89 | 80 | 0 | 0.26 | 0.34 | 0.53 | 13.17 | 0.2 | 0.39 |
| Hex | 79 | 59 | 50 | 0 | 1A | 22 | 35 | D | 14 | 27 |
| Octal | 171 | 131 | 120 | 0 | 32 | 42 | 65 | 15 | 24 | 47 |
| Binary | 1111001 | 1011001 | 1010000 | 0 | 11010 | 100010 | 110101 | 1101 | 10100 | 100111 |
Color Harmonies of #795950
Complementary color
Monochromatic Colors of #795950
Black with #795950
Text Example
Text Example
White with #795950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795950; }
p { color: rgb(121,89,80); }
H1.HeaderClassName
{
color: #795950;
}
.AnyTagClassName
{
color: #795950;
}
</style>
background-color css
<style>
a { background-color: #795950; }
a { background-color: rgb(121,89,80); }
div.DivClassName
{
background-color: #795950;
}
.BgClassName
{
background-color: #795950;
}
</style>
border-color css
<style>
span { border-color: #795950; }
span { border-color: rgb(121,89,80); }
td.TdClassName
{
border-color: #795950;
}
.TagClassName
{
border-color: #795950;
}
</style>