Shades of Eminence #76447D
Tints of Eminence #76447D
RGB
CMYK
RGB Variations
Color information
#76447D (or 0x76447D) is known color: Eminence. HEX triplet: 76, 44 and 7D. RGB value is (118,68,125). Sum of RGB (Red+Green+Blue) = 118+68+125=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 125 - color contains mainly: blue. Hex color #76447D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76447D is #89BB82. Grayscale: #595959. Windows color (decimal): -9026435 or 8209526. OLE color: 8209526.
HSL color Cylindrical-coordinate representation of color #76447D: hue angle of 292.63º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76447D is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 68 | 125 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.51 |
| HSL | 292.63º | 0.3% | 0.38% | - |
| HSV(B) | 292.63º | 0.46% | 0.49% | - |
| XYZ | 13.24 | 9.47 | 20.53 | - |
| YUV | 89.45 | 148.07 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 68 | 125 | 0.06 | 0.46 | 0 | 0.51 | 292.63 | 0.3 | 0.38 |
| Hex | 76 | 44 | 7D | 6 | 2E | 0 | 33 | 125 | 1E | 26 |
| Octal | 166 | 104 | 175 | 6 | 56 | 0 | 63 | 445 | 36 | 46 |
| Binary | 1110110 | 1000100 | 1111101 | 110 | 101110 | 0 | 110011 | 100100101 | 11110 | 100110 |
Color Harmonies of #76447D
Complementary color
Monochromatic Colors of #76447D
Black with #76447D
Text Example
Text Example
White with #76447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76447D; }
p { color: rgb(118,68,125); }
H1.HeaderClassName
{
color: #76447D;
}
.AnyTagClassName
{
color: #76447D;
}
</style>
background-color css
<style>
a { background-color: #76447D; }
a { background-color: rgb(118,68,125); }
div.DivClassName
{
background-color: #76447D;
}
.BgClassName
{
background-color: #76447D;
}
</style>
border-color css
<style>
span { border-color: #76447D; }
span { border-color: rgb(118,68,125); }
td.TdClassName
{
border-color: #76447D;
}
.TagClassName
{
border-color: #76447D;
}
</style>