Shades of Eminence #763C70
Tints of Eminence #763C70
RGB
CMYK
RGB Variations
Color information
#763C70 (or 0x763C70) is known color: Eminence. HEX triplet: 76, 3C and 70. RGB value is (118,60,112). Sum of RGB (Red+Green+Blue) = 118+60+112=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #763C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C70 is #89C38F. Grayscale: #535353. Windows color (decimal): -9028496 or 7355510. OLE color: 7355510.
HSL color Cylindrical-coordinate representation of color #763C70: hue angle of 306.21º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #763C70 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 60 | 112 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.54 |
| HSL | 306.21º | 0.33% | 0.35% | - |
| HSV(B) | 306.21º | 0.49% | 0.46% | - |
| XYZ | 12.01 | 8.25 | 16.29 | - |
| YUV | 83.27 | 144.22 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 60 | 112 | 0 | 0.49 | 0.05 | 0.54 | 306.21 | 0.33 | 0.35 |
| Hex | 76 | 3C | 70 | 0 | 31 | 5 | 36 | 132 | 21 | 23 |
| Octal | 166 | 74 | 160 | 0 | 61 | 5 | 66 | 462 | 41 | 43 |
| Binary | 1110110 | 111100 | 1110000 | 0 | 110001 | 101 | 110110 | 100110010 | 100001 | 100011 |
Color Harmonies of #763C70
Complementary color
Monochromatic Colors of #763C70
Black with #763C70
Text Example
Text Example
White with #763C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763C70; }
p { color: rgb(118,60,112); }
H1.HeaderClassName
{
color: #763C70;
}
.AnyTagClassName
{
color: #763C70;
}
</style>
background-color css
<style>
a { background-color: #763C70; }
a { background-color: rgb(118,60,112); }
div.DivClassName
{
background-color: #763C70;
}
.BgClassName
{
background-color: #763C70;
}
</style>
border-color css
<style>
span { border-color: #763C70; }
span { border-color: rgb(118,60,112); }
td.TdClassName
{
border-color: #763C70;
}
.TagClassName
{
border-color: #763C70;
}
</style>