Shades of Russett #795F58
Tints of Russett #795F58
RGB
CMYK
RGB Variations
Color information
#795F58 (or 0x795F58) is known color: Russett. HEX triplet: 79, 5F and 58. RGB value is (121,95,88). Sum of RGB (Red+Green+Blue) = 121+95+88=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 121 - color contains mainly: red. Hex color #795F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795F58 is #86A0A7. Grayscale: #666666. Windows color (decimal): -8822952 or 5791609. OLE color: 5791609.
HSL color Cylindrical-coordinate representation of color #795F58: hue angle of 12.73º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #795F58 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 95 | 88 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.53 |
| HSL | 12.73º | 0.16% | 0.41% | - |
| HSV(B) | 12.73º | 0.27% | 0.47% | - |
| XYZ | 13.74 | 12.95 | 11.01 | - |
| YUV | 101.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 95 | 88 | 0 | 0.21 | 0.27 | 0.53 | 12.73 | 0.16 | 0.41 |
| Hex | 79 | 5F | 58 | 0 | 15 | 1B | 35 | D | 10 | 29 |
| Octal | 171 | 137 | 130 | 0 | 25 | 33 | 65 | 15 | 20 | 51 |
| Binary | 1111001 | 1011111 | 1011000 | 0 | 10101 | 11011 | 110101 | 1101 | 10000 | 101001 |
Color Harmonies of #795F58
Complementary color
Monochromatic Colors of #795F58
Black with #795F58
Text Example
Text Example
White with #795F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795F58; }
p { color: rgb(121,95,88); }
H1.HeaderClassName
{
color: #795F58;
}
.AnyTagClassName
{
color: #795F58;
}
</style>
background-color css
<style>
a { background-color: #795F58; }
a { background-color: rgb(121,95,88); }
div.DivClassName
{
background-color: #795F58;
}
.BgClassName
{
background-color: #795F58;
}
</style>
border-color css
<style>
span { border-color: #795F58; }
span { border-color: rgb(121,95,88); }
td.TdClassName
{
border-color: #795F58;
}
.TagClassName
{
border-color: #795F58;
}
</style>