Shades of Empress #79666B
Tints of Empress #79666B
RGB
CMYK
RGB Variations
Color information
#79666B (or 0x79666B) is known color: Empress. HEX triplet: 79, 66 and 6B. RGB value is (121,102,107). Sum of RGB (Red+Green+Blue) = 121+102+107=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 121 - color contains mainly: red. Hex color #79666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79666B is #869994. Grayscale: #6C6C6C. Windows color (decimal): -8821141 or 7038585. OLE color: 7038585.
HSL color Cylindrical-coordinate representation of color #79666B: hue angle of 344.21º 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 #79666B is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 102 | 107 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.53 |
| HSL | 344.21º | 0.09% | 0.44% | - |
| HSV(B) | 344.21º | 0.16% | 0.47% | - |
| XYZ | 15.29 | 14.63 | 15.93 | - |
| YUV | 108.25 | 127.29 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 102 | 107 | 0 | 0.16 | 0.12 | 0.53 | 344.21 | 0.09 | 0.44 |
| Hex | 79 | 66 | 6B | 0 | 10 | C | 35 | 158 | 9 | 2C |
| Octal | 171 | 146 | 153 | 0 | 20 | 14 | 65 | 530 | 11 | 54 |
| Binary | 1111001 | 1100110 | 1101011 | 0 | 10000 | 1100 | 110101 | 101011000 | 1001 | 101100 |
Color Harmonies of #79666B
Complementary color
Monochromatic Colors of #79666B
Black with #79666B
Text Example
Text Example
White with #79666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79666B; }
p { color: rgb(121,102,107); }
H1.HeaderClassName
{
color: #79666B;
}
.AnyTagClassName
{
color: #79666B;
}
</style>
background-color css
<style>
a { background-color: #79666B; }
a { background-color: rgb(121,102,107); }
div.DivClassName
{
background-color: #79666B;
}
.BgClassName
{
background-color: #79666B;
}
</style>
border-color css
<style>
span { border-color: #79666B; }
span { border-color: rgb(121,102,107); }
td.TdClassName
{
border-color: #79666B;
}
.TagClassName
{
border-color: #79666B;
}
</style>