Shades of Eminence #77387F
Tints of Eminence #77387F
RGB
CMYK
RGB Variations
Color information
#77387F (or 0x77387F) is known color: Eminence. HEX triplet: 77, 38 and 7F. RGB value is (119,56,127). Sum of RGB (Red+Green+Blue) = 119+56+127=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 127 - color contains mainly: blue. Hex color #77387F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77387F is #88C780. Grayscale: #525252. Windows color (decimal): -8963969 or 8337527. OLE color: 8337527.
HSL color Cylindrical-coordinate representation of color #77387F: hue angle of 293.24º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #77387F is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 56 | 127 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.50 |
| HSL | 293.24º | 0.39% | 0.36% | - |
| HSV(B) | 293.24º | 0.56% | 0.5% | - |
| XYZ | 12.85 | 8.28 | 21 | - |
| YUV | 82.93 | 152.87 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 56 | 127 | 0.06 | 0.56 | 0 | 0.50 | 293.24 | 0.39 | 0.36 |
| Hex | 77 | 38 | 7F | 6 | 38 | 0 | 32 | 125 | 27 | 24 |
| Octal | 167 | 70 | 177 | 6 | 70 | 0 | 62 | 445 | 47 | 44 |
| Binary | 1110111 | 111000 | 1111111 | 110 | 111000 | 0 | 110010 | 100100101 | 100111 | 100100 |
Color Harmonies of #77387F
Complementary color
Monochromatic Colors of #77387F
Black with #77387F
Text Example
Text Example
White with #77387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77387F; }
p { color: rgb(119,56,127); }
H1.HeaderClassName
{
color: #77387F;
}
.AnyTagClassName
{
color: #77387F;
}
</style>
background-color css
<style>
a { background-color: #77387F; }
a { background-color: rgb(119,56,127); }
div.DivClassName
{
background-color: #77387F;
}
.BgClassName
{
background-color: #77387F;
}
</style>
border-color css
<style>
span { border-color: #77387F; }
span { border-color: rgb(119,56,127); }
td.TdClassName
{
border-color: #77387F;
}
.TagClassName
{
border-color: #77387F;
}
</style>