Shades of Empress #7C686F
Tints of Empress #7C686F
RGB
CMYK
RGB Variations
Color information
#7C686F (or 0x7C686F) is known color: Empress. HEX triplet: 7C, 68 and 6F. RGB value is (124,104,111). Sum of RGB (Red+Green+Blue) = 124+104+111=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 124 - color contains mainly: red. Hex color #7C686F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C686F is #839790. Grayscale: #6E6E6E. Windows color (decimal): -8624017 or 7301244. OLE color: 7301244.
HSL color Cylindrical-coordinate representation of color #7C686F: hue angle of 339º 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 #7C686F is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 104 | 111 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.51 |
| HSL | 339º | 0.09% | 0.45% | - |
| HSV(B) | 339º | 0.16% | 0.49% | - |
| XYZ | 16.13 | 15.33 | 17.15 | - |
| YUV | 110.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 104 | 111 | 0 | 0.16 | 0.10 | 0.51 | 339 | 0.09 | 0.45 |
| Hex | 7C | 68 | 6F | 0 | 10 | A | 33 | 153 | 9 | 2D |
| Octal | 174 | 150 | 157 | 0 | 20 | 12 | 63 | 523 | 11 | 55 |
| Binary | 1111100 | 1101000 | 1101111 | 0 | 10000 | 1010 | 110011 | 101010011 | 1001 | 101101 |
Color Harmonies of #7C686F
Complementary color
Monochromatic Colors of #7C686F
Black with #7C686F
Text Example
Text Example
White with #7C686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C686F; }
p { color: rgb(124,104,111); }
H1.HeaderClassName
{
color: #7C686F;
}
.AnyTagClassName
{
color: #7C686F;
}
</style>
background-color css
<style>
a { background-color: #7C686F; }
a { background-color: rgb(124,104,111); }
div.DivClassName
{
background-color: #7C686F;
}
.BgClassName
{
background-color: #7C686F;
}
</style>
border-color css
<style>
span { border-color: #7C686F; }
span { border-color: rgb(124,104,111); }
td.TdClassName
{
border-color: #7C686F;
}
.TagClassName
{
border-color: #7C686F;
}
</style>