Shades of Empress #7E6871
Tints of Empress #7E6871
RGB
CMYK
RGB Variations
Color information
#7E6871 (or 0x7E6871) is known color: Empress. HEX triplet: 7E, 68 and 71. RGB value is (126,104,113). Sum of RGB (Red+Green+Blue) = 126+104+113=343 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.73% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6871 is #81978E. Grayscale: #6F6F6F. Windows color (decimal): -8492943 or 7432318. OLE color: 7432318.
HSL color Cylindrical-coordinate representation of color #7E6871: hue angle of 335.45º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7E6871 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 104 | 113 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.51 |
| HSL | 335.45º | 0.1% | 0.45% | - |
| HSV(B) | 335.45º | 0.17% | 0.49% | - |
| XYZ | 16.54 | 15.53 | 17.75 | - |
| YUV | 111.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 104 | 113 | 0 | 0.17 | 0.10 | 0.51 | 335.45 | 0.1 | 0.45 |
| Hex | 7E | 68 | 71 | 0 | 11 | A | 33 | 14F | A | 2D |
| Octal | 176 | 150 | 161 | 0 | 21 | 12 | 63 | 517 | 12 | 55 |
| Binary | 1111110 | 1101000 | 1110001 | 0 | 10001 | 1010 | 110011 | 101001111 | 1010 | 101101 |
Color Harmonies of #7E6871
Complementary color
Monochromatic Colors of #7E6871
Black with #7E6871
Text Example
Text Example
White with #7E6871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6871; }
p { color: rgb(126,104,113); }
H1.HeaderClassName
{
color: #7E6871;
}
.AnyTagClassName
{
color: #7E6871;
}
</style>
background-color css
<style>
a { background-color: #7E6871; }
a { background-color: rgb(126,104,113); }
div.DivClassName
{
background-color: #7E6871;
}
.BgClassName
{
background-color: #7E6871;
}
</style>
border-color css
<style>
span { border-color: #7E6871; }
span { border-color: rgb(126,104,113); }
td.TdClassName
{
border-color: #7E6871;
}
.TagClassName
{
border-color: #7E6871;
}
</style>