Shades of Eminence #7B3F77
Tints of Eminence #7B3F77
RGB
CMYK
RGB Variations
Color information
#7B3F77 (or 0x7B3F77) is known color: Eminence. HEX triplet: 7B, 3F and 77. RGB value is (123,63,119). Sum of RGB (Red+Green+Blue) = 123+63+119=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3F77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3F77 is #84C088. Grayscale: #575757. Windows color (decimal): -8700041 or 7815035. OLE color: 7815035.
HSL color Cylindrical-coordinate representation of color #7B3F77: hue angle of 304º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B3F77 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 63 | 119 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.52 |
| HSL | 304º | 0.32% | 0.36% | - |
| HSV(B) | 304º | 0.49% | 0.48% | - |
| XYZ | 13.28 | 9.1 | 18.51 | - |
| YUV | 87.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 63 | 119 | 0 | 0.49 | 0.03 | 0.52 | 304 | 0.32 | 0.36 |
| Hex | 7B | 3F | 77 | 0 | 31 | 3 | 34 | 130 | 20 | 24 |
| Octal | 173 | 77 | 167 | 0 | 61 | 3 | 64 | 460 | 40 | 44 |
| Binary | 1111011 | 111111 | 1110111 | 0 | 110001 | 11 | 110100 | 100110000 | 100000 | 100100 |
Color Harmonies of #7B3F77
Complementary color
Monochromatic Colors of #7B3F77
Black with #7B3F77
Text Example
Text Example
White with #7B3F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3F77; }
p { color: rgb(123,63,119); }
H1.HeaderClassName
{
color: #7B3F77;
}
.AnyTagClassName
{
color: #7B3F77;
}
</style>
background-color css
<style>
a { background-color: #7B3F77; }
a { background-color: rgb(123,63,119); }
div.DivClassName
{
background-color: #7B3F77;
}
.BgClassName
{
background-color: #7B3F77;
}
</style>
border-color css
<style>
span { border-color: #7B3F77; }
span { border-color: rgb(123,63,119); }
td.TdClassName
{
border-color: #7B3F77;
}
.TagClassName
{
border-color: #7B3F77;
}
</style>