Shades of Como #4D7059
Tints of Como #4D7059
RGB
CMYK
RGB Variations
Color information
#4D7059 (or 0x4D7059) is known color: Como. HEX triplet: 4D, 70 and 59. RGB value is (77,112,89). Sum of RGB (Red+Green+Blue) = 77+112+89=278 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.70% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7059 is #B28FA6. Grayscale: #626262. Windows color (decimal): -11702183 or 5861453. OLE color: 5861453.
HSL color Cylindrical-coordinate representation of color #4D7059: hue angle of 140.57º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D7059 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 89 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.56 |
| HSL | 140.57º | 0.19% | 0.37% | - |
| HSV(B) | 140.57º | 0.31% | 0.44% | - |
| XYZ | 10.66 | 13.89 | 11.57 | - |
| YUV | 98.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 89 | 0.31 | 0 | 0.21 | 0.56 | 140.57 | 0.19 | 0.37 |
| Hex | 4D | 70 | 59 | 1F | 0 | 15 | 38 | 8D | 13 | 25 |
| Octal | 115 | 160 | 131 | 37 | 0 | 25 | 70 | 215 | 23 | 45 |
| Binary | 1001101 | 1110000 | 1011001 | 11111 | 0 | 10101 | 111000 | 10001101 | 10011 | 100101 |
Color Harmonies of #4D7059
Complementary color
Monochromatic Colors of #4D7059
Black with #4D7059
Text Example
Text Example
White with #4D7059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7059; }
p { color: rgb(77,112,89); }
H1.HeaderClassName
{
color: #4D7059;
}
.AnyTagClassName
{
color: #4D7059;
}
</style>
background-color css
<style>
a { background-color: #4D7059; }
a { background-color: rgb(77,112,89); }
div.DivClassName
{
background-color: #4D7059;
}
.BgClassName
{
background-color: #4D7059;
}
</style>
border-color css
<style>
span { border-color: #4D7059; }
span { border-color: rgb(77,112,89); }
td.TdClassName
{
border-color: #4D7059;
}
.TagClassName
{
border-color: #4D7059;
}
</style>