Shades of Eminence #77436F
Tints of Eminence #77436F
RGB
CMYK
RGB Variations
Color information
#77436F (or 0x77436F) is known color: Eminence. HEX triplet: 77, 43 and 6F. RGB value is (119,67,111). Sum of RGB (Red+Green+Blue) = 119+67+111=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #77436F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77436F is #88BC90. Grayscale: #575757. Windows color (decimal): -8961169 or 7291767. OLE color: 7291767.
HSL color Cylindrical-coordinate representation of color #77436F: hue angle of 309.23º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77436F is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 67 | 111 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.53 |
| HSL | 309.23º | 0.28% | 0.36% | - |
| HSV(B) | 309.23º | 0.44% | 0.47% | - |
| XYZ | 12.48 | 9.08 | 16.13 | - |
| YUV | 87.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 67 | 111 | 0 | 0.44 | 0.07 | 0.53 | 309.23 | 0.28 | 0.36 |
| Hex | 77 | 43 | 6F | 0 | 2C | 7 | 35 | 135 | 1C | 24 |
| Octal | 167 | 103 | 157 | 0 | 54 | 7 | 65 | 465 | 34 | 44 |
| Binary | 1110111 | 1000011 | 1101111 | 0 | 101100 | 111 | 110101 | 100110101 | 11100 | 100100 |
Color Harmonies of #77436F
Complementary color
Monochromatic Colors of #77436F
Black with #77436F
Text Example
Text Example
White with #77436F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77436F; }
p { color: rgb(119,67,111); }
H1.HeaderClassName
{
color: #77436F;
}
.AnyTagClassName
{
color: #77436F;
}
</style>
background-color css
<style>
a { background-color: #77436F; }
a { background-color: rgb(119,67,111); }
div.DivClassName
{
background-color: #77436F;
}
.BgClassName
{
background-color: #77436F;
}
</style>
border-color css
<style>
span { border-color: #77436F; }
span { border-color: rgb(119,67,111); }
td.TdClassName
{
border-color: #77436F;
}
.TagClassName
{
border-color: #77436F;
}
</style>