Shades of Eminence #76446D
Tints of Eminence #76446D
RGB
CMYK
RGB Variations
Color information
#76446D (or 0x76446D) is known color: Eminence. HEX triplet: 76, 44 and 6D. RGB value is (118,68,109). Sum of RGB (Red+Green+Blue) = 118+68+109=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #76446D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76446D is #89BB92. Grayscale: #575757. Windows color (decimal): -9026451 or 7160950. OLE color: 7160950.
HSL color Cylindrical-coordinate representation of color #76446D: hue angle of 310.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76446D is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 68 | 109 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.54 |
| HSL | 310.8º | 0.27% | 0.36% | - |
| HSV(B) | 310.8º | 0.42% | 0.46% | - |
| XYZ | 12.3 | 9.09 | 15.57 | - |
| YUV | 87.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 68 | 109 | 0 | 0.42 | 0.08 | 0.54 | 310.8 | 0.27 | 0.36 |
| Hex | 76 | 44 | 6D | 0 | 2A | 8 | 36 | 137 | 1B | 24 |
| Octal | 166 | 104 | 155 | 0 | 52 | 10 | 66 | 467 | 33 | 44 |
| Binary | 1110110 | 1000100 | 1101101 | 0 | 101010 | 1000 | 110110 | 100110111 | 11011 | 100100 |
Color Harmonies of #76446D
Complementary color
Monochromatic Colors of #76446D
Black with #76446D
Text Example
Text Example
White with #76446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76446D; }
p { color: rgb(118,68,109); }
H1.HeaderClassName
{
color: #76446D;
}
.AnyTagClassName
{
color: #76446D;
}
</style>
background-color css
<style>
a { background-color: #76446D; }
a { background-color: rgb(118,68,109); }
div.DivClassName
{
background-color: #76446D;
}
.BgClassName
{
background-color: #76446D;
}
</style>
border-color css
<style>
span { border-color: #76446D; }
span { border-color: rgb(118,68,109); }
td.TdClassName
{
border-color: #76446D;
}
.TagClassName
{
border-color: #76446D;
}
</style>