Shades of Como #4D7757
Tints of Como #4D7757
RGB
CMYK
RGB Variations
Color information
#4D7757 (or 0x4D7757) is known color: Como. HEX triplet: 4D, 77 and 57. RGB value is (77,119,87). Sum of RGB (Red+Green+Blue) = 77+119+87=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #4D7757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7757 is #B288A8. Grayscale: #666666. Windows color (decimal): -11700393 or 5732173. OLE color: 5732173.
HSL color Cylindrical-coordinate representation of color #4D7757: hue angle of 134.29º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D7757 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 119 | 87 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.53 |
| HSL | 134.29º | 0.21% | 0.38% | - |
| HSV(B) | 134.29º | 0.35% | 0.47% | - |
| XYZ | 11.38 | 15.46 | 11.4 | - |
| YUV | 102.79 | 119.09 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 87 | 0.35 | 0 | 0.27 | 0.53 | 134.29 | 0.21 | 0.38 |
| Hex | 4D | 77 | 57 | 23 | 0 | 1B | 35 | 86 | 15 | 26 |
| Octal | 115 | 167 | 127 | 43 | 0 | 33 | 65 | 206 | 25 | 46 |
| Binary | 1001101 | 1110111 | 1010111 | 100011 | 0 | 11011 | 110101 | 10000110 | 10101 | 100110 |
Color Harmonies of #4D7757
Complementary color
Monochromatic Colors of #4D7757
Black with #4D7757
Text Example
Text Example
White with #4D7757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7757; }
p { color: rgb(77,119,87); }
H1.HeaderClassName
{
color: #4D7757;
}
.AnyTagClassName
{
color: #4D7757;
}
</style>
background-color css
<style>
a { background-color: #4D7757; }
a { background-color: rgb(77,119,87); }
div.DivClassName
{
background-color: #4D7757;
}
.BgClassName
{
background-color: #4D7757;
}
</style>
border-color css
<style>
span { border-color: #4D7757; }
span { border-color: rgb(77,119,87); }
td.TdClassName
{
border-color: #4D7757;
}
.TagClassName
{
border-color: #4D7757;
}
</style>