Shades of Empress #7E676B
Tints of Empress #7E676B
RGB
CMYK
RGB Variations
Color information
#7E676B (or 0x7E676B) is known color: Empress. HEX triplet: 7E, 67 and 6B. RGB value is (126,103,107). Sum of RGB (Red+Green+Blue) = 126+103+107=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 126 - color contains mainly: red. Hex color #7E676B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E676B is #819894. Grayscale: #6E6E6E. Windows color (decimal): -8493205 or 7038846. OLE color: 7038846.
HSL color Cylindrical-coordinate representation of color #7E676B: hue angle of 349.57º 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 #7E676B is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 103 | 107 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.51 |
| HSL | 349.57º | 0.1% | 0.45% | - |
| HSV(B) | 349.57º | 0.18% | 0.49% | - |
| XYZ | 16.11 | 15.2 | 15.99 | - |
| YUV | 110.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 103 | 107 | 0 | 0.18 | 0.15 | 0.51 | 349.57 | 0.1 | 0.45 |
| Hex | 7E | 67 | 6B | 0 | 12 | F | 33 | 15E | A | 2D |
| Octal | 176 | 147 | 153 | 0 | 22 | 17 | 63 | 536 | 12 | 55 |
| Binary | 1111110 | 1100111 | 1101011 | 0 | 10010 | 1111 | 110011 | 101011110 | 1010 | 101101 |
Color Harmonies of #7E676B
Complementary color
Monochromatic Colors of #7E676B
Black with #7E676B
Text Example
Text Example
White with #7E676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E676B; }
p { color: rgb(126,103,107); }
H1.HeaderClassName
{
color: #7E676B;
}
.AnyTagClassName
{
color: #7E676B;
}
</style>
background-color css
<style>
a { background-color: #7E676B; }
a { background-color: rgb(126,103,107); }
div.DivClassName
{
background-color: #7E676B;
}
.BgClassName
{
background-color: #7E676B;
}
</style>
border-color css
<style>
span { border-color: #7E676B; }
span { border-color: rgb(126,103,107); }
td.TdClassName
{
border-color: #7E676B;
}
.TagClassName
{
border-color: #7E676B;
}
</style>