Shades of Empress #7D7273
Tints of Empress #7D7273
RGB
CMYK
RGB Variations
Color information
#7D7273 (or 0x7D7273) is known color: Empress. HEX triplet: 7D, 72 and 73. RGB value is (125,114,115). Sum of RGB (Red+Green+Blue) = 125+114+115=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7273 is #828D8C. Grayscale: #757575. Windows color (decimal): -8555917 or 7565949. OLE color: 7565949.
HSL color Cylindrical-coordinate representation of color #7D7273: hue angle of 354.55º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7D7273 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 114 | 115 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.51 |
| HSL | 354.55º | 0.05% | 0.47% | - |
| HSV(B) | 354.55º | 0.09% | 0.49% | - |
| XYZ | 17.57 | 17.63 | 18.7 | - |
| YUV | 117.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 114 | 115 | 0 | 0.09 | 0.08 | 0.51 | 354.55 | 0.05 | 0.47 |
| Hex | 7D | 72 | 73 | 0 | 9 | 8 | 33 | 163 | 5 | 2F |
| Octal | 175 | 162 | 163 | 0 | 11 | 10 | 63 | 543 | 5 | 57 |
| Binary | 1111101 | 1110010 | 1110011 | 0 | 1001 | 1000 | 110011 | 101100011 | 101 | 101111 |
Color Harmonies of #7D7273
Complementary color
Monochromatic Colors of #7D7273
Black with #7D7273
Text Example
Text Example
White with #7D7273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7273; }
p { color: rgb(125,114,115); }
H1.HeaderClassName
{
color: #7D7273;
}
.AnyTagClassName
{
color: #7D7273;
}
</style>
background-color css
<style>
a { background-color: #7D7273; }
a { background-color: rgb(125,114,115); }
div.DivClassName
{
background-color: #7D7273;
}
.BgClassName
{
background-color: #7D7273;
}
</style>
border-color css
<style>
span { border-color: #7D7273; }
span { border-color: rgb(125,114,115); }
td.TdClassName
{
border-color: #7D7273;
}
.TagClassName
{
border-color: #7D7273;
}
</style>