Shades of Empress #7F6468
Tints of Empress #7F6468
RGB
CMYK
RGB Variations
Color information
#7F6468 (or 0x7F6468) is known color: Empress. HEX triplet: 7F, 64 and 68. RGB value is (127,100,104). Sum of RGB (Red+Green+Blue) = 127+100+104=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6468 is #809B97. Grayscale: #6C6C6C. Windows color (decimal): -8428440 or 6841471. OLE color: 6841471.
HSL color Cylindrical-coordinate representation of color #7F6468: hue angle of 351.11º 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 #7F6468 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 100 | 104 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.50 |
| HSL | 351.11º | 0.12% | 0.45% | - |
| HSV(B) | 351.11º | 0.21% | 0.5% | - |
| XYZ | 15.81 | 14.63 | 15.09 | - |
| YUV | 108.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 100 | 104 | 0 | 0.21 | 0.18 | 0.50 | 351.11 | 0.12 | 0.45 |
| Hex | 7F | 64 | 68 | 0 | 15 | 12 | 32 | 15F | C | 2D |
| Octal | 177 | 144 | 150 | 0 | 25 | 22 | 62 | 537 | 14 | 55 |
| Binary | 1111111 | 1100100 | 1101000 | 0 | 10101 | 10010 | 110010 | 101011111 | 1100 | 101101 |
Color Harmonies of #7F6468
Complementary color
Monochromatic Colors of #7F6468
Black with #7F6468
Text Example
Text Example
White with #7F6468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6468; }
p { color: rgb(127,100,104); }
H1.HeaderClassName
{
color: #7F6468;
}
.AnyTagClassName
{
color: #7F6468;
}
</style>
background-color css
<style>
a { background-color: #7F6468; }
a { background-color: rgb(127,100,104); }
div.DivClassName
{
background-color: #7F6468;
}
.BgClassName
{
background-color: #7F6468;
}
</style>
border-color css
<style>
span { border-color: #7F6468; }
span { border-color: rgb(127,100,104); }
td.TdClassName
{
border-color: #7F6468;
}
.TagClassName
{
border-color: #7F6468;
}
</style>