Shades of Empress #79666A
Tints of Empress #79666A
RGB
CMYK
RGB Variations
Color information
#79666A (or 0x79666A) is known color: Empress. HEX triplet: 79, 66 and 6A. RGB value is (121,102,106). Sum of RGB (Red+Green+Blue) = 121+102+106=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 121 - color contains mainly: red. Hex color #79666A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79666A is #869995. Grayscale: #6C6C6C. Windows color (decimal): -8821142 or 6973049. OLE color: 6973049.
HSL color Cylindrical-coordinate representation of color #79666A: hue angle of 347.37º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #79666A is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 102 | 106 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.53 |
| HSL | 347.37º | 0.09% | 0.44% | - |
| HSV(B) | 347.37º | 0.16% | 0.47% | - |
| XYZ | 15.24 | 14.61 | 15.65 | - |
| YUV | 108.14 | 126.79 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 102 | 106 | 0 | 0.16 | 0.12 | 0.53 | 347.37 | 0.09 | 0.44 |
| Hex | 79 | 66 | 6A | 0 | 10 | C | 35 | 15B | 9 | 2C |
| Octal | 171 | 146 | 152 | 0 | 20 | 14 | 65 | 533 | 11 | 54 |
| Binary | 1111001 | 1100110 | 1101010 | 0 | 10000 | 1100 | 110101 | 101011011 | 1001 | 101100 |
Color Harmonies of #79666A
Complementary color
Monochromatic Colors of #79666A
Black with #79666A
Text Example
Text Example
White with #79666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79666A; }
p { color: rgb(121,102,106); }
H1.HeaderClassName
{
color: #79666A;
}
.AnyTagClassName
{
color: #79666A;
}
</style>
background-color css
<style>
a { background-color: #79666A; }
a { background-color: rgb(121,102,106); }
div.DivClassName
{
background-color: #79666A;
}
.BgClassName
{
background-color: #79666A;
}
</style>
border-color css
<style>
span { border-color: #79666A; }
span { border-color: rgb(121,102,106); }
td.TdClassName
{
border-color: #79666A;
}
.TagClassName
{
border-color: #79666A;
}
</style>