Shades of Eminence #77377B
Tints of Eminence #77377B
RGB
CMYK
RGB Variations
Color information
#77377B (or 0x77377B) is known color: Eminence. HEX triplet: 77, 37 and 7B. RGB value is (119,55,123). Sum of RGB (Red+Green+Blue) = 119+55+123=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 123 - color contains mainly: blue. Hex color #77377B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77377B is #88C884. Grayscale: #515151. Windows color (decimal): -8964229 or 8075127. OLE color: 8075127.
HSL color Cylindrical-coordinate representation of color #77377B: hue angle of 296.47º 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 #77377B is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 55 | 123 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.52 |
| HSL | 296.47º | 0.38% | 0.35% | - |
| HSV(B) | 296.47º | 0.55% | 0.48% | - |
| XYZ | 12.55 | 8.08 | 19.64 | - |
| YUV | 81.89 | 151.2 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 55 | 123 | 0.03 | 0.55 | 0 | 0.52 | 296.47 | 0.38 | 0.35 |
| Hex | 77 | 37 | 7B | 3 | 37 | 0 | 34 | 128 | 26 | 23 |
| Octal | 167 | 67 | 173 | 3 | 67 | 0 | 64 | 450 | 46 | 43 |
| Binary | 1110111 | 110111 | 1111011 | 11 | 110111 | 0 | 110100 | 100101000 | 100110 | 100011 |
Color Harmonies of #77377B
Complementary color
Monochromatic Colors of #77377B
Black with #77377B
Text Example
Text Example
White with #77377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77377B; }
p { color: rgb(119,55,123); }
H1.HeaderClassName
{
color: #77377B;
}
.AnyTagClassName
{
color: #77377B;
}
</style>
background-color css
<style>
a { background-color: #77377B; }
a { background-color: rgb(119,55,123); }
div.DivClassName
{
background-color: #77377B;
}
.BgClassName
{
background-color: #77377B;
}
</style>
border-color css
<style>
span { border-color: #77377B; }
span { border-color: rgb(119,55,123); }
td.TdClassName
{
border-color: #77377B;
}
.TagClassName
{
border-color: #77377B;
}
</style>