Shades of Empress #7E676E
Tints of Empress #7E676E
RGB
CMYK
RGB Variations
Color information
#7E676E (or 0x7E676E) is known color: Empress. HEX triplet: 7E, 67 and 6E. RGB value is (126,103,110). Sum of RGB (Red+Green+Blue) = 126+103+110=339 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.17% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 126 - color contains mainly: red. Hex color #7E676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E676E is #819891. Grayscale: #6E6E6E. Windows color (decimal): -8493202 or 7235454. OLE color: 7235454.
HSL color Cylindrical-coordinate representation of color #7E676E: hue angle of 341.74º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7E676E is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 103 | 110 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.51 |
| HSL | 341.74º | 0.1% | 0.45% | - |
| HSV(B) | 341.74º | 0.18% | 0.49% | - |
| XYZ | 16.27 | 15.26 | 16.84 | - |
| YUV | 110.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 103 | 110 | 0 | 0.18 | 0.13 | 0.51 | 341.74 | 0.1 | 0.45 |
| Hex | 7E | 67 | 6E | 0 | 12 | D | 33 | 156 | A | 2D |
| Octal | 176 | 147 | 156 | 0 | 22 | 15 | 63 | 526 | 12 | 55 |
| Binary | 1111110 | 1100111 | 1101110 | 0 | 10010 | 1101 | 110011 | 101010110 | 1010 | 101101 |
Color Harmonies of #7E676E
Complementary color
Monochromatic Colors of #7E676E
Black with #7E676E
Text Example
Text Example
White with #7E676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E676E; }
p { color: rgb(126,103,110); }
H1.HeaderClassName
{
color: #7E676E;
}
.AnyTagClassName
{
color: #7E676E;
}
</style>
background-color css
<style>
a { background-color: #7E676E; }
a { background-color: rgb(126,103,110); }
div.DivClassName
{
background-color: #7E676E;
}
.BgClassName
{
background-color: #7E676E;
}
</style>
border-color css
<style>
span { border-color: #7E676E; }
span { border-color: rgb(126,103,110); }
td.TdClassName
{
border-color: #7E676E;
}
.TagClassName
{
border-color: #7E676E;
}
</style>