Shades of Empress #7F6B73
Tints of Empress #7F6B73
RGB
CMYK
RGB Variations
Color information
#7F6B73 (or 0x7F6B73) is known color: Empress. HEX triplet: 7F, 6B and 73. RGB value is (127,107,115). Sum of RGB (Red+Green+Blue) = 127+107+115=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6B73 is #80948C. Grayscale: #717171. Windows color (decimal): -8426637 or 7564159. OLE color: 7564159.
HSL color Cylindrical-coordinate representation of color #7F6B73: hue angle of 336º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7F6B73 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 107 | 115 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.50 |
| HSL | 336º | 0.09% | 0.46% | - |
| HSV(B) | 336º | 0.16% | 0.5% | - |
| XYZ | 17.1 | 16.27 | 18.46 | - |
| YUV | 113.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 107 | 115 | 0 | 0.16 | 0.09 | 0.50 | 336 | 0.09 | 0.46 |
| Hex | 7F | 6B | 73 | 0 | 10 | 9 | 32 | 150 | 9 | 2E |
| Octal | 177 | 153 | 163 | 0 | 20 | 11 | 62 | 520 | 11 | 56 |
| Binary | 1111111 | 1101011 | 1110011 | 0 | 10000 | 1001 | 110010 | 101010000 | 1001 | 101110 |
Color Harmonies of #7F6B73
Complementary color
Monochromatic Colors of #7F6B73
Black with #7F6B73
Text Example
Text Example
White with #7F6B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6B73; }
p { color: rgb(127,107,115); }
H1.HeaderClassName
{
color: #7F6B73;
}
.AnyTagClassName
{
color: #7F6B73;
}
</style>
background-color css
<style>
a { background-color: #7F6B73; }
a { background-color: rgb(127,107,115); }
div.DivClassName
{
background-color: #7F6B73;
}
.BgClassName
{
background-color: #7F6B73;
}
</style>
border-color css
<style>
span { border-color: #7F6B73; }
span { border-color: rgb(127,107,115); }
td.TdClassName
{
border-color: #7F6B73;
}
.TagClassName
{
border-color: #7F6B73;
}
</style>