Shades of Empress #7C686B
Tints of Empress #7C686B
RGB
CMYK
RGB Variations
Color information
#7C686B (or 0x7C686B) is known color: Empress. HEX triplet: 7C, 68 and 6B. RGB value is (124,104,107). Sum of RGB (Red+Green+Blue) = 124+104+107=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 124 - color contains mainly: red. Hex color #7C686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C686B is #839794. Grayscale: #6E6E6E. Windows color (decimal): -8624021 or 7039100. OLE color: 7039100.
HSL color Cylindrical-coordinate representation of color #7C686B: hue angle of 351º 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 #7C686B is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 104 | 107 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.51 |
| HSL | 351º | 0.09% | 0.45% | - |
| HSV(B) | 351º | 0.16% | 0.49% | - |
| XYZ | 15.92 | 15.25 | 16.01 | - |
| YUV | 110.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 104 | 107 | 0 | 0.16 | 0.14 | 0.51 | 351 | 0.09 | 0.45 |
| Hex | 7C | 68 | 6B | 0 | 10 | E | 33 | 15F | 9 | 2D |
| Octal | 174 | 150 | 153 | 0 | 20 | 16 | 63 | 537 | 11 | 55 |
| Binary | 1111100 | 1101000 | 1101011 | 0 | 10000 | 1110 | 110011 | 101011111 | 1001 | 101101 |
Color Harmonies of #7C686B
Complementary color
Monochromatic Colors of #7C686B
Black with #7C686B
Text Example
Text Example
White with #7C686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C686B; }
p { color: rgb(124,104,107); }
H1.HeaderClassName
{
color: #7C686B;
}
.AnyTagClassName
{
color: #7C686B;
}
</style>
background-color css
<style>
a { background-color: #7C686B; }
a { background-color: rgb(124,104,107); }
div.DivClassName
{
background-color: #7C686B;
}
.BgClassName
{
background-color: #7C686B;
}
</style>
border-color css
<style>
span { border-color: #7C686B; }
span { border-color: rgb(124,104,107); }
td.TdClassName
{
border-color: #7C686B;
}
.TagClassName
{
border-color: #7C686B;
}
</style>