Shades of Eminence #76406E
Tints of Eminence #76406E
RGB
CMYK
RGB Variations
Color information
#76406E (or 0x76406E) is known color: Eminence. HEX triplet: 76, 40 and 6E. RGB value is (118,64,110). Sum of RGB (Red+Green+Blue) = 118+64+110=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #76406E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76406E is #89BF91. Grayscale: #555555. Windows color (decimal): -9027474 or 7225462. OLE color: 7225462.
HSL color Cylindrical-coordinate representation of color #76406E: hue angle of 308.89º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76406E is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 64 | 110 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.54 |
| HSL | 308.89º | 0.3% | 0.36% | - |
| HSV(B) | 308.89º | 0.46% | 0.46% | - |
| XYZ | 12.12 | 8.64 | 15.78 | - |
| YUV | 85.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 64 | 110 | 0 | 0.46 | 0.07 | 0.54 | 308.89 | 0.3 | 0.36 |
| Hex | 76 | 40 | 6E | 0 | 2E | 7 | 36 | 135 | 1E | 24 |
| Octal | 166 | 100 | 156 | 0 | 56 | 7 | 66 | 465 | 36 | 44 |
| Binary | 1110110 | 1000000 | 1101110 | 0 | 101110 | 111 | 110110 | 100110101 | 11110 | 100100 |
Color Harmonies of #76406E
Complementary color
Monochromatic Colors of #76406E
Black with #76406E
Text Example
Text Example
White with #76406E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76406E; }
p { color: rgb(118,64,110); }
H1.HeaderClassName
{
color: #76406E;
}
.AnyTagClassName
{
color: #76406E;
}
</style>
background-color css
<style>
a { background-color: #76406E; }
a { background-color: rgb(118,64,110); }
div.DivClassName
{
background-color: #76406E;
}
.BgClassName
{
background-color: #76406E;
}
</style>
border-color css
<style>
span { border-color: #76406E; }
span { border-color: rgb(118,64,110); }
td.TdClassName
{
border-color: #76406E;
}
.TagClassName
{
border-color: #76406E;
}
</style>