Shades of Empress #7E636A
Tints of Empress #7E636A
RGB
CMYK
RGB Variations
Color information
#7E636A (or 0x7E636A) is known color: Empress. HEX triplet: 7E, 63 and 6A. RGB value is (126,99,106). Sum of RGB (Red+Green+Blue) = 126+99+106=331 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.07% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 126 - color contains mainly: red. Hex color #7E636A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E636A is #819C95. Grayscale: #6B6B6B. Windows color (decimal): -8494230 or 6972286. OLE color: 6972286.
HSL color Cylindrical-coordinate representation of color #7E636A: hue angle of 344.44º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E636A is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 99 | 106 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.51 |
| HSL | 344.44º | 0.12% | 0.44% | - |
| HSV(B) | 344.44º | 0.21% | 0.49% | - |
| XYZ | 15.67 | 14.4 | 15.59 | - |
| YUV | 107.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 99 | 106 | 0 | 0.21 | 0.16 | 0.51 | 344.44 | 0.12 | 0.44 |
| Hex | 7E | 63 | 6A | 0 | 15 | 10 | 33 | 158 | C | 2C |
| Octal | 176 | 143 | 152 | 0 | 25 | 20 | 63 | 530 | 14 | 54 |
| Binary | 1111110 | 1100011 | 1101010 | 0 | 10101 | 10000 | 110011 | 101011000 | 1100 | 101100 |
Color Harmonies of #7E636A
Complementary color
Monochromatic Colors of #7E636A
Black with #7E636A
Text Example
Text Example
White with #7E636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E636A; }
p { color: rgb(126,99,106); }
H1.HeaderClassName
{
color: #7E636A;
}
.AnyTagClassName
{
color: #7E636A;
}
</style>
background-color css
<style>
a { background-color: #7E636A; }
a { background-color: rgb(126,99,106); }
div.DivClassName
{
background-color: #7E636A;
}
.BgClassName
{
background-color: #7E636A;
}
</style>
border-color css
<style>
span { border-color: #7E636A; }
span { border-color: rgb(126,99,106); }
td.TdClassName
{
border-color: #7E636A;
}
.TagClassName
{
border-color: #7E636A;
}
</style>