Shades of Eminence #76387A
Tints of Eminence #76387A
RGB
CMYK
RGB Variations
Color information
#76387A (or 0x76387A) is known color: Eminence. HEX triplet: 76, 38 and 7A. RGB value is (118,56,122). Sum of RGB (Red+Green+Blue) = 118+56+122=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 122 - color contains mainly: blue. Hex color #76387A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76387A is #89C785. Grayscale: #515151. Windows color (decimal): -9029510 or 8009846. OLE color: 8009846.
HSL color Cylindrical-coordinate representation of color #76387A: hue angle of 296.36º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76387A is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 56 | 122 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.52 |
| HSL | 296.36º | 0.37% | 0.35% | - |
| HSV(B) | 296.36º | 0.54% | 0.48% | - |
| XYZ | 12.4 | 8.09 | 19.32 | - |
| YUV | 82.06 | 150.54 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 56 | 122 | 0.03 | 0.54 | 0 | 0.52 | 296.36 | 0.37 | 0.35 |
| Hex | 76 | 38 | 7A | 3 | 36 | 0 | 34 | 128 | 25 | 23 |
| Octal | 166 | 70 | 172 | 3 | 66 | 0 | 64 | 450 | 45 | 43 |
| Binary | 1110110 | 111000 | 1111010 | 11 | 110110 | 0 | 110100 | 100101000 | 100101 | 100011 |
Color Harmonies of #76387A
Complementary color
Monochromatic Colors of #76387A
Black with #76387A
Text Example
Text Example
White with #76387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76387A; }
p { color: rgb(118,56,122); }
H1.HeaderClassName
{
color: #76387A;
}
.AnyTagClassName
{
color: #76387A;
}
</style>
background-color css
<style>
a { background-color: #76387A; }
a { background-color: rgb(118,56,122); }
div.DivClassName
{
background-color: #76387A;
}
.BgClassName
{
background-color: #76387A;
}
</style>
border-color css
<style>
span { border-color: #76387A; }
span { border-color: rgb(118,56,122); }
td.TdClassName
{
border-color: #76387A;
}
.TagClassName
{
border-color: #76387A;
}
</style>