Shades of Empress #7E666B
Tints of Empress #7E666B
RGB
CMYK
RGB Variations
Color information
#7E666B (or 0x7E666B) is known color: Empress. HEX triplet: 7E, 66 and 6B. RGB value is (126,102,107). Sum of RGB (Red+Green+Blue) = 126+102+107=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 126 - color contains mainly: red. Hex color #7E666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E666B is #819994. Grayscale: #6D6D6D. Windows color (decimal): -8493461 or 7038590. OLE color: 7038590.
HSL color Cylindrical-coordinate representation of color #7E666B: hue angle of 347.5º 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 #7E666B is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 102 | 107 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.51 |
| HSL | 347.5º | 0.11% | 0.45% | - |
| HSV(B) | 347.5º | 0.19% | 0.49% | - |
| XYZ | 16.01 | 15 | 15.96 | - |
| YUV | 109.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 102 | 107 | 0 | 0.19 | 0.15 | 0.51 | 347.5 | 0.11 | 0.45 |
| Hex | 7E | 66 | 6B | 0 | 13 | F | 33 | 15C | B | 2D |
| Octal | 176 | 146 | 153 | 0 | 23 | 17 | 63 | 534 | 13 | 55 |
| Binary | 1111110 | 1100110 | 1101011 | 0 | 10011 | 1111 | 110011 | 101011100 | 1011 | 101101 |
Color Harmonies of #7E666B
Complementary color
Monochromatic Colors of #7E666B
Black with #7E666B
Text Example
Text Example
White with #7E666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E666B; }
p { color: rgb(126,102,107); }
H1.HeaderClassName
{
color: #7E666B;
}
.AnyTagClassName
{
color: #7E666B;
}
</style>
background-color css
<style>
a { background-color: #7E666B; }
a { background-color: rgb(126,102,107); }
div.DivClassName
{
background-color: #7E666B;
}
.BgClassName
{
background-color: #7E666B;
}
</style>
border-color css
<style>
span { border-color: #7E666B; }
span { border-color: rgb(126,102,107); }
td.TdClassName
{
border-color: #7E666B;
}
.TagClassName
{
border-color: #7E666B;
}
</style>