Shades of Como #4D755B
Tints of Como #4D755B
RGB
CMYK
RGB Variations
Color information
#4D755B (or 0x4D755B) is known color: Como. HEX triplet: 4D, 75 and 5B. RGB value is (77,117,91). Sum of RGB (Red+Green+Blue) = 77+117+91=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 117 - color contains mainly: green. Hex color #4D755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D755B is #B28AA4. Grayscale: #666666. Windows color (decimal): -11700901 or 5993805. OLE color: 5993805.
HSL color Cylindrical-coordinate representation of color #4D755B: hue angle of 141º 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 #4D755B is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 117 | 91 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.54 |
| HSL | 141º | 0.21% | 0.38% | - |
| HSV(B) | 141º | 0.34% | 0.46% | - |
| XYZ | 11.31 | 15.06 | 12.21 | - |
| YUV | 102.08 | 121.75 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 91 | 0.34 | 0 | 0.22 | 0.54 | 141 | 0.21 | 0.38 |
| Hex | 4D | 75 | 5B | 22 | 0 | 16 | 36 | 8D | 15 | 26 |
| Octal | 115 | 165 | 133 | 42 | 0 | 26 | 66 | 215 | 25 | 46 |
| Binary | 1001101 | 1110101 | 1011011 | 100010 | 0 | 10110 | 110110 | 10001101 | 10101 | 100110 |
Color Harmonies of #4D755B
Complementary color
Monochromatic Colors of #4D755B
Black with #4D755B
Text Example
Text Example
White with #4D755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D755B; }
p { color: rgb(77,117,91); }
H1.HeaderClassName
{
color: #4D755B;
}
.AnyTagClassName
{
color: #4D755B;
}
</style>
background-color css
<style>
a { background-color: #4D755B; }
a { background-color: rgb(77,117,91); }
div.DivClassName
{
background-color: #4D755B;
}
.BgClassName
{
background-color: #4D755B;
}
</style>
border-color css
<style>
span { border-color: #4D755B; }
span { border-color: rgb(77,117,91); }
td.TdClassName
{
border-color: #4D755B;
}
.TagClassName
{
border-color: #4D755B;
}
</style>