Shades of Empress #7C686D
Tints of Empress #7C686D
RGB
CMYK
RGB Variations
Color information
#7C686D (or 0x7C686D) is known color: Empress. HEX triplet: 7C, 68 and 6D. RGB value is (124,104,109). Sum of RGB (Red+Green+Blue) = 124+104+109=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 124 - color contains mainly: red. Hex color #7C686D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C686D is #839792. Grayscale: #6E6E6E. Windows color (decimal): -8624019 or 7170172. OLE color: 7170172.
HSL color Cylindrical-coordinate representation of color #7C686D: hue angle of 345º 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 #7C686D is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 104 | 109 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.51 |
| HSL | 345º | 0.09% | 0.45% | - |
| HSV(B) | 345º | 0.16% | 0.49% | - |
| XYZ | 16.02 | 15.29 | 16.57 | - |
| YUV | 110.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 104 | 109 | 0 | 0.16 | 0.12 | 0.51 | 345 | 0.09 | 0.45 |
| Hex | 7C | 68 | 6D | 0 | 10 | C | 33 | 159 | 9 | 2D |
| Octal | 174 | 150 | 155 | 0 | 20 | 14 | 63 | 531 | 11 | 55 |
| Binary | 1111100 | 1101000 | 1101101 | 0 | 10000 | 1100 | 110011 | 101011001 | 1001 | 101101 |
Color Harmonies of #7C686D
Complementary color
Monochromatic Colors of #7C686D
Black with #7C686D
Text Example
Text Example
White with #7C686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C686D; }
p { color: rgb(124,104,109); }
H1.HeaderClassName
{
color: #7C686D;
}
.AnyTagClassName
{
color: #7C686D;
}
</style>
background-color css
<style>
a { background-color: #7C686D; }
a { background-color: rgb(124,104,109); }
div.DivClassName
{
background-color: #7C686D;
}
.BgClassName
{
background-color: #7C686D;
}
</style>
border-color css
<style>
span { border-color: #7C686D; }
span { border-color: rgb(124,104,109); }
td.TdClassName
{
border-color: #7C686D;
}
.TagClassName
{
border-color: #7C686D;
}
</style>