Shades of Eminence #76477B
Tints of Eminence #76477B
RGB
CMYK
RGB Variations
Color information
#76477B (or 0x76477B) is known color: Eminence. HEX triplet: 76, 47 and 7B. RGB value is (118,71,123). Sum of RGB (Red+Green+Blue) = 118+71+123=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 123 - color contains mainly: blue. Hex color #76477B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76477B is #89B884. Grayscale: #5A5A5A. Windows color (decimal): -9025669 or 8079222. OLE color: 8079222.
HSL color Cylindrical-coordinate representation of color #76477B: hue angle of 294.23º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76477B is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 71 | 123 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.52 |
| HSL | 294.23º | 0.27% | 0.38% | - |
| HSV(B) | 294.23º | 0.42% | 0.48% | - |
| XYZ | 13.3 | 9.79 | 19.93 | - |
| YUV | 90.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 71 | 123 | 0.04 | 0.42 | 0 | 0.52 | 294.23 | 0.27 | 0.38 |
| Hex | 76 | 47 | 7B | 4 | 2A | 0 | 34 | 126 | 1B | 26 |
| Octal | 166 | 107 | 173 | 4 | 52 | 0 | 64 | 446 | 33 | 46 |
| Binary | 1110110 | 1000111 | 1111011 | 100 | 101010 | 0 | 110100 | 100100110 | 11011 | 100110 |
Color Harmonies of #76477B
Complementary color
Monochromatic Colors of #76477B
Black with #76477B
Text Example
Text Example
White with #76477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76477B; }
p { color: rgb(118,71,123); }
H1.HeaderClassName
{
color: #76477B;
}
.AnyTagClassName
{
color: #76477B;
}
</style>
background-color css
<style>
a { background-color: #76477B; }
a { background-color: rgb(118,71,123); }
div.DivClassName
{
background-color: #76477B;
}
.BgClassName
{
background-color: #76477B;
}
</style>
border-color css
<style>
span { border-color: #76477B; }
span { border-color: rgb(118,71,123); }
td.TdClassName
{
border-color: #76477B;
}
.TagClassName
{
border-color: #76477B;
}
</style>