Shades of Eminence #76457F
Tints of Eminence #76457F
RGB
CMYK
RGB Variations
Color information
#76457F (or 0x76457F) is known color: Eminence. HEX triplet: 76, 45 and 7F. RGB value is (118,69,127). Sum of RGB (Red+Green+Blue) = 118+69+127=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 127 - color contains mainly: blue. Hex color #76457F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76457F is #89BA80. Grayscale: #5A5A5A. Windows color (decimal): -9026177 or 8340854. OLE color: 8340854.
HSL color Cylindrical-coordinate representation of color #76457F: hue angle of 290.69º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76457F is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 69 | 127 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.50 |
| HSL | 290.69º | 0.3% | 0.38% | - |
| HSV(B) | 290.69º | 0.46% | 0.5% | - |
| XYZ | 13.43 | 9.64 | 21.23 | - |
| YUV | 90.26 | 148.73 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 69 | 127 | 0.07 | 0.46 | 0 | 0.50 | 290.69 | 0.3 | 0.38 |
| Hex | 76 | 45 | 7F | 7 | 2E | 0 | 32 | 123 | 1E | 26 |
| Octal | 166 | 105 | 177 | 7 | 56 | 0 | 62 | 443 | 36 | 46 |
| Binary | 1110110 | 1000101 | 1111111 | 111 | 101110 | 0 | 110010 | 100100011 | 11110 | 100110 |
Color Harmonies of #76457F
Complementary color
Monochromatic Colors of #76457F
Black with #76457F
Text Example
Text Example
White with #76457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76457F; }
p { color: rgb(118,69,127); }
H1.HeaderClassName
{
color: #76457F;
}
.AnyTagClassName
{
color: #76457F;
}
</style>
background-color css
<style>
a { background-color: #76457F; }
a { background-color: rgb(118,69,127); }
div.DivClassName
{
background-color: #76457F;
}
.BgClassName
{
background-color: #76457F;
}
</style>
border-color css
<style>
span { border-color: #76457F; }
span { border-color: rgb(118,69,127); }
td.TdClassName
{
border-color: #76457F;
}
.TagClassName
{
border-color: #76457F;
}
</style>