Shades of Empress #7C6C6F
Tints of Empress #7C6C6F
RGB
CMYK
RGB Variations
Color information
#7C6C6F (or 0x7C6C6F) is known color: Empress. HEX triplet: 7C, 6C and 6F. RGB value is (124,108,111). Sum of RGB (Red+Green+Blue) = 124+108+111=343 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.15% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6C6F is #839390. Grayscale: #717171. Windows color (decimal): -8622993 or 7302268. OLE color: 7302268.
HSL color Cylindrical-coordinate representation of color #7C6C6F: hue angle of 348.75º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7C6C6F is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 108 | 111 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.51 |
| HSL | 348.75º | 0.07% | 0.45% | - |
| HSV(B) | 348.75º | 0.13% | 0.49% | - |
| XYZ | 16.54 | 16.16 | 17.29 | - |
| YUV | 113.13 | 126.8 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 108 | 111 | 0 | 0.13 | 0.10 | 0.51 | 348.75 | 0.07 | 0.45 |
| Hex | 7C | 6C | 6F | 0 | D | A | 33 | 15D | 7 | 2D |
| Octal | 174 | 154 | 157 | 0 | 15 | 12 | 63 | 535 | 7 | 55 |
| Binary | 1111100 | 1101100 | 1101111 | 0 | 1101 | 1010 | 110011 | 101011101 | 111 | 101101 |
Color Harmonies of #7C6C6F
Complementary color
Monochromatic Colors of #7C6C6F
Black with #7C6C6F
Text Example
Text Example
White with #7C6C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6C6F; }
p { color: rgb(124,108,111); }
H1.HeaderClassName
{
color: #7C6C6F;
}
.AnyTagClassName
{
color: #7C6C6F;
}
</style>
background-color css
<style>
a { background-color: #7C6C6F; }
a { background-color: rgb(124,108,111); }
div.DivClassName
{
background-color: #7C6C6F;
}
.BgClassName
{
background-color: #7C6C6F;
}
</style>
border-color css
<style>
span { border-color: #7C6C6F; }
span { border-color: rgb(124,108,111); }
td.TdClassName
{
border-color: #7C6C6F;
}
.TagClassName
{
border-color: #7C6C6F;
}
</style>