Shades of Eminence #774173
Tints of Eminence #774173
RGB
CMYK
RGB Variations
Color information
#774173 (or 0x774173) is known color: Eminence. HEX triplet: 77, 41 and 73. RGB value is (119,65,115). Sum of RGB (Red+Green+Blue) = 119+65+115=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 119 - color contains mainly: red. Hex color #774173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774173 is #88BE8C. Grayscale: #565656. Windows color (decimal): -8961677 or 7553399. OLE color: 7553399.
HSL color Cylindrical-coordinate representation of color #774173: hue angle of 304.44º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #774173 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 65 | 115 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.53 |
| HSL | 304.44º | 0.29% | 0.36% | - |
| HSV(B) | 304.44º | 0.45% | 0.47% | - |
| XYZ | 12.59 | 8.94 | 17.28 | - |
| YUV | 86.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 65 | 115 | 0 | 0.45 | 0.03 | 0.53 | 304.44 | 0.29 | 0.36 |
| Hex | 77 | 41 | 73 | 0 | 2D | 3 | 35 | 130 | 1D | 24 |
| Octal | 167 | 101 | 163 | 0 | 55 | 3 | 65 | 460 | 35 | 44 |
| Binary | 1110111 | 1000001 | 1110011 | 0 | 101101 | 11 | 110101 | 100110000 | 11101 | 100100 |
Color Harmonies of #774173
Complementary color
Monochromatic Colors of #774173
Black with #774173
Text Example
Text Example
White with #774173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774173; }
p { color: rgb(119,65,115); }
H1.HeaderClassName
{
color: #774173;
}
.AnyTagClassName
{
color: #774173;
}
</style>
background-color css
<style>
a { background-color: #774173; }
a { background-color: rgb(119,65,115); }
div.DivClassName
{
background-color: #774173;
}
.BgClassName
{
background-color: #774173;
}
</style>
border-color css
<style>
span { border-color: #774173; }
span { border-color: rgb(119,65,115); }
td.TdClassName
{
border-color: #774173;
}
.TagClassName
{
border-color: #774173;
}
</style>