Shades of Eminence #7B3776
Tints of Eminence #7B3776
RGB
CMYK
RGB Variations
Color information
#7B3776 (or 0x7B3776) is known color: Eminence. HEX triplet: 7B, 37 and 76. RGB value is (123,55,118). Sum of RGB (Red+Green+Blue) = 123+55+118=296 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.55% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3776 is #84C889. Grayscale: #525252. Windows color (decimal): -8702090 or 7747451. OLE color: 7747451.
HSL color Cylindrical-coordinate representation of color #7B3776: hue angle of 304.41º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B3776 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 55 | 118 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.52 |
| HSL | 304.41º | 0.38% | 0.35% | - |
| HSV(B) | 304.41º | 0.55% | 0.48% | - |
| XYZ | 12.8 | 8.25 | 18.06 | - |
| YUV | 82.51 | 148.03 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 55 | 118 | 0 | 0.55 | 0.04 | 0.52 | 304.41 | 0.38 | 0.35 |
| Hex | 7B | 37 | 76 | 0 | 37 | 4 | 34 | 130 | 26 | 23 |
| Octal | 173 | 67 | 166 | 0 | 67 | 4 | 64 | 460 | 46 | 43 |
| Binary | 1111011 | 110111 | 1110110 | 0 | 110111 | 100 | 110100 | 100110000 | 100110 | 100011 |
Color Harmonies of #7B3776
Complementary color
Monochromatic Colors of #7B3776
Black with #7B3776
Text Example
Text Example
White with #7B3776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3776; }
p { color: rgb(123,55,118); }
H1.HeaderClassName
{
color: #7B3776;
}
.AnyTagClassName
{
color: #7B3776;
}
</style>
background-color css
<style>
a { background-color: #7B3776; }
a { background-color: rgb(123,55,118); }
div.DivClassName
{
background-color: #7B3776;
}
.BgClassName
{
background-color: #7B3776;
}
</style>
border-color css
<style>
span { border-color: #7B3776; }
span { border-color: rgb(123,55,118); }
td.TdClassName
{
border-color: #7B3776;
}
.TagClassName
{
border-color: #7B3776;
}
</style>