Shades of Empress #7F6B70
Tints of Empress #7F6B70
RGB
CMYK
RGB Variations
Color information
#7F6B70 (or 0x7F6B70) is known color: Empress. HEX triplet: 7F, 6B and 70. RGB value is (127,107,112). Sum of RGB (Red+Green+Blue) = 127+107+112=346 (45% of max value = 765). Red value is 127 (50% from 255 or 36.71% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6B70 is #80948F. Grayscale: #717171. Windows color (decimal): -8426640 or 7367551. OLE color: 7367551.
HSL color Cylindrical-coordinate representation of color #7F6B70: hue angle of 345º 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 #7F6B70 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 107 | 112 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.50 |
| HSL | 345º | 0.09% | 0.46% | - |
| HSV(B) | 345º | 0.16% | 0.5% | - |
| XYZ | 16.93 | 16.2 | 17.56 | - |
| YUV | 113.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 107 | 112 | 0 | 0.16 | 0.12 | 0.50 | 345 | 0.09 | 0.46 |
| Hex | 7F | 6B | 70 | 0 | 10 | C | 32 | 159 | 9 | 2E |
| Octal | 177 | 153 | 160 | 0 | 20 | 14 | 62 | 531 | 11 | 56 |
| Binary | 1111111 | 1101011 | 1110000 | 0 | 10000 | 1100 | 110010 | 101011001 | 1001 | 101110 |
Color Harmonies of #7F6B70
Complementary color
Monochromatic Colors of #7F6B70
Black with #7F6B70
Text Example
Text Example
White with #7F6B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6B70; }
p { color: rgb(127,107,112); }
H1.HeaderClassName
{
color: #7F6B70;
}
.AnyTagClassName
{
color: #7F6B70;
}
</style>
background-color css
<style>
a { background-color: #7F6B70; }
a { background-color: rgb(127,107,112); }
div.DivClassName
{
background-color: #7F6B70;
}
.BgClassName
{
background-color: #7F6B70;
}
</style>
border-color css
<style>
span { border-color: #7F6B70; }
span { border-color: rgb(127,107,112); }
td.TdClassName
{
border-color: #7F6B70;
}
.TagClassName
{
border-color: #7F6B70;
}
</style>