Shades of Empress #79696D
Tints of Empress #79696D
RGB
CMYK
RGB Variations
Color information
#79696D (or 0x79696D) is known color: Empress. HEX triplet: 79, 69 and 6D. RGB value is (121,105,109). Sum of RGB (Red+Green+Blue) = 121+105+109=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 121 - color contains mainly: red. Hex color #79696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79696D is #869692. Grayscale: #6E6E6E. Windows color (decimal): -8820371 or 7170425. OLE color: 7170425.
HSL color Cylindrical-coordinate representation of color #79696D: hue angle of 345º 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 #79696D is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 105 | 109 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.53 |
| HSL | 345º | 0.07% | 0.44% | - |
| HSV(B) | 345º | 0.13% | 0.47% | - |
| XYZ | 15.7 | 15.27 | 16.59 | - |
| YUV | 110.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 105 | 109 | 0 | 0.13 | 0.10 | 0.53 | 345 | 0.07 | 0.44 |
| Hex | 79 | 69 | 6D | 0 | D | A | 35 | 159 | 7 | 2C |
| Octal | 171 | 151 | 155 | 0 | 15 | 12 | 65 | 531 | 7 | 54 |
| Binary | 1111001 | 1101001 | 1101101 | 0 | 1101 | 1010 | 110101 | 101011001 | 111 | 101100 |
Color Harmonies of #79696D
Complementary color
Monochromatic Colors of #79696D
Black with #79696D
Text Example
Text Example
White with #79696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79696D; }
p { color: rgb(121,105,109); }
H1.HeaderClassName
{
color: #79696D;
}
.AnyTagClassName
{
color: #79696D;
}
</style>
background-color css
<style>
a { background-color: #79696D; }
a { background-color: rgb(121,105,109); }
div.DivClassName
{
background-color: #79696D;
}
.BgClassName
{
background-color: #79696D;
}
</style>
border-color css
<style>
span { border-color: #79696D; }
span { border-color: rgb(121,105,109); }
td.TdClassName
{
border-color: #79696D;
}
.TagClassName
{
border-color: #79696D;
}
</style>