Shades of Como #4D7758
Tints of Como #4D7758
RGB
CMYK
RGB Variations
Color information
#4D7758 (or 0x4D7758) is known color: Como. HEX triplet: 4D, 77 and 58. RGB value is (77,119,88). Sum of RGB (Red+Green+Blue) = 77+119+88=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 119 - color contains mainly: green. Hex color #4D7758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7758 is #B288A7. Grayscale: #666666. Windows color (decimal): -11700392 or 5797709. OLE color: 5797709.
HSL color Cylindrical-coordinate representation of color #4D7758: hue angle of 135.71º 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 #4D7758 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 119 | 88 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.53 |
| HSL | 135.71º | 0.21% | 0.38% | - |
| HSV(B) | 135.71º | 0.35% | 0.47% | - |
| XYZ | 11.42 | 15.48 | 11.62 | - |
| YUV | 102.91 | 119.59 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 88 | 0.35 | 0 | 0.26 | 0.53 | 135.71 | 0.21 | 0.38 |
| Hex | 4D | 77 | 58 | 23 | 0 | 1A | 35 | 88 | 15 | 26 |
| Octal | 115 | 167 | 130 | 43 | 0 | 32 | 65 | 210 | 25 | 46 |
| Binary | 1001101 | 1110111 | 1011000 | 100011 | 0 | 11010 | 110101 | 10001000 | 10101 | 100110 |
Color Harmonies of #4D7758
Complementary color
Monochromatic Colors of #4D7758
Black with #4D7758
Text Example
Text Example
White with #4D7758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7758; }
p { color: rgb(77,119,88); }
H1.HeaderClassName
{
color: #4D7758;
}
.AnyTagClassName
{
color: #4D7758;
}
</style>
background-color css
<style>
a { background-color: #4D7758; }
a { background-color: rgb(77,119,88); }
div.DivClassName
{
background-color: #4D7758;
}
.BgClassName
{
background-color: #4D7758;
}
</style>
border-color css
<style>
span { border-color: #4D7758; }
span { border-color: rgb(77,119,88); }
td.TdClassName
{
border-color: #4D7758;
}
.TagClassName
{
border-color: #4D7758;
}
</style>