Shades of Empress #7E7277
Tints of Empress #7E7277
RGB
CMYK
RGB Variations
Color information
#7E7277 (or 0x7E7277) is known color: Empress. HEX triplet: 7E, 72 and 77. RGB value is (126,114,119). Sum of RGB (Red+Green+Blue) = 126+114+119=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7277 is #818D88. Grayscale: #767676. Windows color (decimal): -8490377 or 7828094. OLE color: 7828094.
HSL color Cylindrical-coordinate representation of color #7E7277: hue angle of 335º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7E7277 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 114 | 119 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.51 |
| HSL | 335º | 0.05% | 0.47% | - |
| HSV(B) | 335º | 0.1% | 0.49% | - |
| XYZ | 17.95 | 17.8 | 19.94 | - |
| YUV | 118.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 114 | 119 | 0 | 0.10 | 0.06 | 0.51 | 335 | 0.05 | 0.47 |
| Hex | 7E | 72 | 77 | 0 | A | 6 | 33 | 14F | 5 | 2F |
| Octal | 176 | 162 | 167 | 0 | 12 | 6 | 63 | 517 | 5 | 57 |
| Binary | 1111110 | 1110010 | 1110111 | 0 | 1010 | 110 | 110011 | 101001111 | 101 | 101111 |
Color Harmonies of #7E7277
Complementary color
Monochromatic Colors of #7E7277
Black with #7E7277
Text Example
Text Example
White with #7E7277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7277; }
p { color: rgb(126,114,119); }
H1.HeaderClassName
{
color: #7E7277;
}
.AnyTagClassName
{
color: #7E7277;
}
</style>
background-color css
<style>
a { background-color: #7E7277; }
a { background-color: rgb(126,114,119); }
div.DivClassName
{
background-color: #7E7277;
}
.BgClassName
{
background-color: #7E7277;
}
</style>
border-color css
<style>
span { border-color: #7E7277; }
span { border-color: rgb(126,114,119); }
td.TdClassName
{
border-color: #7E7277;
}
.TagClassName
{
border-color: #7E7277;
}
</style>