Shades of Empress #7F686C
Tints of Empress #7F686C
RGB
CMYK
RGB Variations
Color information
#7F686C (or 0x7F686C) is known color: Empress. HEX triplet: 7F, 68 and 6C. RGB value is (127,104,108). Sum of RGB (Red+Green+Blue) = 127+104+108=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 127 - color contains mainly: red. Hex color #7F686C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F686C is #809793. Grayscale: #6F6F6F. Windows color (decimal): -8427412 or 7104639. OLE color: 7104639.
HSL color Cylindrical-coordinate representation of color #7F686C: hue angle of 349.57º 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 #7F686C is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 104 | 108 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.50 |
| HSL | 349.57º | 0.1% | 0.45% | - |
| HSV(B) | 349.57º | 0.18% | 0.5% | - |
| XYZ | 16.41 | 15.5 | 16.31 | - |
| YUV | 111.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 108 | 0 | 0.18 | 0.15 | 0.50 | 349.57 | 0.1 | 0.45 |
| Hex | 7F | 68 | 6C | 0 | 12 | F | 32 | 15E | A | 2D |
| Octal | 177 | 150 | 154 | 0 | 22 | 17 | 62 | 536 | 12 | 55 |
| Binary | 1111111 | 1101000 | 1101100 | 0 | 10010 | 1111 | 110010 | 101011110 | 1010 | 101101 |
Color Harmonies of #7F686C
Complementary color
Monochromatic Colors of #7F686C
Black with #7F686C
Text Example
Text Example
White with #7F686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F686C; }
p { color: rgb(127,104,108); }
H1.HeaderClassName
{
color: #7F686C;
}
.AnyTagClassName
{
color: #7F686C;
}
</style>
background-color css
<style>
a { background-color: #7F686C; }
a { background-color: rgb(127,104,108); }
div.DivClassName
{
background-color: #7F686C;
}
.BgClassName
{
background-color: #7F686C;
}
</style>
border-color css
<style>
span { border-color: #7F686C; }
span { border-color: rgb(127,104,108); }
td.TdClassName
{
border-color: #7F686C;
}
.TagClassName
{
border-color: #7F686C;
}
</style>