Shades of Empress #7D636B
Tints of Empress #7D636B
RGB
CMYK
RGB Variations
Color information
#7D636B (or 0x7D636B) is known color: Empress. HEX triplet: 7D, 63 and 6B. RGB value is (125,99,107). Sum of RGB (Red+Green+Blue) = 125+99+107=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 125 - color contains mainly: red. Hex color #7D636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D636B is #829C94. Grayscale: #6B6B6B. Windows color (decimal): -8559765 or 7037821. OLE color: 7037821.
HSL color Cylindrical-coordinate representation of color #7D636B: hue angle of 341.54º 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 #7D636B is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 99 | 107 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.51 |
| HSL | 341.54º | 0.12% | 0.44% | - |
| HSV(B) | 341.54º | 0.21% | 0.49% | - |
| XYZ | 15.57 | 14.35 | 15.86 | - |
| YUV | 107.69 | 127.61 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 99 | 107 | 0 | 0.21 | 0.14 | 0.51 | 341.54 | 0.12 | 0.44 |
| Hex | 7D | 63 | 6B | 0 | 15 | E | 33 | 156 | C | 2C |
| Octal | 175 | 143 | 153 | 0 | 25 | 16 | 63 | 526 | 14 | 54 |
| Binary | 1111101 | 1100011 | 1101011 | 0 | 10101 | 1110 | 110011 | 101010110 | 1100 | 101100 |
Color Harmonies of #7D636B
Complementary color
Monochromatic Colors of #7D636B
Black with #7D636B
Text Example
Text Example
White with #7D636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D636B; }
p { color: rgb(125,99,107); }
H1.HeaderClassName
{
color: #7D636B;
}
.AnyTagClassName
{
color: #7D636B;
}
</style>
background-color css
<style>
a { background-color: #7D636B; }
a { background-color: rgb(125,99,107); }
div.DivClassName
{
background-color: #7D636B;
}
.BgClassName
{
background-color: #7D636B;
}
</style>
border-color css
<style>
span { border-color: #7D636B; }
span { border-color: rgb(125,99,107); }
td.TdClassName
{
border-color: #7D636B;
}
.TagClassName
{
border-color: #7D636B;
}
</style>