Shades of Eminence #76416B
Tints of Eminence #76416B
RGB
CMYK
RGB Variations
Color information
#76416B (or 0x76416B) is known color: Eminence. HEX triplet: 76, 41 and 6B. RGB value is (118,65,107). Sum of RGB (Red+Green+Blue) = 118+65+107=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #76416B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76416B is #89BE94. Grayscale: #555555. Windows color (decimal): -9027221 or 7029110. OLE color: 7029110.
HSL color Cylindrical-coordinate representation of color #76416B: hue angle of 312.45º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76416B is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 65 | 107 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.54 |
| HSL | 312.45º | 0.29% | 0.36% | - |
| HSV(B) | 312.45º | 0.45% | 0.46% | - |
| XYZ | 12.02 | 8.69 | 14.95 | - |
| YUV | 85.64 | 140.06 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 107 | 0 | 0.45 | 0.09 | 0.54 | 312.45 | 0.29 | 0.36 |
| Hex | 76 | 41 | 6B | 0 | 2D | 9 | 36 | 138 | 1D | 24 |
| Octal | 166 | 101 | 153 | 0 | 55 | 11 | 66 | 470 | 35 | 44 |
| Binary | 1110110 | 1000001 | 1101011 | 0 | 101101 | 1001 | 110110 | 100111000 | 11101 | 100100 |
Color Harmonies of #76416B
Complementary color
Monochromatic Colors of #76416B
Black with #76416B
Text Example
Text Example
White with #76416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76416B; }
p { color: rgb(118,65,107); }
H1.HeaderClassName
{
color: #76416B;
}
.AnyTagClassName
{
color: #76416B;
}
</style>
background-color css
<style>
a { background-color: #76416B; }
a { background-color: rgb(118,65,107); }
div.DivClassName
{
background-color: #76416B;
}
.BgClassName
{
background-color: #76416B;
}
</style>
border-color css
<style>
span { border-color: #76416B; }
span { border-color: rgb(118,65,107); }
td.TdClassName
{
border-color: #76416B;
}
.TagClassName
{
border-color: #76416B;
}
</style>