Shades of Empress #7E797A
Tints of Empress #7E797A
RGB
CMYK
RGB Variations
Color information
#7E797A (or 0x7E797A) is known color: Empress. HEX triplet: 7E, 79 and 7A. RGB value is (126,121,122). Sum of RGB (Red+Green+Blue) = 126+121+122=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 126 - color contains mainly: red. Hex color #7E797A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E797A is #818685. Grayscale: #7A7A7A. Windows color (decimal): -8488582 or 8026494. OLE color: 8026494.
HSL color Cylindrical-coordinate representation of color #7E797A: hue angle of 348º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #7E797A is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 121 | 122 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.51 |
| HSL | 348º | 0.02% | 0.48% | - |
| HSV(B) | 348º | 0.04% | 0.49% | - |
| XYZ | 18.95 | 19.52 | 21.18 | - |
| YUV | 122.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 121 | 122 | 0 | 0.04 | 0.03 | 0.51 | 348 | 0.02 | 0.48 |
| Hex | 7E | 79 | 7A | 0 | 4 | 3 | 33 | 15C | 2 | 30 |
| Octal | 176 | 171 | 172 | 0 | 4 | 3 | 63 | 534 | 2 | 60 |
| Binary | 1111110 | 1111001 | 1111010 | 0 | 100 | 11 | 110011 | 101011100 | 10 | 110000 |
Color Harmonies of #7E797A
Complementary color
Monochromatic Colors of #7E797A
Black with #7E797A
Text Example
Text Example
White with #7E797A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E797A; }
p { color: rgb(126,121,122); }
H1.HeaderClassName
{
color: #7E797A;
}
.AnyTagClassName
{
color: #7E797A;
}
</style>
background-color css
<style>
a { background-color: #7E797A; }
a { background-color: rgb(126,121,122); }
div.DivClassName
{
background-color: #7E797A;
}
.BgClassName
{
background-color: #7E797A;
}
</style>
border-color css
<style>
span { border-color: #7E797A; }
span { border-color: rgb(126,121,122); }
td.TdClassName
{
border-color: #7E797A;
}
.TagClassName
{
border-color: #7E797A;
}
</style>