Shades of Eminence #76277B
Tints of Eminence #76277B
RGB
CMYK
RGB Variations
Color information
#76277B (or 0x76277B) is known color: Eminence. HEX triplet: 76, 27 and 7B. RGB value is (118,39,123). Sum of RGB (Red+Green+Blue) = 118+39+123=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #76277B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76277B is #89D884. Grayscale: #474747. Windows color (decimal): -9033861 or 8071030. OLE color: 8071030.
HSL color Cylindrical-coordinate representation of color #76277B: hue angle of 296.43º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76277B is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 39 | 123 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.52 |
| HSL | 296.43º | 0.52% | 0.32% | - |
| HSV(B) | 296.43º | 0.68% | 0.48% | - |
| XYZ | 11.77 | 6.73 | 19.42 | - |
| YUV | 72.2 | 156.67 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 39 | 123 | 0.04 | 0.68 | 0 | 0.52 | 296.43 | 0.52 | 0.32 |
| Hex | 76 | 27 | 7B | 4 | 44 | 0 | 34 | 128 | 34 | 20 |
| Octal | 166 | 47 | 173 | 4 | 104 | 0 | 64 | 450 | 64 | 40 |
| Binary | 1110110 | 100111 | 1111011 | 100 | 1000100 | 0 | 110100 | 100101000 | 110100 | 100000 |
Color Harmonies of #76277B
Complementary color
Monochromatic Colors of #76277B
Black with #76277B
Text Example
Text Example
White with #76277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76277B; }
p { color: rgb(118,39,123); }
H1.HeaderClassName
{
color: #76277B;
}
.AnyTagClassName
{
color: #76277B;
}
</style>
background-color css
<style>
a { background-color: #76277B; }
a { background-color: rgb(118,39,123); }
div.DivClassName
{
background-color: #76277B;
}
.BgClassName
{
background-color: #76277B;
}
</style>
border-color css
<style>
span { border-color: #76277B; }
span { border-color: rgb(118,39,123); }
td.TdClassName
{
border-color: #76277B;
}
.TagClassName
{
border-color: #76277B;
}
</style>