Shades of Como #4D785F
Tints of Como #4D785F
RGB
CMYK
RGB Variations
Color information
#4D785F (or 0x4D785F) is known color: Como. HEX triplet: 4D, 78 and 5F. RGB value is (77,120,95). Sum of RGB (Red+Green+Blue) = 77+120+95=292 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.37% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 120 - color contains mainly: green. Hex color #4D785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D785F is #B287A0. Grayscale: #686868. Windows color (decimal): -11700129 or 6256717. OLE color: 6256717.
HSL color Cylindrical-coordinate representation of color #4D785F: hue angle of 145.12º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D785F is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 120 | 95 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.53 |
| HSL | 145.12º | 0.22% | 0.39% | - |
| HSV(B) | 145.12º | 0.36% | 0.47% | - |
| XYZ | 11.84 | 15.84 | 13.26 | - |
| YUV | 104.29 | 122.75 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 120 | 95 | 0.36 | 0 | 0.21 | 0.53 | 145.12 | 0.22 | 0.39 |
| Hex | 4D | 78 | 5F | 24 | 0 | 15 | 35 | 91 | 16 | 27 |
| Octal | 115 | 170 | 137 | 44 | 0 | 25 | 65 | 221 | 26 | 47 |
| Binary | 1001101 | 1111000 | 1011111 | 100100 | 0 | 10101 | 110101 | 10010001 | 10110 | 100111 |
Color Harmonies of #4D785F
Complementary color
Monochromatic Colors of #4D785F
Black with #4D785F
Text Example
Text Example
White with #4D785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D785F; }
p { color: rgb(77,120,95); }
H1.HeaderClassName
{
color: #4D785F;
}
.AnyTagClassName
{
color: #4D785F;
}
</style>
background-color css
<style>
a { background-color: #4D785F; }
a { background-color: rgb(77,120,95); }
div.DivClassName
{
background-color: #4D785F;
}
.BgClassName
{
background-color: #4D785F;
}
</style>
border-color css
<style>
span { border-color: #4D785F; }
span { border-color: rgb(77,120,95); }
td.TdClassName
{
border-color: #4D785F;
}
.TagClassName
{
border-color: #4D785F;
}
</style>