Shades of Eminence #76406F
Tints of Eminence #76406F
RGB
CMYK
RGB Variations
Color information
#76406F (or 0x76406F) is known color: Eminence. HEX triplet: 76, 40 and 6F. RGB value is (118,64,111). Sum of RGB (Red+Green+Blue) = 118+64+111=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #76406F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76406F is #89BF90. Grayscale: #555555. Windows color (decimal): -9027473 or 7290998. OLE color: 7290998.
HSL color Cylindrical-coordinate representation of color #76406F: hue angle of 307.78º 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 #76406F is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 64 | 111 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.54 |
| HSL | 307.78º | 0.3% | 0.36% | - |
| HSV(B) | 307.78º | 0.46% | 0.46% | - |
| XYZ | 12.17 | 8.67 | 16.07 | - |
| YUV | 85.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 64 | 111 | 0 | 0.46 | 0.06 | 0.54 | 307.78 | 0.3 | 0.36 |
| Hex | 76 | 40 | 6F | 0 | 2E | 6 | 36 | 134 | 1E | 24 |
| Octal | 166 | 100 | 157 | 0 | 56 | 6 | 66 | 464 | 36 | 44 |
| Binary | 1110110 | 1000000 | 1101111 | 0 | 101110 | 110 | 110110 | 100110100 | 11110 | 100100 |
Color Harmonies of #76406F
Complementary color
Monochromatic Colors of #76406F
Black with #76406F
Text Example
Text Example
White with #76406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76406F; }
p { color: rgb(118,64,111); }
H1.HeaderClassName
{
color: #76406F;
}
.AnyTagClassName
{
color: #76406F;
}
</style>
background-color css
<style>
a { background-color: #76406F; }
a { background-color: rgb(118,64,111); }
div.DivClassName
{
background-color: #76406F;
}
.BgClassName
{
background-color: #76406F;
}
</style>
border-color css
<style>
span { border-color: #76406F; }
span { border-color: rgb(118,64,111); }
td.TdClassName
{
border-color: #76406F;
}
.TagClassName
{
border-color: #76406F;
}
</style>