Shades of Eminence #76407A
Tints of Eminence #76407A
RGB
CMYK
RGB Variations
Color information
#76407A (or 0x76407A) is known color: Eminence. HEX triplet: 76, 40 and 7A. RGB value is (118,64,122). Sum of RGB (Red+Green+Blue) = 118+64+122=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 122 - color contains mainly: blue. Hex color #76407A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76407A is #89BF85. Grayscale: #565656. Windows color (decimal): -9027462 or 8011894. OLE color: 8011894.
HSL color Cylindrical-coordinate representation of color #76407A: hue angle of 295.86º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76407A is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 64 | 122 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.52 |
| HSL | 295.86º | 0.31% | 0.36% | - |
| HSV(B) | 295.86º | 0.48% | 0.48% | - |
| XYZ | 12.82 | 8.92 | 19.46 | - |
| YUV | 86.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 64 | 122 | 0.03 | 0.48 | 0 | 0.52 | 295.86 | 0.31 | 0.36 |
| Hex | 76 | 40 | 7A | 3 | 30 | 0 | 34 | 128 | 1F | 24 |
| Octal | 166 | 100 | 172 | 3 | 60 | 0 | 64 | 450 | 37 | 44 |
| Binary | 1110110 | 1000000 | 1111010 | 11 | 110000 | 0 | 110100 | 100101000 | 11111 | 100100 |
Color Harmonies of #76407A
Complementary color
Monochromatic Colors of #76407A
Black with #76407A
Text Example
Text Example
White with #76407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76407A; }
p { color: rgb(118,64,122); }
H1.HeaderClassName
{
color: #76407A;
}
.AnyTagClassName
{
color: #76407A;
}
</style>
background-color css
<style>
a { background-color: #76407A; }
a { background-color: rgb(118,64,122); }
div.DivClassName
{
background-color: #76407A;
}
.BgClassName
{
background-color: #76407A;
}
</style>
border-color css
<style>
span { border-color: #76407A; }
span { border-color: rgb(118,64,122); }
td.TdClassName
{
border-color: #76407A;
}
.TagClassName
{
border-color: #76407A;
}
</style>