Shades of Empress #7C686E
Tints of Empress #7C686E
RGB
CMYK
RGB Variations
Color information
#7C686E (or 0x7C686E) is known color: Empress. HEX triplet: 7C, 68 and 6E. RGB value is (124,104,110). Sum of RGB (Red+Green+Blue) = 124+104+110=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 124 - color contains mainly: red. Hex color #7C686E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C686E is #839791. Grayscale: #6E6E6E. Windows color (decimal): -8624018 or 7235708. OLE color: 7235708.
HSL color Cylindrical-coordinate representation of color #7C686E: hue angle of 342º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C686E is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 104 | 110 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.51 |
| HSL | 342º | 0.09% | 0.45% | - |
| HSV(B) | 342º | 0.16% | 0.49% | - |
| XYZ | 16.08 | 15.31 | 16.86 | - |
| YUV | 110.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 104 | 110 | 0 | 0.16 | 0.11 | 0.51 | 342 | 0.09 | 0.45 |
| Hex | 7C | 68 | 6E | 0 | 10 | B | 33 | 156 | 9 | 2D |
| Octal | 174 | 150 | 156 | 0 | 20 | 13 | 63 | 526 | 11 | 55 |
| Binary | 1111100 | 1101000 | 1101110 | 0 | 10000 | 1011 | 110011 | 101010110 | 1001 | 101101 |
Color Harmonies of #7C686E
Complementary color
Monochromatic Colors of #7C686E
Black with #7C686E
Text Example
Text Example
White with #7C686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C686E; }
p { color: rgb(124,104,110); }
H1.HeaderClassName
{
color: #7C686E;
}
.AnyTagClassName
{
color: #7C686E;
}
</style>
background-color css
<style>
a { background-color: #7C686E; }
a { background-color: rgb(124,104,110); }
div.DivClassName
{
background-color: #7C686E;
}
.BgClassName
{
background-color: #7C686E;
}
</style>
border-color css
<style>
span { border-color: #7C686E; }
span { border-color: rgb(124,104,110); }
td.TdClassName
{
border-color: #7C686E;
}
.TagClassName
{
border-color: #7C686E;
}
</style>