Shades of Empress #7F686F
Tints of Empress #7F686F
RGB
CMYK
RGB Variations
Color information
#7F686F (or 0x7F686F) is known color: Empress. HEX triplet: 7F, 68 and 6F. RGB value is (127,104,111). Sum of RGB (Red+Green+Blue) = 127+104+111=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 127 - color contains mainly: red. Hex color #7F686F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F686F is #809790. Grayscale: #6F6F6F. Windows color (decimal): -8427409 or 7301247. OLE color: 7301247.
HSL color Cylindrical-coordinate representation of color #7F686F: hue angle of 341.74º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F686F is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 104 | 111 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.50 |
| HSL | 341.74º | 0.1% | 0.45% | - |
| HSV(B) | 341.74º | 0.18% | 0.5% | - |
| XYZ | 16.57 | 15.56 | 17.17 | - |
| YUV | 111.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 111 | 0 | 0.18 | 0.13 | 0.50 | 341.74 | 0.1 | 0.45 |
| Hex | 7F | 68 | 6F | 0 | 12 | D | 32 | 156 | A | 2D |
| Octal | 177 | 150 | 157 | 0 | 22 | 15 | 62 | 526 | 12 | 55 |
| Binary | 1111111 | 1101000 | 1101111 | 0 | 10010 | 1101 | 110010 | 101010110 | 1010 | 101101 |
Color Harmonies of #7F686F
Complementary color
Monochromatic Colors of #7F686F
Black with #7F686F
Text Example
Text Example
White with #7F686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F686F; }
p { color: rgb(127,104,111); }
H1.HeaderClassName
{
color: #7F686F;
}
.AnyTagClassName
{
color: #7F686F;
}
</style>
background-color css
<style>
a { background-color: #7F686F; }
a { background-color: rgb(127,104,111); }
div.DivClassName
{
background-color: #7F686F;
}
.BgClassName
{
background-color: #7F686F;
}
</style>
border-color css
<style>
span { border-color: #7F686F; }
span { border-color: rgb(127,104,111); }
td.TdClassName
{
border-color: #7F686F;
}
.TagClassName
{
border-color: #7F686F;
}
</style>