Shades of Empress #7F6B6E
Tints of Empress #7F6B6E
RGB
CMYK
RGB Variations
Color information
#7F6B6E (or 0x7F6B6E) is known color: Empress. HEX triplet: 7F, 6B and 6E. RGB value is (127,107,110). Sum of RGB (Red+Green+Blue) = 127+107+110=344 (45% of max value = 765). Red value is 127 (50% from 255 or 36.92% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6B6E is #809491. Grayscale: #717171. Windows color (decimal): -8426642 or 7236479. OLE color: 7236479.
HSL color Cylindrical-coordinate representation of color #7F6B6E: hue angle of 351º 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 #7F6B6E is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 107 | 110 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.50 |
| HSL | 351º | 0.09% | 0.46% | - |
| HSV(B) | 351º | 0.16% | 0.5% | - |
| XYZ | 16.82 | 16.15 | 16.98 | - |
| YUV | 113.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 107 | 110 | 0 | 0.16 | 0.13 | 0.50 | 351 | 0.09 | 0.46 |
| Hex | 7F | 6B | 6E | 0 | 10 | D | 32 | 15F | 9 | 2E |
| Octal | 177 | 153 | 156 | 0 | 20 | 15 | 62 | 537 | 11 | 56 |
| Binary | 1111111 | 1101011 | 1101110 | 0 | 10000 | 1101 | 110010 | 101011111 | 1001 | 101110 |
Color Harmonies of #7F6B6E
Complementary color
Monochromatic Colors of #7F6B6E
Black with #7F6B6E
Text Example
Text Example
White with #7F6B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6B6E; }
p { color: rgb(127,107,110); }
H1.HeaderClassName
{
color: #7F6B6E;
}
.AnyTagClassName
{
color: #7F6B6E;
}
</style>
background-color css
<style>
a { background-color: #7F6B6E; }
a { background-color: rgb(127,107,110); }
div.DivClassName
{
background-color: #7F6B6E;
}
.BgClassName
{
background-color: #7F6B6E;
}
</style>
border-color css
<style>
span { border-color: #7F6B6E; }
span { border-color: rgb(127,107,110); }
td.TdClassName
{
border-color: #7F6B6E;
}
.TagClassName
{
border-color: #7F6B6E;
}
</style>