Shades of Como #4D7558
Tints of Como #4D7558
RGB
CMYK
RGB Variations
Color information
#4D7558 (or 0x4D7558) is known color: Como. HEX triplet: 4D, 75 and 58. RGB value is (77,117,88). Sum of RGB (Red+Green+Blue) = 77+117+88=282 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.30% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 117 - color contains mainly: green. Hex color #4D7558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7558 is #B28AA7. Grayscale: #656565. Windows color (decimal): -11700904 or 5797197. OLE color: 5797197.
HSL color Cylindrical-coordinate representation of color #4D7558: hue angle of 136.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D7558 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 117 | 88 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.54 |
| HSL | 136.5º | 0.21% | 0.38% | - |
| HSV(B) | 136.5º | 0.34% | 0.46% | - |
| XYZ | 11.18 | 15 | 11.54 | - |
| YUV | 101.73 | 120.25 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 88 | 0.34 | 0 | 0.25 | 0.54 | 136.5 | 0.21 | 0.38 |
| Hex | 4D | 75 | 58 | 22 | 0 | 19 | 36 | 88 | 15 | 26 |
| Octal | 115 | 165 | 130 | 42 | 0 | 31 | 66 | 210 | 25 | 46 |
| Binary | 1001101 | 1110101 | 1011000 | 100010 | 0 | 11001 | 110110 | 10001000 | 10101 | 100110 |
Color Harmonies of #4D7558
Complementary color
Monochromatic Colors of #4D7558
Black with #4D7558
Text Example
Text Example
White with #4D7558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7558; }
p { color: rgb(77,117,88); }
H1.HeaderClassName
{
color: #4D7558;
}
.AnyTagClassName
{
color: #4D7558;
}
</style>
background-color css
<style>
a { background-color: #4D7558; }
a { background-color: rgb(77,117,88); }
div.DivClassName
{
background-color: #4D7558;
}
.BgClassName
{
background-color: #4D7558;
}
</style>
border-color css
<style>
span { border-color: #4D7558; }
span { border-color: rgb(77,117,88); }
td.TdClassName
{
border-color: #4D7558;
}
.TagClassName
{
border-color: #4D7558;
}
</style>