Shades of Russett #79706D
Tints of Russett #79706D
RGB
CMYK
RGB Variations
Color information
#79706D (or 0x79706D) is known color: Russett. HEX triplet: 79, 70 and 6D. RGB value is (121,112,109). Sum of RGB (Red+Green+Blue) = 121+112+109=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 121 - color contains mainly: red. Hex color #79706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79706D is #868F92. Grayscale: #727272. Windows color (decimal): -8818579 or 7172217. OLE color: 7172217.
HSL color Cylindrical-coordinate representation of color #79706D: hue angle of 15º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #79706D is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 112 | 109 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.53 |
| HSL | 15º | 0.05% | 0.45% | - |
| HSV(B) | 15º | 0.1% | 0.47% | - |
| XYZ | 16.44 | 16.76 | 16.84 | - |
| YUV | 114.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 112 | 109 | 0 | 0.07 | 0.10 | 0.53 | 15 | 0.05 | 0.45 |
| Hex | 79 | 70 | 6D | 0 | 7 | A | 35 | F | 5 | 2D |
| Octal | 171 | 160 | 155 | 0 | 7 | 12 | 65 | 17 | 5 | 55 |
| Binary | 1111001 | 1110000 | 1101101 | 0 | 111 | 1010 | 110101 | 1111 | 101 | 101101 |
Color Harmonies of #79706D
Complementary color
Monochromatic Colors of #79706D
Black with #79706D
Text Example
Text Example
White with #79706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79706D; }
p { color: rgb(121,112,109); }
H1.HeaderClassName
{
color: #79706D;
}
.AnyTagClassName
{
color: #79706D;
}
</style>
background-color css
<style>
a { background-color: #79706D; }
a { background-color: rgb(121,112,109); }
div.DivClassName
{
background-color: #79706D;
}
.BgClassName
{
background-color: #79706D;
}
</style>
border-color css
<style>
span { border-color: #79706D; }
span { border-color: rgb(121,112,109); }
td.TdClassName
{
border-color: #79706D;
}
.TagClassName
{
border-color: #79706D;
}
</style>