Shades of Russett #795D56
Tints of Russett #795D56
RGB
CMYK
RGB Variations
Color information
#795D56 (or 0x795D56) is known color: Russett. HEX triplet: 79, 5D and 56. RGB value is (121,93,86). Sum of RGB (Red+Green+Blue) = 121+93+86=300 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 121 - color contains mainly: red. Hex color #795D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795D56 is #86A2A9. Grayscale: #646464. Windows color (decimal): -8823466 or 5660025. OLE color: 5660025.
HSL color Cylindrical-coordinate representation of color #795D56: hue angle of 12º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #795D56 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 93 | 86 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.53 |
| HSL | 12º | 0.17% | 0.41% | - |
| HSV(B) | 12º | 0.29% | 0.47% | - |
| XYZ | 13.48 | 12.57 | 10.52 | - |
| YUV | 100.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 86 | 0 | 0.23 | 0.29 | 0.53 | 12 | 0.17 | 0.41 |
| Hex | 79 | 5D | 56 | 0 | 17 | 1D | 35 | C | 11 | 29 |
| Octal | 171 | 135 | 126 | 0 | 27 | 35 | 65 | 14 | 21 | 51 |
| Binary | 1111001 | 1011101 | 1010110 | 0 | 10111 | 11101 | 110101 | 1100 | 10001 | 101001 |
Color Harmonies of #795D56
Complementary color
Monochromatic Colors of #795D56
Black with #795D56
Text Example
Text Example
White with #795D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795D56; }
p { color: rgb(121,93,86); }
H1.HeaderClassName
{
color: #795D56;
}
.AnyTagClassName
{
color: #795D56;
}
</style>
background-color css
<style>
a { background-color: #795D56; }
a { background-color: rgb(121,93,86); }
div.DivClassName
{
background-color: #795D56;
}
.BgClassName
{
background-color: #795D56;
}
</style>
border-color css
<style>
span { border-color: #795D56; }
span { border-color: rgb(121,93,86); }
td.TdClassName
{
border-color: #795D56;
}
.TagClassName
{
border-color: #795D56;
}
</style>