Shades of Eminence #76367E
Tints of Eminence #76367E
RGB
CMYK
RGB Variations
Color information
#76367E (or 0x76367E) is known color: Eminence. HEX triplet: 76, 36 and 7E. RGB value is (118,54,126). Sum of RGB (Red+Green+Blue) = 118+54+126=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 126 (49.61% from 255 or 42.28% from 298); Max value from RGB is 126 - color contains mainly: blue. Hex color #76367E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76367E is #89C981. Grayscale: #515151. Windows color (decimal): -9030018 or 8271478. OLE color: 8271478.
HSL color Cylindrical-coordinate representation of color #76367E: hue angle of 293.33º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76367E is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 54 | 126 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.51 |
| HSL | 293.33º | 0.4% | 0.35% | - |
| HSV(B) | 293.33º | 0.57% | 0.49% | - |
| XYZ | 12.56 | 8 | 20.62 | - |
| YUV | 81.34 | 153.2 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 54 | 126 | 0.06 | 0.57 | 0 | 0.51 | 293.33 | 0.4 | 0.35 |
| Hex | 76 | 36 | 7E | 6 | 39 | 0 | 33 | 125 | 28 | 23 |
| Octal | 166 | 66 | 176 | 6 | 71 | 0 | 63 | 445 | 50 | 43 |
| Binary | 1110110 | 110110 | 1111110 | 110 | 111001 | 0 | 110011 | 100100101 | 101000 | 100011 |
Color Harmonies of #76367E
Complementary color
Monochromatic Colors of #76367E
Black with #76367E
Text Example
Text Example
White with #76367E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76367E; }
p { color: rgb(118,54,126); }
H1.HeaderClassName
{
color: #76367E;
}
.AnyTagClassName
{
color: #76367E;
}
</style>
background-color css
<style>
a { background-color: #76367E; }
a { background-color: rgb(118,54,126); }
div.DivClassName
{
background-color: #76367E;
}
.BgClassName
{
background-color: #76367E;
}
</style>
border-color css
<style>
span { border-color: #76367E; }
span { border-color: rgb(118,54,126); }
td.TdClassName
{
border-color: #76367E;
}
.TagClassName
{
border-color: #76367E;
}
</style>