Shades of Empress #79696E
Tints of Empress #79696E
RGB
CMYK
RGB Variations
Color information
#79696E (or 0x79696E) is known color: Empress. HEX triplet: 79, 69 and 6E. RGB value is (121,105,110). Sum of RGB (Red+Green+Blue) = 121+105+110=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 121 - color contains mainly: red. Hex color #79696E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79696E is #869691. Grayscale: #6E6E6E. Windows color (decimal): -8820370 or 7235961. OLE color: 7235961.
HSL color Cylindrical-coordinate representation of color #79696E: hue angle of 341.25º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #79696E is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 105 | 110 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.53 |
| HSL | 341.25º | 0.07% | 0.44% | - |
| HSV(B) | 341.25º | 0.13% | 0.47% | - |
| XYZ | 15.75 | 15.29 | 16.87 | - |
| YUV | 110.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 105 | 110 | 0 | 0.13 | 0.09 | 0.53 | 341.25 | 0.07 | 0.44 |
| Hex | 79 | 69 | 6E | 0 | D | 9 | 35 | 155 | 7 | 2C |
| Octal | 171 | 151 | 156 | 0 | 15 | 11 | 65 | 525 | 7 | 54 |
| Binary | 1111001 | 1101001 | 1101110 | 0 | 1101 | 1001 | 110101 | 101010101 | 111 | 101100 |
Color Harmonies of #79696E
Complementary color
Monochromatic Colors of #79696E
Black with #79696E
Text Example
Text Example
White with #79696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79696E; }
p { color: rgb(121,105,110); }
H1.HeaderClassName
{
color: #79696E;
}
.AnyTagClassName
{
color: #79696E;
}
</style>
background-color css
<style>
a { background-color: #79696E; }
a { background-color: rgb(121,105,110); }
div.DivClassName
{
background-color: #79696E;
}
.BgClassName
{
background-color: #79696E;
}
</style>
border-color css
<style>
span { border-color: #79696E; }
span { border-color: rgb(121,105,110); }
td.TdClassName
{
border-color: #79696E;
}
.TagClassName
{
border-color: #79696E;
}
</style>