Shades of Eminence #76396D
Tints of Eminence #76396D
RGB
CMYK
RGB Variations
Color information
#76396D (or 0x76396D) is known color: Eminence. HEX triplet: 76, 39 and 6D. RGB value is (118,57,109). Sum of RGB (Red+Green+Blue) = 118+57+109=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #76396D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76396D is #89C692. Grayscale: #515151. Windows color (decimal): -9029267 or 7158134. OLE color: 7158134.
HSL color Cylindrical-coordinate representation of color #76396D: hue angle of 308.85º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76396D is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 57 | 109 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.54 |
| HSL | 308.85º | 0.35% | 0.34% | - |
| HSV(B) | 308.85º | 0.52% | 0.46% | - |
| XYZ | 11.69 | 7.88 | 15.37 | - |
| YUV | 81.17 | 143.71 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 57 | 109 | 0 | 0.52 | 0.08 | 0.54 | 308.85 | 0.35 | 0.34 |
| Hex | 76 | 39 | 6D | 0 | 34 | 8 | 36 | 135 | 23 | 22 |
| Octal | 166 | 71 | 155 | 0 | 64 | 10 | 66 | 465 | 43 | 42 |
| Binary | 1110110 | 111001 | 1101101 | 0 | 110100 | 1000 | 110110 | 100110101 | 100011 | 100010 |
Color Harmonies of #76396D
Complementary color
Monochromatic Colors of #76396D
Black with #76396D
Text Example
Text Example
White with #76396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76396D; }
p { color: rgb(118,57,109); }
H1.HeaderClassName
{
color: #76396D;
}
.AnyTagClassName
{
color: #76396D;
}
</style>
background-color css
<style>
a { background-color: #76396D; }
a { background-color: rgb(118,57,109); }
div.DivClassName
{
background-color: #76396D;
}
.BgClassName
{
background-color: #76396D;
}
</style>
border-color css
<style>
span { border-color: #76396D; }
span { border-color: rgb(118,57,109); }
td.TdClassName
{
border-color: #76396D;
}
.TagClassName
{
border-color: #76396D;
}
</style>