Shades of Empress #7E676D
Tints of Empress #7E676D
RGB
CMYK
RGB Variations
Color information
#7E676D (or 0x7E676D) is known color: Empress. HEX triplet: 7E, 67 and 6D. RGB value is (126,103,109). Sum of RGB (Red+Green+Blue) = 126+103+109=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 126 - color contains mainly: red. Hex color #7E676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E676D is #819892. Grayscale: #6E6E6E. Windows color (decimal): -8493203 or 7169918. OLE color: 7169918.
HSL color Cylindrical-coordinate representation of color #7E676D: hue angle of 344.35º 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 #7E676D is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 103 | 109 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.51 |
| HSL | 344.35º | 0.1% | 0.45% | - |
| HSV(B) | 344.35º | 0.18% | 0.49% | - |
| XYZ | 16.21 | 15.24 | 16.56 | - |
| YUV | 110.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 103 | 109 | 0 | 0.18 | 0.13 | 0.51 | 344.35 | 0.1 | 0.45 |
| Hex | 7E | 67 | 6D | 0 | 12 | D | 33 | 158 | A | 2D |
| Octal | 176 | 147 | 155 | 0 | 22 | 15 | 63 | 530 | 12 | 55 |
| Binary | 1111110 | 1100111 | 1101101 | 0 | 10010 | 1101 | 110011 | 101011000 | 1010 | 101101 |
Color Harmonies of #7E676D
Complementary color
Monochromatic Colors of #7E676D
Black with #7E676D
Text Example
Text Example
White with #7E676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E676D; }
p { color: rgb(126,103,109); }
H1.HeaderClassName
{
color: #7E676D;
}
.AnyTagClassName
{
color: #7E676D;
}
</style>
background-color css
<style>
a { background-color: #7E676D; }
a { background-color: rgb(126,103,109); }
div.DivClassName
{
background-color: #7E676D;
}
.BgClassName
{
background-color: #7E676D;
}
</style>
border-color css
<style>
span { border-color: #7E676D; }
span { border-color: rgb(126,103,109); }
td.TdClassName
{
border-color: #7E676D;
}
.TagClassName
{
border-color: #7E676D;
}
</style>