Shades of Como #4D7262
Tints of Como #4D7262
RGB
CMYK
RGB Variations
Color information
#4D7262 (or 0x4D7262) is known color: Como. HEX triplet: 4D, 72 and 62. RGB value is (77,114,98). Sum of RGB (Red+Green+Blue) = 77+114+98=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 114 - color contains mainly: green. Hex color #4D7262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7262 is #B28D9D. Grayscale: #656565. Windows color (decimal): -11701662 or 6451789. OLE color: 6451789.
HSL color Cylindrical-coordinate representation of color #4D7262: hue angle of 154.05º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D7262 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 114 | 98 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.55 |
| HSL | 154.05º | 0.19% | 0.37% | - |
| HSV(B) | 154.05º | 0.32% | 0.45% | - |
| XYZ | 11.28 | 14.49 | 13.76 | - |
| YUV | 101.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 114 | 98 | 0.32 | 0 | 0.14 | 0.55 | 154.05 | 0.19 | 0.37 |
| Hex | 4D | 72 | 62 | 20 | 0 | E | 37 | 9A | 13 | 25 |
| Octal | 115 | 162 | 142 | 40 | 0 | 16 | 67 | 232 | 23 | 45 |
| Binary | 1001101 | 1110010 | 1100010 | 100000 | 0 | 1110 | 110111 | 10011010 | 10011 | 100101 |
Color Harmonies of #4D7262
Complementary color
Monochromatic Colors of #4D7262
Black with #4D7262
Text Example
Text Example
White with #4D7262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7262; }
p { color: rgb(77,114,98); }
H1.HeaderClassName
{
color: #4D7262;
}
.AnyTagClassName
{
color: #4D7262;
}
</style>
background-color css
<style>
a { background-color: #4D7262; }
a { background-color: rgb(77,114,98); }
div.DivClassName
{
background-color: #4D7262;
}
.BgClassName
{
background-color: #4D7262;
}
</style>
border-color css
<style>
span { border-color: #4D7262; }
span { border-color: rgb(77,114,98); }
td.TdClassName
{
border-color: #4D7262;
}
.TagClassName
{
border-color: #4D7262;
}
</style>