Shades of Empress #7F6F76
Tints of Empress #7F6F76
RGB
CMYK
RGB Variations
Color information
#7F6F76 (or 0x7F6F76) is known color: Empress. HEX triplet: 7F, 6F and 76. RGB value is (127,111,118). Sum of RGB (Red+Green+Blue) = 127+111+118=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6F76 is #809089. Grayscale: #747474. Windows color (decimal): -8425610 or 7761791. OLE color: 7761791.
HSL color Cylindrical-coordinate representation of color #7F6F76: hue angle of 333.75º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F6F76 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 111 | 118 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.50 |
| HSL | 333.75º | 0.07% | 0.47% | - |
| HSV(B) | 333.75º | 0.13% | 0.5% | - |
| XYZ | 17.71 | 17.19 | 19.52 | - |
| YUV | 116.58 | 128.8 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 111 | 118 | 0 | 0.13 | 0.07 | 0.50 | 333.75 | 0.07 | 0.47 |
| Hex | 7F | 6F | 76 | 0 | D | 7 | 32 | 14E | 7 | 2F |
| Octal | 177 | 157 | 166 | 0 | 15 | 7 | 62 | 516 | 7 | 57 |
| Binary | 1111111 | 1101111 | 1110110 | 0 | 1101 | 111 | 110010 | 101001110 | 111 | 101111 |
Color Harmonies of #7F6F76
Complementary color
Monochromatic Colors of #7F6F76
Black with #7F6F76
Text Example
Text Example
White with #7F6F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6F76; }
p { color: rgb(127,111,118); }
H1.HeaderClassName
{
color: #7F6F76;
}
.AnyTagClassName
{
color: #7F6F76;
}
</style>
background-color css
<style>
a { background-color: #7F6F76; }
a { background-color: rgb(127,111,118); }
div.DivClassName
{
background-color: #7F6F76;
}
.BgClassName
{
background-color: #7F6F76;
}
</style>
border-color css
<style>
span { border-color: #7F6F76; }
span { border-color: rgb(127,111,118); }
td.TdClassName
{
border-color: #7F6F76;
}
.TagClassName
{
border-color: #7F6F76;
}
</style>