Shades of Como #4D7762
Tints of Como #4D7762
RGB
CMYK
RGB Variations
Color information
#4D7762 (or 0x4D7762) is known color: Como. HEX triplet: 4D, 77 and 62. RGB value is (77,119,98). Sum of RGB (Red+Green+Blue) = 77+119+98=294 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.19% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #4D7762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7762 is #B2889D. Grayscale: #686868. Windows color (decimal): -11700382 or 6453069. OLE color: 6453069.
HSL color Cylindrical-coordinate representation of color #4D7762: hue angle of 150º 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 #4D7762 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 119 | 98 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.53 |
| HSL | 150º | 0.21% | 0.38% | - |
| HSV(B) | 150º | 0.35% | 0.47% | - |
| XYZ | 11.86 | 15.65 | 13.95 | - |
| YUV | 104.05 | 124.59 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 98 | 0.35 | 0 | 0.18 | 0.53 | 150 | 0.21 | 0.38 |
| Hex | 4D | 77 | 62 | 23 | 0 | 12 | 35 | 96 | 15 | 26 |
| Octal | 115 | 167 | 142 | 43 | 0 | 22 | 65 | 226 | 25 | 46 |
| Binary | 1001101 | 1110111 | 1100010 | 100011 | 0 | 10010 | 110101 | 10010110 | 10101 | 100110 |
Color Harmonies of #4D7762
Complementary color
Monochromatic Colors of #4D7762
Black with #4D7762
Text Example
Text Example
White with #4D7762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7762; }
p { color: rgb(77,119,98); }
H1.HeaderClassName
{
color: #4D7762;
}
.AnyTagClassName
{
color: #4D7762;
}
</style>
background-color css
<style>
a { background-color: #4D7762; }
a { background-color: rgb(77,119,98); }
div.DivClassName
{
background-color: #4D7762;
}
.BgClassName
{
background-color: #4D7762;
}
</style>
border-color css
<style>
span { border-color: #4D7762; }
span { border-color: rgb(77,119,98); }
td.TdClassName
{
border-color: #4D7762;
}
.TagClassName
{
border-color: #4D7762;
}
</style>