Shades of Como #4D7060
Tints of Como #4D7060
RGB
CMYK
RGB Variations
Color information
#4D7060 (or 0x4D7060) is known color: Como. HEX triplet: 4D, 70 and 60. RGB value is (77,112,96). Sum of RGB (Red+Green+Blue) = 77+112+96=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7060 is #B28F9F. Grayscale: #636363. Windows color (decimal): -11702176 or 6320205. OLE color: 6320205.
HSL color Cylindrical-coordinate representation of color #4D7060: hue angle of 152.57º 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 #4D7060 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 96 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.56 |
| HSL | 152.57º | 0.19% | 0.37% | - |
| HSV(B) | 152.57º | 0.31% | 0.44% | - |
| XYZ | 10.97 | 14.01 | 13.19 | - |
| YUV | 99.71 | 125.9 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 96 | 0.31 | 0 | 0.14 | 0.56 | 152.57 | 0.19 | 0.37 |
| Hex | 4D | 70 | 60 | 1F | 0 | E | 38 | 99 | 13 | 25 |
| Octal | 115 | 160 | 140 | 37 | 0 | 16 | 70 | 231 | 23 | 45 |
| Binary | 1001101 | 1110000 | 1100000 | 11111 | 0 | 1110 | 111000 | 10011001 | 10011 | 100101 |
Color Harmonies of #4D7060
Complementary color
Monochromatic Colors of #4D7060
Black with #4D7060
Text Example
Text Example
White with #4D7060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7060; }
p { color: rgb(77,112,96); }
H1.HeaderClassName
{
color: #4D7060;
}
.AnyTagClassName
{
color: #4D7060;
}
</style>
background-color css
<style>
a { background-color: #4D7060; }
a { background-color: rgb(77,112,96); }
div.DivClassName
{
background-color: #4D7060;
}
.BgClassName
{
background-color: #4D7060;
}
</style>
border-color css
<style>
span { border-color: #4D7060; }
span { border-color: rgb(77,112,96); }
td.TdClassName
{
border-color: #4D7060;
}
.TagClassName
{
border-color: #4D7060;
}
</style>