Shades of Eminence #77446C
Tints of Eminence #77446C
RGB
CMYK
RGB Variations
Color information
#77446C (or 0x77446C) is known color: Eminence. HEX triplet: 77, 44 and 6C. RGB value is (119,68,108). Sum of RGB (Red+Green+Blue) = 119+68+108=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #77446C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77446C is #88BB93. Grayscale: #575757. Windows color (decimal): -8960916 or 7095415. OLE color: 7095415.
HSL color Cylindrical-coordinate representation of color #77446C: hue angle of 312.94º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77446C is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 68 | 108 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.53 |
| HSL | 312.94º | 0.27% | 0.37% | - |
| HSV(B) | 312.94º | 0.43% | 0.47% | - |
| XYZ | 12.38 | 9.14 | 15.3 | - |
| YUV | 87.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 68 | 108 | 0 | 0.43 | 0.09 | 0.53 | 312.94 | 0.27 | 0.37 |
| Hex | 77 | 44 | 6C | 0 | 2B | 9 | 35 | 139 | 1B | 25 |
| Octal | 167 | 104 | 154 | 0 | 53 | 11 | 65 | 471 | 33 | 45 |
| Binary | 1110111 | 1000100 | 1101100 | 0 | 101011 | 1001 | 110101 | 100111001 | 11011 | 100101 |
Color Harmonies of #77446C
Complementary color
Monochromatic Colors of #77446C
Black with #77446C
Text Example
Text Example
White with #77446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77446C; }
p { color: rgb(119,68,108); }
H1.HeaderClassName
{
color: #77446C;
}
.AnyTagClassName
{
color: #77446C;
}
</style>
background-color css
<style>
a { background-color: #77446C; }
a { background-color: rgb(119,68,108); }
div.DivClassName
{
background-color: #77446C;
}
.BgClassName
{
background-color: #77446C;
}
</style>
border-color css
<style>
span { border-color: #77446C; }
span { border-color: rgb(119,68,108); }
td.TdClassName
{
border-color: #77446C;
}
.TagClassName
{
border-color: #77446C;
}
</style>