Shades of Eminence #76426D
Tints of Eminence #76426D
RGB
CMYK
RGB Variations
Color information
#76426D (or 0x76426D) is known color: Eminence. HEX triplet: 76, 42 and 6D. RGB value is (118,66,109). Sum of RGB (Red+Green+Blue) = 118+66+109=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #76426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76426D is #89BD92. Grayscale: #565656. Windows color (decimal): -9026963 or 7160438. OLE color: 7160438.
HSL color Cylindrical-coordinate representation of color #76426D: hue angle of 310.38º 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 #76426D is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 66 | 109 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.54 |
| HSL | 310.38º | 0.28% | 0.36% | - |
| HSV(B) | 310.38º | 0.44% | 0.46% | - |
| XYZ | 12.18 | 8.85 | 15.53 | - |
| YUV | 86.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 66 | 109 | 0 | 0.44 | 0.08 | 0.54 | 310.38 | 0.28 | 0.36 |
| Hex | 76 | 42 | 6D | 0 | 2C | 8 | 36 | 136 | 1C | 24 |
| Octal | 166 | 102 | 155 | 0 | 54 | 10 | 66 | 466 | 34 | 44 |
| Binary | 1110110 | 1000010 | 1101101 | 0 | 101100 | 1000 | 110110 | 100110110 | 11100 | 100100 |
Color Harmonies of #76426D
Complementary color
Monochromatic Colors of #76426D
Black with #76426D
Text Example
Text Example
White with #76426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76426D; }
p { color: rgb(118,66,109); }
H1.HeaderClassName
{
color: #76426D;
}
.AnyTagClassName
{
color: #76426D;
}
</style>
background-color css
<style>
a { background-color: #76426D; }
a { background-color: rgb(118,66,109); }
div.DivClassName
{
background-color: #76426D;
}
.BgClassName
{
background-color: #76426D;
}
</style>
border-color css
<style>
span { border-color: #76426D; }
span { border-color: rgb(118,66,109); }
td.TdClassName
{
border-color: #76426D;
}
.TagClassName
{
border-color: #76426D;
}
</style>