Shades of Eminence #76277D
Tints of Eminence #76277D
RGB
CMYK
RGB Variations
Color information
#76277D (or 0x76277D) is known color: Eminence. HEX triplet: 76, 27 and 7D. RGB value is (118,39,125). Sum of RGB (Red+Green+Blue) = 118+39+125=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 125 - color contains mainly: blue. Hex color #76277D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76277D is #89D882. Grayscale: #484848. Windows color (decimal): -9033859 or 8202102. OLE color: 8202102.
HSL color Cylindrical-coordinate representation of color #76277D: hue angle of 295.12º 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 #76277D is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 39 | 125 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.51 |
| HSL | 295.12º | 0.52% | 0.32% | - |
| HSV(B) | 295.12º | 0.69% | 0.49% | - |
| XYZ | 11.9 | 6.78 | 20.08 | - |
| YUV | 72.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 39 | 125 | 0.06 | 0.69 | 0 | 0.51 | 295.12 | 0.52 | 0.32 |
| Hex | 76 | 27 | 7D | 6 | 45 | 0 | 33 | 127 | 34 | 20 |
| Octal | 166 | 47 | 175 | 6 | 105 | 0 | 63 | 447 | 64 | 40 |
| Binary | 1110110 | 100111 | 1111101 | 110 | 1000101 | 0 | 110011 | 100100111 | 110100 | 100000 |
Color Harmonies of #76277D
Complementary color
Monochromatic Colors of #76277D
Black with #76277D
Text Example
Text Example
White with #76277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76277D; }
p { color: rgb(118,39,125); }
H1.HeaderClassName
{
color: #76277D;
}
.AnyTagClassName
{
color: #76277D;
}
</style>
background-color css
<style>
a { background-color: #76277D; }
a { background-color: rgb(118,39,125); }
div.DivClassName
{
background-color: #76277D;
}
.BgClassName
{
background-color: #76277D;
}
</style>
border-color css
<style>
span { border-color: #76277D; }
span { border-color: rgb(118,39,125); }
td.TdClassName
{
border-color: #76277D;
}
.TagClassName
{
border-color: #76277D;
}
</style>