Shades of Empress #7F6466
Tints of Empress #7F6466
RGB
CMYK
RGB Variations
Color information
#7F6466 (or 0x7F6466) is known color: Empress. HEX triplet: 7F, 64 and 66. RGB value is (127,100,102). Sum of RGB (Red+Green+Blue) = 127+100+102=329 (43% of max value = 765). Red value is 127 (50% from 255 or 38.60% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6466 is #809B99. Grayscale: #6C6C6C. Windows color (decimal): -8428442 or 6710399. OLE color: 6710399.
HSL color Cylindrical-coordinate representation of color #7F6466: hue angle of 355.56º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F6466 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 100 | 102 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.50 |
| HSL | 355.56º | 0.12% | 0.45% | - |
| HSV(B) | 355.56º | 0.21% | 0.5% | - |
| XYZ | 15.71 | 14.59 | 14.56 | - |
| YUV | 108.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 100 | 102 | 0 | 0.21 | 0.20 | 0.50 | 355.56 | 0.12 | 0.45 |
| Hex | 7F | 64 | 66 | 0 | 15 | 14 | 32 | 164 | C | 2D |
| Octal | 177 | 144 | 146 | 0 | 25 | 24 | 62 | 544 | 14 | 55 |
| Binary | 1111111 | 1100100 | 1100110 | 0 | 10101 | 10100 | 110010 | 101100100 | 1100 | 101101 |
Color Harmonies of #7F6466
Complementary color
Monochromatic Colors of #7F6466
Black with #7F6466
Text Example
Text Example
White with #7F6466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6466; }
p { color: rgb(127,100,102); }
H1.HeaderClassName
{
color: #7F6466;
}
.AnyTagClassName
{
color: #7F6466;
}
</style>
background-color css
<style>
a { background-color: #7F6466; }
a { background-color: rgb(127,100,102); }
div.DivClassName
{
background-color: #7F6466;
}
.BgClassName
{
background-color: #7F6466;
}
</style>
border-color css
<style>
span { border-color: #7F6466; }
span { border-color: rgb(127,100,102); }
td.TdClassName
{
border-color: #7F6466;
}
.TagClassName
{
border-color: #7F6466;
}
</style>