Shades of Liver #504D4E
Tints of Liver #504D4E
RGB
CMYK
RGB Variations
Color information
#504D4E (or 0x504D4E) is known color: Liver. HEX triplet: 50, 4D and 4E. RGB value is (80,77,78). Sum of RGB (Red+Green+Blue) = 80+77+78=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 80 - color contains mainly: red. Hex color #504D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504D4E is #AFB2B1. Grayscale: #4E4E4E. Windows color (decimal): -11514546 or 5131600. OLE color: 5131600.
HSL color Cylindrical-coordinate representation of color #504D4E: hue angle of 340º degrees, saturation: 0.02, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #504D4E is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 77 | 78 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.69 |
| HSL | 340º | 0.02% | 0.31% | - |
| HSV(B) | 340º | 0.04% | 0.31% | - |
| XYZ | 7.34 | 7.56 | 8.28 | - |
| YUV | 78.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 78 | 0 | 0.04 | 0.02 | 0.69 | 340 | 0.02 | 0.31 |
| Hex | 50 | 4D | 4E | 0 | 4 | 2 | 45 | 154 | 2 | 1F |
| Octal | 120 | 115 | 116 | 0 | 4 | 2 | 105 | 524 | 2 | 37 |
| Binary | 1010000 | 1001101 | 1001110 | 0 | 100 | 10 | 1000101 | 101010100 | 10 | 11111 |
Color Harmonies of #504D4E
Complementary color
Monochromatic Colors of #504D4E
Black with #504D4E
Text Example
Text Example
White with #504D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504D4E; }
p { color: rgb(80,77,78); }
H1.HeaderClassName
{
color: #504D4E;
}
.AnyTagClassName
{
color: #504D4E;
}
</style>
background-color css
<style>
a { background-color: #504D4E; }
a { background-color: rgb(80,77,78); }
div.DivClassName
{
background-color: #504D4E;
}
.BgClassName
{
background-color: #504D4E;
}
</style>
border-color css
<style>
span { border-color: #504D4E; }
span { border-color: rgb(80,77,78); }
td.TdClassName
{
border-color: #504D4E;
}
.TagClassName
{
border-color: #504D4E;
}
</style>