Shades of Empress #7E6E73
Tints of Empress #7E6E73
RGB
CMYK
RGB Variations
Color information
#7E6E73 (or 0x7E6E73) is known color: Empress. HEX triplet: 7E, 6E and 73. RGB value is (126,110,115). Sum of RGB (Red+Green+Blue) = 126+110+115=351 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.90% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6E73 is #81918C. Grayscale: #737373. Windows color (decimal): -8491405 or 7564926. OLE color: 7564926.
HSL color Cylindrical-coordinate representation of color #7E6E73: hue angle of 341.25º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7E6E73 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 110 | 115 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.51 |
| HSL | 341.25º | 0.07% | 0.46% | - |
| HSV(B) | 341.25º | 0.13% | 0.49% | - |
| XYZ | 17.27 | 16.83 | 18.56 | - |
| YUV | 115.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 110 | 115 | 0 | 0.13 | 0.09 | 0.51 | 341.25 | 0.07 | 0.46 |
| Hex | 7E | 6E | 73 | 0 | D | 9 | 33 | 155 | 7 | 2E |
| Octal | 176 | 156 | 163 | 0 | 15 | 11 | 63 | 525 | 7 | 56 |
| Binary | 1111110 | 1101110 | 1110011 | 0 | 1101 | 1001 | 110011 | 101010101 | 111 | 101110 |
Color Harmonies of #7E6E73
Complementary color
Monochromatic Colors of #7E6E73
Black with #7E6E73
Text Example
Text Example
White with #7E6E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6E73; }
p { color: rgb(126,110,115); }
H1.HeaderClassName
{
color: #7E6E73;
}
.AnyTagClassName
{
color: #7E6E73;
}
</style>
background-color css
<style>
a { background-color: #7E6E73; }
a { background-color: rgb(126,110,115); }
div.DivClassName
{
background-color: #7E6E73;
}
.BgClassName
{
background-color: #7E6E73;
}
</style>
border-color css
<style>
span { border-color: #7E6E73; }
span { border-color: rgb(126,110,115); }
td.TdClassName
{
border-color: #7E6E73;
}
.TagClassName
{
border-color: #7E6E73;
}
</style>