Shades of Empress #7F6770
Tints of Empress #7F6770
RGB
CMYK
RGB Variations
Color information
#7F6770 (or 0x7F6770) is known color: Empress. HEX triplet: 7F, 67 and 70. RGB value is (127,103,112). Sum of RGB (Red+Green+Blue) = 127+103+112=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6770 is #80988F. Grayscale: #6F6F6F. Windows color (decimal): -8427664 or 7366527. OLE color: 7366527.
HSL color Cylindrical-coordinate representation of color #7F6770: hue angle of 337.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F6770 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 103 | 112 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.50 |
| HSL | 337.5º | 0.1% | 0.45% | - |
| HSV(B) | 337.5º | 0.19% | 0.5% | - |
| XYZ | 16.53 | 15.38 | 17.43 | - |
| YUV | 111.2 | 128.45 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 112 | 0 | 0.19 | 0.12 | 0.50 | 337.5 | 0.1 | 0.45 |
| Hex | 7F | 67 | 70 | 0 | 13 | C | 32 | 152 | A | 2D |
| Octal | 177 | 147 | 160 | 0 | 23 | 14 | 62 | 522 | 12 | 55 |
| Binary | 1111111 | 1100111 | 1110000 | 0 | 10011 | 1100 | 110010 | 101010010 | 1010 | 101101 |
Color Harmonies of #7F6770
Complementary color
Monochromatic Colors of #7F6770
Black with #7F6770
Text Example
Text Example
White with #7F6770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6770; }
p { color: rgb(127,103,112); }
H1.HeaderClassName
{
color: #7F6770;
}
.AnyTagClassName
{
color: #7F6770;
}
</style>
background-color css
<style>
a { background-color: #7F6770; }
a { background-color: rgb(127,103,112); }
div.DivClassName
{
background-color: #7F6770;
}
.BgClassName
{
background-color: #7F6770;
}
</style>
border-color css
<style>
span { border-color: #7F6770; }
span { border-color: rgb(127,103,112); }
td.TdClassName
{
border-color: #7F6770;
}
.TagClassName
{
border-color: #7F6770;
}
</style>