Shades of Eminence #7B4576
Tints of Eminence #7B4576
RGB
CMYK
RGB Variations
Color information
#7B4576 (or 0x7B4576) is known color: Eminence. HEX triplet: 7B, 45 and 76. RGB value is (123,69,118). Sum of RGB (Red+Green+Blue) = 123+69+118=310 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.68% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4576 is #84BA89. Grayscale: #5A5A5A. Windows color (decimal): -8698506 or 7751035. OLE color: 7751035.
HSL color Cylindrical-coordinate representation of color #7B4576: hue angle of 305.56º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B4576 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 69 | 118 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.52 |
| HSL | 305.56º | 0.28% | 0.38% | - |
| HSV(B) | 305.56º | 0.44% | 0.48% | - |
| XYZ | 13.57 | 9.78 | 18.31 | - |
| YUV | 90.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 69 | 118 | 0 | 0.44 | 0.04 | 0.52 | 305.56 | 0.28 | 0.38 |
| Hex | 7B | 45 | 76 | 0 | 2C | 4 | 34 | 132 | 1C | 26 |
| Octal | 173 | 105 | 166 | 0 | 54 | 4 | 64 | 462 | 34 | 46 |
| Binary | 1111011 | 1000101 | 1110110 | 0 | 101100 | 100 | 110100 | 100110010 | 11100 | 100110 |
Color Harmonies of #7B4576
Complementary color
Monochromatic Colors of #7B4576
Black with #7B4576
Text Example
Text Example
White with #7B4576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4576; }
p { color: rgb(123,69,118); }
H1.HeaderClassName
{
color: #7B4576;
}
.AnyTagClassName
{
color: #7B4576;
}
</style>
background-color css
<style>
a { background-color: #7B4576; }
a { background-color: rgb(123,69,118); }
div.DivClassName
{
background-color: #7B4576;
}
.BgClassName
{
background-color: #7B4576;
}
</style>
border-color css
<style>
span { border-color: #7B4576; }
span { border-color: rgb(123,69,118); }
td.TdClassName
{
border-color: #7B4576;
}
.TagClassName
{
border-color: #7B4576;
}
</style>