Shades of Empress #7F7073
Tints of Empress #7F7073
RGB
CMYK
RGB Variations
Color information
#7F7073 (or 0x7F7073) is known color: Empress. HEX triplet: 7F, 70 and 73. RGB value is (127,112,115). Sum of RGB (Red+Green+Blue) = 127+112+115=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7073 is #808F8C. Grayscale: #747474. Windows color (decimal): -8425357 or 7565439. OLE color: 7565439.
HSL color Cylindrical-coordinate representation of color #7F7073: hue angle of 348º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7F7073 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 112 | 115 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.50 |
| HSL | 348º | 0.06% | 0.47% | - |
| HSV(B) | 348º | 0.12% | 0.5% | - |
| XYZ | 17.64 | 17.34 | 18.64 | - |
| YUV | 116.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 112 | 115 | 0 | 0.12 | 0.09 | 0.50 | 348 | 0.06 | 0.47 |
| Hex | 7F | 70 | 73 | 0 | C | 9 | 32 | 15C | 6 | 2F |
| Octal | 177 | 160 | 163 | 0 | 14 | 11 | 62 | 534 | 6 | 57 |
| Binary | 1111111 | 1110000 | 1110011 | 0 | 1100 | 1001 | 110010 | 101011100 | 110 | 101111 |
Color Harmonies of #7F7073
Complementary color
Monochromatic Colors of #7F7073
Black with #7F7073
Text Example
Text Example
White with #7F7073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7073; }
p { color: rgb(127,112,115); }
H1.HeaderClassName
{
color: #7F7073;
}
.AnyTagClassName
{
color: #7F7073;
}
</style>
background-color css
<style>
a { background-color: #7F7073; }
a { background-color: rgb(127,112,115); }
div.DivClassName
{
background-color: #7F7073;
}
.BgClassName
{
background-color: #7F7073;
}
</style>
border-color css
<style>
span { border-color: #7F7073; }
span { border-color: rgb(127,112,115); }
td.TdClassName
{
border-color: #7F7073;
}
.TagClassName
{
border-color: #7F7073;
}
</style>