Shades of Eminence #76356F
Tints of Eminence #76356F
RGB
CMYK
RGB Variations
Color information
#76356F (or 0x76356F) is known color: Eminence. HEX triplet: 76, 35 and 6F. RGB value is (118,53,111). Sum of RGB (Red+Green+Blue) = 118+53+111=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #76356F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76356F is #89CA90. Grayscale: #4E4E4E. Windows color (decimal): -9030289 or 7288182. OLE color: 7288182.
HSL color Cylindrical-coordinate representation of color #76356F: hue angle of 306.46º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76356F is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 53 | 111 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.54 |
| HSL | 306.46º | 0.38% | 0.34% | - |
| HSV(B) | 306.46º | 0.55% | 0.46% | - |
| XYZ | 11.61 | 7.55 | 15.88 | - |
| YUV | 79.05 | 146.03 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 53 | 111 | 0 | 0.55 | 0.06 | 0.54 | 306.46 | 0.38 | 0.34 |
| Hex | 76 | 35 | 6F | 0 | 37 | 6 | 36 | 132 | 26 | 22 |
| Octal | 166 | 65 | 157 | 0 | 67 | 6 | 66 | 462 | 46 | 42 |
| Binary | 1110110 | 110101 | 1101111 | 0 | 110111 | 110 | 110110 | 100110010 | 100110 | 100010 |
Color Harmonies of #76356F
Complementary color
Monochromatic Colors of #76356F
Black with #76356F
Text Example
Text Example
White with #76356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76356F; }
p { color: rgb(118,53,111); }
H1.HeaderClassName
{
color: #76356F;
}
.AnyTagClassName
{
color: #76356F;
}
</style>
background-color css
<style>
a { background-color: #76356F; }
a { background-color: rgb(118,53,111); }
div.DivClassName
{
background-color: #76356F;
}
.BgClassName
{
background-color: #76356F;
}
</style>
border-color css
<style>
span { border-color: #76356F; }
span { border-color: rgb(118,53,111); }
td.TdClassName
{
border-color: #76356F;
}
.TagClassName
{
border-color: #76356F;
}
</style>