Shades of Empress #7E666C
Tints of Empress #7E666C
RGB
CMYK
RGB Variations
Color information
#7E666C (or 0x7E666C) is known color: Empress. HEX triplet: 7E, 66 and 6C. RGB value is (126,102,108). Sum of RGB (Red+Green+Blue) = 126+102+108=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 126 - color contains mainly: red. Hex color #7E666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E666C is #819993. Grayscale: #6D6D6D. Windows color (decimal): -8493460 or 7104126. OLE color: 7104126.
HSL color Cylindrical-coordinate representation of color #7E666C: hue angle of 345º 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 #7E666C is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 102 | 108 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.51 |
| HSL | 345º | 0.11% | 0.45% | - |
| HSV(B) | 345º | 0.19% | 0.49% | - |
| XYZ | 16.06 | 15.02 | 16.24 | - |
| YUV | 109.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 102 | 108 | 0 | 0.19 | 0.14 | 0.51 | 345 | 0.11 | 0.45 |
| Hex | 7E | 66 | 6C | 0 | 13 | E | 33 | 159 | B | 2D |
| Octal | 176 | 146 | 154 | 0 | 23 | 16 | 63 | 531 | 13 | 55 |
| Binary | 1111110 | 1100110 | 1101100 | 0 | 10011 | 1110 | 110011 | 101011001 | 1011 | 101101 |
Color Harmonies of #7E666C
Complementary color
Monochromatic Colors of #7E666C
Black with #7E666C
Text Example
Text Example
White with #7E666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E666C; }
p { color: rgb(126,102,108); }
H1.HeaderClassName
{
color: #7E666C;
}
.AnyTagClassName
{
color: #7E666C;
}
</style>
background-color css
<style>
a { background-color: #7E666C; }
a { background-color: rgb(126,102,108); }
div.DivClassName
{
background-color: #7E666C;
}
.BgClassName
{
background-color: #7E666C;
}
</style>
border-color css
<style>
span { border-color: #7E666C; }
span { border-color: rgb(126,102,108); }
td.TdClassName
{
border-color: #7E666C;
}
.TagClassName
{
border-color: #7E666C;
}
</style>