Shades of Eminence #76426E
Tints of Eminence #76426E
RGB
CMYK
RGB Variations
Color information
#76426E (or 0x76426E) is known color: Eminence. HEX triplet: 76, 42 and 6E. RGB value is (118,66,110). Sum of RGB (Red+Green+Blue) = 118+66+110=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #76426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76426E is #89BD91. Grayscale: #565656. Windows color (decimal): -9026962 or 7225974. OLE color: 7225974.
HSL color Cylindrical-coordinate representation of color #76426E: hue angle of 309.23º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76426E is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 66 | 110 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.54 |
| HSL | 309.23º | 0.28% | 0.36% | - |
| HSV(B) | 309.23º | 0.44% | 0.46% | - |
| XYZ | 12.23 | 8.87 | 15.82 | - |
| YUV | 86.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 66 | 110 | 0 | 0.44 | 0.07 | 0.54 | 309.23 | 0.28 | 0.36 |
| Hex | 76 | 42 | 6E | 0 | 2C | 7 | 36 | 135 | 1C | 24 |
| Octal | 166 | 102 | 156 | 0 | 54 | 7 | 66 | 465 | 34 | 44 |
| Binary | 1110110 | 1000010 | 1101110 | 0 | 101100 | 111 | 110110 | 100110101 | 11100 | 100100 |
Color Harmonies of #76426E
Complementary color
Monochromatic Colors of #76426E
Black with #76426E
Text Example
Text Example
White with #76426E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76426E; }
p { color: rgb(118,66,110); }
H1.HeaderClassName
{
color: #76426E;
}
.AnyTagClassName
{
color: #76426E;
}
</style>
background-color css
<style>
a { background-color: #76426E; }
a { background-color: rgb(118,66,110); }
div.DivClassName
{
background-color: #76426E;
}
.BgClassName
{
background-color: #76426E;
}
</style>
border-color css
<style>
span { border-color: #76426E; }
span { border-color: rgb(118,66,110); }
td.TdClassName
{
border-color: #76426E;
}
.TagClassName
{
border-color: #76426E;
}
</style>