Shades of Empress #7E636B
Tints of Empress #7E636B
RGB
CMYK
RGB Variations
Color information
#7E636B (or 0x7E636B) is known color: Empress. HEX triplet: 7E, 63 and 6B. RGB value is (126,99,107). Sum of RGB (Red+Green+Blue) = 126+99+107=332 (43% of max value = 765). Red value is 126 (49.61% from 255 or 37.95% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 126 - color contains mainly: red. Hex color #7E636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E636B is #819C94. Grayscale: #6B6B6B. Windows color (decimal): -8494229 or 7037822. OLE color: 7037822.
HSL color Cylindrical-coordinate representation of color #7E636B: hue angle of 342.22º 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 #7E636B is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 99 | 107 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.51 |
| HSL | 342.22º | 0.12% | 0.44% | - |
| HSV(B) | 342.22º | 0.21% | 0.49% | - |
| XYZ | 15.72 | 14.42 | 15.86 | - |
| YUV | 107.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 99 | 107 | 0 | 0.21 | 0.15 | 0.51 | 342.22 | 0.12 | 0.44 |
| Hex | 7E | 63 | 6B | 0 | 15 | F | 33 | 156 | C | 2C |
| Octal | 176 | 143 | 153 | 0 | 25 | 17 | 63 | 526 | 14 | 54 |
| Binary | 1111110 | 1100011 | 1101011 | 0 | 10101 | 1111 | 110011 | 101010110 | 1100 | 101100 |
Color Harmonies of #7E636B
Complementary color
Monochromatic Colors of #7E636B
Black with #7E636B
Text Example
Text Example
White with #7E636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E636B; }
p { color: rgb(126,99,107); }
H1.HeaderClassName
{
color: #7E636B;
}
.AnyTagClassName
{
color: #7E636B;
}
</style>
background-color css
<style>
a { background-color: #7E636B; }
a { background-color: rgb(126,99,107); }
div.DivClassName
{
background-color: #7E636B;
}
.BgClassName
{
background-color: #7E636B;
}
</style>
border-color css
<style>
span { border-color: #7E636B; }
span { border-color: rgb(126,99,107); }
td.TdClassName
{
border-color: #7E636B;
}
.TagClassName
{
border-color: #7E636B;
}
</style>