Shades of Eminence #76436E
Tints of Eminence #76436E
RGB
CMYK
RGB Variations
Color information
#76436E (or 0x76436E) is known color: Eminence. HEX triplet: 76, 43 and 6E. RGB value is (118,67,110). Sum of RGB (Red+Green+Blue) = 118+67+110=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #76436E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76436E is #89BC91. Grayscale: #575757. Windows color (decimal): -9026706 or 7226230. OLE color: 7226230.
HSL color Cylindrical-coordinate representation of color #76436E: hue angle of 309.41º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76436E is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 67 | 110 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.54 |
| HSL | 309.41º | 0.28% | 0.36% | - |
| HSV(B) | 309.41º | 0.43% | 0.46% | - |
| XYZ | 12.29 | 8.99 | 15.84 | - |
| YUV | 87.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 67 | 110 | 0 | 0.43 | 0.07 | 0.54 | 309.41 | 0.28 | 0.36 |
| Hex | 76 | 43 | 6E | 0 | 2B | 7 | 36 | 135 | 1C | 24 |
| Octal | 166 | 103 | 156 | 0 | 53 | 7 | 66 | 465 | 34 | 44 |
| Binary | 1110110 | 1000011 | 1101110 | 0 | 101011 | 111 | 110110 | 100110101 | 11100 | 100100 |
Color Harmonies of #76436E
Complementary color
Monochromatic Colors of #76436E
Black with #76436E
Text Example
Text Example
White with #76436E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76436E; }
p { color: rgb(118,67,110); }
H1.HeaderClassName
{
color: #76436E;
}
.AnyTagClassName
{
color: #76436E;
}
</style>
background-color css
<style>
a { background-color: #76436E; }
a { background-color: rgb(118,67,110); }
div.DivClassName
{
background-color: #76436E;
}
.BgClassName
{
background-color: #76436E;
}
</style>
border-color css
<style>
span { border-color: #76436E; }
span { border-color: rgb(118,67,110); }
td.TdClassName
{
border-color: #76436E;
}
.TagClassName
{
border-color: #76436E;
}
</style>