Shades of Eminence #762E7A
Tints of Eminence #762E7A
RGB
CMYK
RGB Variations
Color information
#762E7A (or 0x762E7A) is known color: Eminence. HEX triplet: 76, 2E and 7A. RGB value is (118,46,122). Sum of RGB (Red+Green+Blue) = 118+46+122=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 122 - color contains mainly: blue. Hex color #762E7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762E7A is #89D185. Grayscale: #4B4B4B. Windows color (decimal): -9032070 or 8007286. OLE color: 8007286.
HSL color Cylindrical-coordinate representation of color #762E7A: hue angle of 296.84º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #762E7A is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 46 | 122 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.52 |
| HSL | 296.84º | 0.45% | 0.33% | - |
| HSV(B) | 296.84º | 0.62% | 0.48% | - |
| XYZ | 11.96 | 7.21 | 19.17 | - |
| YUV | 76.19 | 153.85 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 46 | 122 | 0.03 | 0.62 | 0 | 0.52 | 296.84 | 0.45 | 0.33 |
| Hex | 76 | 2E | 7A | 3 | 3E | 0 | 34 | 129 | 2D | 21 |
| Octal | 166 | 56 | 172 | 3 | 76 | 0 | 64 | 451 | 55 | 41 |
| Binary | 1110110 | 101110 | 1111010 | 11 | 111110 | 0 | 110100 | 100101001 | 101101 | 100001 |
Color Harmonies of #762E7A
Complementary color
Monochromatic Colors of #762E7A
Black with #762E7A
Text Example
Text Example
White with #762E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762E7A; }
p { color: rgb(118,46,122); }
H1.HeaderClassName
{
color: #762E7A;
}
.AnyTagClassName
{
color: #762E7A;
}
</style>
background-color css
<style>
a { background-color: #762E7A; }
a { background-color: rgb(118,46,122); }
div.DivClassName
{
background-color: #762E7A;
}
.BgClassName
{
background-color: #762E7A;
}
</style>
border-color css
<style>
span { border-color: #762E7A; }
span { border-color: rgb(118,46,122); }
td.TdClassName
{
border-color: #762E7A;
}
.TagClassName
{
border-color: #762E7A;
}
</style>