Shades of Como #4D7057
Tints of Como #4D7057
RGB
CMYK
RGB Variations
Color information
#4D7057 (or 0x4D7057) is known color: Como. HEX triplet: 4D, 70 and 57. RGB value is (77,112,87). Sum of RGB (Red+Green+Blue) = 77+112+87=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7057 is #B28FA8. Grayscale: #626262. Windows color (decimal): -11702185 or 5730381. OLE color: 5730381.
HSL color Cylindrical-coordinate representation of color #4D7057: hue angle of 137.14º 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 #4D7057 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 87 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.56 |
| HSL | 137.14º | 0.19% | 0.37% | - |
| HSV(B) | 137.14º | 0.31% | 0.44% | - |
| XYZ | 10.58 | 13.85 | 11.13 | - |
| YUV | 98.69 | 121.4 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 87 | 0.31 | 0 | 0.22 | 0.56 | 137.14 | 0.19 | 0.37 |
| Hex | 4D | 70 | 57 | 1F | 0 | 16 | 38 | 89 | 13 | 25 |
| Octal | 115 | 160 | 127 | 37 | 0 | 26 | 70 | 211 | 23 | 45 |
| Binary | 1001101 | 1110000 | 1010111 | 11111 | 0 | 10110 | 111000 | 10001001 | 10011 | 100101 |
Color Harmonies of #4D7057
Complementary color
Monochromatic Colors of #4D7057
Black with #4D7057
Text Example
Text Example
White with #4D7057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7057; }
p { color: rgb(77,112,87); }
H1.HeaderClassName
{
color: #4D7057;
}
.AnyTagClassName
{
color: #4D7057;
}
</style>
background-color css
<style>
a { background-color: #4D7057; }
a { background-color: rgb(77,112,87); }
div.DivClassName
{
background-color: #4D7057;
}
.BgClassName
{
background-color: #4D7057;
}
</style>
border-color css
<style>
span { border-color: #4D7057; }
span { border-color: rgb(77,112,87); }
td.TdClassName
{
border-color: #4D7057;
}
.TagClassName
{
border-color: #4D7057;
}
</style>