Shades of Empress #7E686B
Tints of Empress #7E686B
RGB
CMYK
RGB Variations
Color information
#7E686B (or 0x7E686B) is known color: Empress. HEX triplet: 7E, 68 and 6B. RGB value is (126,104,107). Sum of RGB (Red+Green+Blue) = 126+104+107=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 126 - color contains mainly: red. Hex color #7E686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E686B is #819794. Grayscale: #6E6E6E. Windows color (decimal): -8492949 or 7039102. OLE color: 7039102.
HSL color Cylindrical-coordinate representation of color #7E686B: hue angle of 351.82º 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 #7E686B is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 104 | 107 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.51 |
| HSL | 351.82º | 0.1% | 0.45% | - |
| HSV(B) | 351.82º | 0.17% | 0.49% | - |
| XYZ | 16.21 | 15.4 | 16.03 | - |
| YUV | 110.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 104 | 107 | 0 | 0.17 | 0.15 | 0.51 | 351.82 | 0.1 | 0.45 |
| Hex | 7E | 68 | 6B | 0 | 11 | F | 33 | 160 | A | 2D |
| Octal | 176 | 150 | 153 | 0 | 21 | 17 | 63 | 540 | 12 | 55 |
| Binary | 1111110 | 1101000 | 1101011 | 0 | 10001 | 1111 | 110011 | 101100000 | 1010 | 101101 |
Color Harmonies of #7E686B
Complementary color
Monochromatic Colors of #7E686B
Black with #7E686B
Text Example
Text Example
White with #7E686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E686B; }
p { color: rgb(126,104,107); }
H1.HeaderClassName
{
color: #7E686B;
}
.AnyTagClassName
{
color: #7E686B;
}
</style>
background-color css
<style>
a { background-color: #7E686B; }
a { background-color: rgb(126,104,107); }
div.DivClassName
{
background-color: #7E686B;
}
.BgClassName
{
background-color: #7E686B;
}
</style>
border-color css
<style>
span { border-color: #7E686B; }
span { border-color: rgb(126,104,107); }
td.TdClassName
{
border-color: #7E686B;
}
.TagClassName
{
border-color: #7E686B;
}
</style>