Shades of Como #4D7362
Tints of Como #4D7362
RGB
CMYK
RGB Variations
Color information
#4D7362 (or 0x4D7362) is known color: Como. HEX triplet: 4D, 73 and 62. RGB value is (77,115,98). Sum of RGB (Red+Green+Blue) = 77+115+98=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 115 - color contains mainly: green. Hex color #4D7362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7362 is #B28C9D. Grayscale: #656565. Windows color (decimal): -11701406 or 6452045. OLE color: 6452045.
HSL color Cylindrical-coordinate representation of color #4D7362: hue angle of 153.16º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4D7362 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 115 | 98 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.55 |
| HSL | 153.16º | 0.2% | 0.38% | - |
| HSV(B) | 153.16º | 0.33% | 0.45% | - |
| XYZ | 11.4 | 14.72 | 13.8 | - |
| YUV | 101.7 | 125.91 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 115 | 98 | 0.33 | 0 | 0.15 | 0.55 | 153.16 | 0.2 | 0.38 |
| Hex | 4D | 73 | 62 | 21 | 0 | F | 37 | 99 | 14 | 26 |
| Octal | 115 | 163 | 142 | 41 | 0 | 17 | 67 | 231 | 24 | 46 |
| Binary | 1001101 | 1110011 | 1100010 | 100001 | 0 | 1111 | 110111 | 10011001 | 10100 | 100110 |
Color Harmonies of #4D7362
Complementary color
Monochromatic Colors of #4D7362
Black with #4D7362
Text Example
Text Example
White with #4D7362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7362; }
p { color: rgb(77,115,98); }
H1.HeaderClassName
{
color: #4D7362;
}
.AnyTagClassName
{
color: #4D7362;
}
</style>
background-color css
<style>
a { background-color: #4D7362; }
a { background-color: rgb(77,115,98); }
div.DivClassName
{
background-color: #4D7362;
}
.BgClassName
{
background-color: #4D7362;
}
</style>
border-color css
<style>
span { border-color: #4D7362; }
span { border-color: rgb(77,115,98); }
td.TdClassName
{
border-color: #4D7362;
}
.TagClassName
{
border-color: #4D7362;
}
</style>