Shades of Eminence #7B3C77
Tints of Eminence #7B3C77
RGB
CMYK
RGB Variations
Color information
#7B3C77 (or 0x7B3C77) is known color: Eminence. HEX triplet: 7B, 3C and 77. RGB value is (123,60,119). Sum of RGB (Red+Green+Blue) = 123+60+119=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3C77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3C77 is #84C388. Grayscale: #555555. Windows color (decimal): -8700809 or 7814267. OLE color: 7814267.
HSL color Cylindrical-coordinate representation of color #7B3C77: hue angle of 303.81º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B3C77 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 60 | 119 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.52 |
| HSL | 303.81º | 0.34% | 0.36% | - |
| HSV(B) | 303.81º | 0.51% | 0.48% | - |
| XYZ | 13.11 | 8.77 | 18.46 | - |
| YUV | 85.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 60 | 119 | 0 | 0.51 | 0.03 | 0.52 | 303.81 | 0.34 | 0.36 |
| Hex | 7B | 3C | 77 | 0 | 33 | 3 | 34 | 130 | 22 | 24 |
| Octal | 173 | 74 | 167 | 0 | 63 | 3 | 64 | 460 | 42 | 44 |
| Binary | 1111011 | 111100 | 1110111 | 0 | 110011 | 11 | 110100 | 100110000 | 100010 | 100100 |
Color Harmonies of #7B3C77
Complementary color
Monochromatic Colors of #7B3C77
Black with #7B3C77
Text Example
Text Example
White with #7B3C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3C77; }
p { color: rgb(123,60,119); }
H1.HeaderClassName
{
color: #7B3C77;
}
.AnyTagClassName
{
color: #7B3C77;
}
</style>
background-color css
<style>
a { background-color: #7B3C77; }
a { background-color: rgb(123,60,119); }
div.DivClassName
{
background-color: #7B3C77;
}
.BgClassName
{
background-color: #7B3C77;
}
</style>
border-color css
<style>
span { border-color: #7B3C77; }
span { border-color: rgb(123,60,119); }
td.TdClassName
{
border-color: #7B3C77;
}
.TagClassName
{
border-color: #7B3C77;
}
</style>