Shades of Empress #7F676D
Tints of Empress #7F676D
RGB
CMYK
RGB Variations
Color information
#7F676D (or 0x7F676D) is known color: Empress. HEX triplet: 7F, 67 and 6D. RGB value is (127,103,109). Sum of RGB (Red+Green+Blue) = 127+103+109=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 127 - color contains mainly: red. Hex color #7F676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F676D is #809892. Grayscale: #6E6E6E. Windows color (decimal): -8427667 or 7169919. OLE color: 7169919.
HSL color Cylindrical-coordinate representation of color #7F676D: hue angle of 345º 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 #7F676D is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 103 | 109 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.50 |
| HSL | 345º | 0.1% | 0.45% | - |
| HSV(B) | 345º | 0.19% | 0.5% | - |
| XYZ | 16.36 | 15.32 | 16.56 | - |
| YUV | 110.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 109 | 0 | 0.19 | 0.14 | 0.50 | 345 | 0.1 | 0.45 |
| Hex | 7F | 67 | 6D | 0 | 13 | E | 32 | 159 | A | 2D |
| Octal | 177 | 147 | 155 | 0 | 23 | 16 | 62 | 531 | 12 | 55 |
| Binary | 1111111 | 1100111 | 1101101 | 0 | 10011 | 1110 | 110010 | 101011001 | 1010 | 101101 |
Color Harmonies of #7F676D
Complementary color
Monochromatic Colors of #7F676D
Black with #7F676D
Text Example
Text Example
White with #7F676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F676D; }
p { color: rgb(127,103,109); }
H1.HeaderClassName
{
color: #7F676D;
}
.AnyTagClassName
{
color: #7F676D;
}
</style>
background-color css
<style>
a { background-color: #7F676D; }
a { background-color: rgb(127,103,109); }
div.DivClassName
{
background-color: #7F676D;
}
.BgClassName
{
background-color: #7F676D;
}
</style>
border-color css
<style>
span { border-color: #7F676D; }
span { border-color: rgb(127,103,109); }
td.TdClassName
{
border-color: #7F676D;
}
.TagClassName
{
border-color: #7F676D;
}
</style>