Shades of Empress #7E666E
Tints of Empress #7E666E
RGB
CMYK
RGB Variations
Color information
#7E666E (or 0x7E666E) is known color: Empress. HEX triplet: 7E, 66 and 6E. RGB value is (126,102,110). Sum of RGB (Red+Green+Blue) = 126+102+110=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 126 - color contains mainly: red. Hex color #7E666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E666E is #819991. Grayscale: #6E6E6E. Windows color (decimal): -8493458 or 7235198. OLE color: 7235198.
HSL color Cylindrical-coordinate representation of color #7E666E: hue angle of 340º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E666E is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 102 | 110 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.51 |
| HSL | 340º | 0.11% | 0.45% | - |
| HSV(B) | 340º | 0.19% | 0.49% | - |
| XYZ | 16.17 | 15.06 | 16.81 | - |
| YUV | 110.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 102 | 110 | 0 | 0.19 | 0.13 | 0.51 | 340 | 0.11 | 0.45 |
| Hex | 7E | 66 | 6E | 0 | 13 | D | 33 | 154 | B | 2D |
| Octal | 176 | 146 | 156 | 0 | 23 | 15 | 63 | 524 | 13 | 55 |
| Binary | 1111110 | 1100110 | 1101110 | 0 | 10011 | 1101 | 110011 | 101010100 | 1011 | 101101 |
Color Harmonies of #7E666E
Complementary color
Monochromatic Colors of #7E666E
Black with #7E666E
Text Example
Text Example
White with #7E666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E666E; }
p { color: rgb(126,102,110); }
H1.HeaderClassName
{
color: #7E666E;
}
.AnyTagClassName
{
color: #7E666E;
}
</style>
background-color css
<style>
a { background-color: #7E666E; }
a { background-color: rgb(126,102,110); }
div.DivClassName
{
background-color: #7E666E;
}
.BgClassName
{
background-color: #7E666E;
}
</style>
border-color css
<style>
span { border-color: #7E666E; }
span { border-color: rgb(126,102,110); }
td.TdClassName
{
border-color: #7E666E;
}
.TagClassName
{
border-color: #7E666E;
}
</style>