Shades of Empress #7C6367
Tints of Empress #7C6367
RGB
CMYK
RGB Variations
Color information
#7C6367 (or 0x7C6367) is known color: Empress. HEX triplet: 7C, 63 and 67. RGB value is (124,99,103). Sum of RGB (Red+Green+Blue) = 124+99+103=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6367 is #839C98. Grayscale: #6A6A6A. Windows color (decimal): -8625305 or 6775676. OLE color: 6775676.
HSL color Cylindrical-coordinate representation of color #7C6367: hue angle of 350.4º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C6367 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 99 | 103 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.51 |
| HSL | 350.4º | 0.11% | 0.44% | - |
| HSV(B) | 350.4º | 0.2% | 0.49% | - |
| XYZ | 15.22 | 14.19 | 14.77 | - |
| YUV | 106.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 99 | 103 | 0 | 0.20 | 0.17 | 0.51 | 350.4 | 0.11 | 0.44 |
| Hex | 7C | 63 | 67 | 0 | 14 | 11 | 33 | 15E | B | 2C |
| Octal | 174 | 143 | 147 | 0 | 24 | 21 | 63 | 536 | 13 | 54 |
| Binary | 1111100 | 1100011 | 1100111 | 0 | 10100 | 10001 | 110011 | 101011110 | 1011 | 101100 |
Color Harmonies of #7C6367
Complementary color
Monochromatic Colors of #7C6367
Black with #7C6367
Text Example
Text Example
White with #7C6367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6367; }
p { color: rgb(124,99,103); }
H1.HeaderClassName
{
color: #7C6367;
}
.AnyTagClassName
{
color: #7C6367;
}
</style>
background-color css
<style>
a { background-color: #7C6367; }
a { background-color: rgb(124,99,103); }
div.DivClassName
{
background-color: #7C6367;
}
.BgClassName
{
background-color: #7C6367;
}
</style>
border-color css
<style>
span { border-color: #7C6367; }
span { border-color: rgb(124,99,103); }
td.TdClassName
{
border-color: #7C6367;
}
.TagClassName
{
border-color: #7C6367;
}
</style>