Shades of Eminence #76367A
Tints of Eminence #76367A
RGB
CMYK
RGB Variations
Color information
#76367A (or 0x76367A) is known color: Eminence. HEX triplet: 76, 36 and 7A. RGB value is (118,54,122). Sum of RGB (Red+Green+Blue) = 118+54+122=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #76367A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76367A is #89C985. Grayscale: #505050. Windows color (decimal): -9030022 or 8009334. OLE color: 8009334.
HSL color Cylindrical-coordinate representation of color #76367A: hue angle of 296.47º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76367A is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 54 | 122 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.52 |
| HSL | 296.47º | 0.39% | 0.35% | - |
| HSV(B) | 296.47º | 0.56% | 0.48% | - |
| XYZ | 12.3 | 7.9 | 19.29 | - |
| YUV | 80.89 | 151.2 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 54 | 122 | 0.03 | 0.56 | 0 | 0.52 | 296.47 | 0.39 | 0.35 |
| Hex | 76 | 36 | 7A | 3 | 38 | 0 | 34 | 128 | 27 | 23 |
| Octal | 166 | 66 | 172 | 3 | 70 | 0 | 64 | 450 | 47 | 43 |
| Binary | 1110110 | 110110 | 1111010 | 11 | 111000 | 0 | 110100 | 100101000 | 100111 | 100011 |
Color Harmonies of #76367A
Complementary color
Monochromatic Colors of #76367A
Black with #76367A
Text Example
Text Example
White with #76367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76367A; }
p { color: rgb(118,54,122); }
H1.HeaderClassName
{
color: #76367A;
}
.AnyTagClassName
{
color: #76367A;
}
</style>
background-color css
<style>
a { background-color: #76367A; }
a { background-color: rgb(118,54,122); }
div.DivClassName
{
background-color: #76367A;
}
.BgClassName
{
background-color: #76367A;
}
</style>
border-color css
<style>
span { border-color: #76367A; }
span { border-color: rgb(118,54,122); }
td.TdClassName
{
border-color: #76367A;
}
.TagClassName
{
border-color: #76367A;
}
</style>