Shades of Empress #79686B
Tints of Empress #79686B
RGB
CMYK
RGB Variations
Color information
#79686B (or 0x79686B) is known color: Empress. HEX triplet: 79, 68 and 6B. RGB value is (121,104,107). Sum of RGB (Red+Green+Blue) = 121+104+107=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 121 - color contains mainly: red. Hex color #79686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79686B is #869794. Grayscale: #6D6D6D. Windows color (decimal): -8820629 or 7039097. OLE color: 7039097.
HSL color Cylindrical-coordinate representation of color #79686B: hue angle of 349.41º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #79686B is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 104 | 107 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.53 |
| HSL | 349.41º | 0.08% | 0.44% | - |
| HSV(B) | 349.41º | 0.14% | 0.47% | - |
| XYZ | 15.49 | 15.03 | 15.99 | - |
| YUV | 109.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 104 | 107 | 0 | 0.14 | 0.12 | 0.53 | 349.41 | 0.08 | 0.44 |
| Hex | 79 | 68 | 6B | 0 | E | C | 35 | 15D | 8 | 2C |
| Octal | 171 | 150 | 153 | 0 | 16 | 14 | 65 | 535 | 10 | 54 |
| Binary | 1111001 | 1101000 | 1101011 | 0 | 1110 | 1100 | 110101 | 101011101 | 1000 | 101100 |
Color Harmonies of #79686B
Complementary color
Monochromatic Colors of #79686B
Black with #79686B
Text Example
Text Example
White with #79686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79686B; }
p { color: rgb(121,104,107); }
H1.HeaderClassName
{
color: #79686B;
}
.AnyTagClassName
{
color: #79686B;
}
</style>
background-color css
<style>
a { background-color: #79686B; }
a { background-color: rgb(121,104,107); }
div.DivClassName
{
background-color: #79686B;
}
.BgClassName
{
background-color: #79686B;
}
</style>
border-color css
<style>
span { border-color: #79686B; }
span { border-color: rgb(121,104,107); }
td.TdClassName
{
border-color: #79686B;
}
.TagClassName
{
border-color: #79686B;
}
</style>