Shades of Russett #79716D
Tints of Russett #79716D
RGB
CMYK
RGB Variations
Color information
#79716D (or 0x79716D) is known color: Russett. HEX triplet: 79, 71 and 6D. RGB value is (121,113,109). Sum of RGB (Red+Green+Blue) = 121+113+109=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 121 - color contains mainly: red. Hex color #79716D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79716D is #868E92. Grayscale: #727272. Windows color (decimal): -8818323 or 7172473. OLE color: 7172473.
HSL color Cylindrical-coordinate representation of color #79716D: hue angle of 20º 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 #79716D is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 113 | 109 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.53 |
| HSL | 20º | 0.05% | 0.45% | - |
| HSV(B) | 20º | 0.1% | 0.47% | - |
| XYZ | 16.55 | 16.98 | 16.87 | - |
| YUV | 114.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 113 | 109 | 0 | 0.07 | 0.10 | 0.53 | 20 | 0.05 | 0.45 |
| Hex | 79 | 71 | 6D | 0 | 7 | A | 35 | 14 | 5 | 2D |
| Octal | 171 | 161 | 155 | 0 | 7 | 12 | 65 | 24 | 5 | 55 |
| Binary | 1111001 | 1110001 | 1101101 | 0 | 111 | 1010 | 110101 | 10100 | 101 | 101101 |
Color Harmonies of #79716D
Complementary color
Monochromatic Colors of #79716D
Black with #79716D
Text Example
Text Example
White with #79716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79716D; }
p { color: rgb(121,113,109); }
H1.HeaderClassName
{
color: #79716D;
}
.AnyTagClassName
{
color: #79716D;
}
</style>
background-color css
<style>
a { background-color: #79716D; }
a { background-color: rgb(121,113,109); }
div.DivClassName
{
background-color: #79716D;
}
.BgClassName
{
background-color: #79716D;
}
</style>
border-color css
<style>
span { border-color: #79716D; }
span { border-color: rgb(121,113,109); }
td.TdClassName
{
border-color: #79716D;
}
.TagClassName
{
border-color: #79716D;
}
</style>