Shades of Como #4D7760
Tints of Como #4D7760
RGB
CMYK
RGB Variations
Color information
#4D7760 (or 0x4D7760) is known color: Como. HEX triplet: 4D, 77 and 60. RGB value is (77,119,96). Sum of RGB (Red+Green+Blue) = 77+119+96=292 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.37% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 119 - color contains mainly: green. Hex color #4D7760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7760 is #B2889F. Grayscale: #676767. Windows color (decimal): -11700384 or 6321997. OLE color: 6321997.
HSL color Cylindrical-coordinate representation of color #4D7760: hue angle of 147.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 #4D7760 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 119 | 96 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.53 |
| HSL | 147.14º | 0.21% | 0.38% | - |
| HSV(B) | 147.14º | 0.35% | 0.47% | - |
| XYZ | 11.77 | 15.62 | 13.46 | - |
| YUV | 103.82 | 123.59 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 96 | 0.35 | 0 | 0.19 | 0.53 | 147.14 | 0.21 | 0.38 |
| Hex | 4D | 77 | 60 | 23 | 0 | 13 | 35 | 93 | 15 | 26 |
| Octal | 115 | 167 | 140 | 43 | 0 | 23 | 65 | 223 | 25 | 46 |
| Binary | 1001101 | 1110111 | 1100000 | 100011 | 0 | 10011 | 110101 | 10010011 | 10101 | 100110 |
Color Harmonies of #4D7760
Complementary color
Monochromatic Colors of #4D7760
Black with #4D7760
Text Example
Text Example
White with #4D7760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7760; }
p { color: rgb(77,119,96); }
H1.HeaderClassName
{
color: #4D7760;
}
.AnyTagClassName
{
color: #4D7760;
}
</style>
background-color css
<style>
a { background-color: #4D7760; }
a { background-color: rgb(77,119,96); }
div.DivClassName
{
background-color: #4D7760;
}
.BgClassName
{
background-color: #4D7760;
}
</style>
border-color css
<style>
span { border-color: #4D7760; }
span { border-color: rgb(77,119,96); }
td.TdClassName
{
border-color: #4D7760;
}
.TagClassName
{
border-color: #4D7760;
}
</style>