Shades of Eminence #76277C
Tints of Eminence #76277C
RGB
CMYK
RGB Variations
Color information
#76277C (or 0x76277C) is known color: Eminence. HEX triplet: 76, 27 and 7C. RGB value is (118,39,124). Sum of RGB (Red+Green+Blue) = 118+39+124=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #76277C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76277C is #89D883. Grayscale: #484848. Windows color (decimal): -9033860 or 8136566. OLE color: 8136566.
HSL color Cylindrical-coordinate representation of color #76277C: hue angle of 295.76º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76277C is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 39 | 124 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.51 |
| HSL | 295.76º | 0.52% | 0.32% | - |
| HSV(B) | 295.76º | 0.69% | 0.49% | - |
| XYZ | 11.83 | 6.76 | 19.75 | - |
| YUV | 72.31 | 157.17 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 39 | 124 | 0.05 | 0.69 | 0 | 0.51 | 295.76 | 0.52 | 0.32 |
| Hex | 76 | 27 | 7C | 5 | 45 | 0 | 33 | 128 | 34 | 20 |
| Octal | 166 | 47 | 174 | 5 | 105 | 0 | 63 | 450 | 64 | 40 |
| Binary | 1110110 | 100111 | 1111100 | 101 | 1000101 | 0 | 110011 | 100101000 | 110100 | 100000 |
Color Harmonies of #76277C
Complementary color
Monochromatic Colors of #76277C
Black with #76277C
Text Example
Text Example
White with #76277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76277C; }
p { color: rgb(118,39,124); }
H1.HeaderClassName
{
color: #76277C;
}
.AnyTagClassName
{
color: #76277C;
}
</style>
background-color css
<style>
a { background-color: #76277C; }
a { background-color: rgb(118,39,124); }
div.DivClassName
{
background-color: #76277C;
}
.BgClassName
{
background-color: #76277C;
}
</style>
border-color css
<style>
span { border-color: #76277C; }
span { border-color: rgb(118,39,124); }
td.TdClassName
{
border-color: #76277C;
}
.TagClassName
{
border-color: #76277C;
}
</style>