Shades of Como #4D7759
Tints of Como #4D7759
RGB
CMYK
RGB Variations
Color information
#4D7759 (or 0x4D7759) is known color: Como. HEX triplet: 4D, 77 and 59. RGB value is (77,119,89). Sum of RGB (Red+Green+Blue) = 77+119+89=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 119 - color contains mainly: green. Hex color #4D7759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7759 is #B288A6. Grayscale: #676767. Windows color (decimal): -11700391 or 5863245. OLE color: 5863245.
HSL color Cylindrical-coordinate representation of color #4D7759: hue angle of 137.14º 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 #4D7759 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 119 | 89 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.53 |
| HSL | 137.14º | 0.21% | 0.38% | - |
| HSV(B) | 137.14º | 0.35% | 0.47% | - |
| XYZ | 11.46 | 15.49 | 11.84 | - |
| YUV | 103.02 | 120.09 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 89 | 0.35 | 0 | 0.25 | 0.53 | 137.14 | 0.21 | 0.38 |
| Hex | 4D | 77 | 59 | 23 | 0 | 19 | 35 | 89 | 15 | 26 |
| Octal | 115 | 167 | 131 | 43 | 0 | 31 | 65 | 211 | 25 | 46 |
| Binary | 1001101 | 1110111 | 1011001 | 100011 | 0 | 11001 | 110101 | 10001001 | 10101 | 100110 |
Color Harmonies of #4D7759
Complementary color
Monochromatic Colors of #4D7759
Black with #4D7759
Text Example
Text Example
White with #4D7759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7759; }
p { color: rgb(77,119,89); }
H1.HeaderClassName
{
color: #4D7759;
}
.AnyTagClassName
{
color: #4D7759;
}
</style>
background-color css
<style>
a { background-color: #4D7759; }
a { background-color: rgb(77,119,89); }
div.DivClassName
{
background-color: #4D7759;
}
.BgClassName
{
background-color: #4D7759;
}
</style>
border-color css
<style>
span { border-color: #4D7759; }
span { border-color: rgb(77,119,89); }
td.TdClassName
{
border-color: #4D7759;
}
.TagClassName
{
border-color: #4D7759;
}
</style>