Shades of Como #4D785C
Tints of Como #4D785C
RGB
CMYK
RGB Variations
Color information
#4D785C (or 0x4D785C) is known color: Como. HEX triplet: 4D, 78 and 5C. RGB value is (77,120,92). Sum of RGB (Red+Green+Blue) = 77+120+92=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 120 - color contains mainly: green. Hex color #4D785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D785C is #B287A3. Grayscale: #686868. Windows color (decimal): -11700132 or 6060109. OLE color: 6060109.
HSL color Cylindrical-coordinate representation of color #4D785C: hue angle of 140.93º 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 #4D785C is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 120 | 92 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.53 |
| HSL | 140.93º | 0.22% | 0.39% | - |
| HSV(B) | 140.93º | 0.36% | 0.47% | - |
| XYZ | 11.71 | 15.78 | 12.55 | - |
| YUV | 103.95 | 121.25 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 120 | 92 | 0.36 | 0 | 0.23 | 0.53 | 140.93 | 0.22 | 0.39 |
| Hex | 4D | 78 | 5C | 24 | 0 | 17 | 35 | 8D | 16 | 27 |
| Octal | 115 | 170 | 134 | 44 | 0 | 27 | 65 | 215 | 26 | 47 |
| Binary | 1001101 | 1111000 | 1011100 | 100100 | 0 | 10111 | 110101 | 10001101 | 10110 | 100111 |
Color Harmonies of #4D785C
Complementary color
Monochromatic Colors of #4D785C
Black with #4D785C
Text Example
Text Example
White with #4D785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D785C; }
p { color: rgb(77,120,92); }
H1.HeaderClassName
{
color: #4D785C;
}
.AnyTagClassName
{
color: #4D785C;
}
</style>
background-color css
<style>
a { background-color: #4D785C; }
a { background-color: rgb(77,120,92); }
div.DivClassName
{
background-color: #4D785C;
}
.BgClassName
{
background-color: #4D785C;
}
</style>
border-color css
<style>
span { border-color: #4D785C; }
span { border-color: rgb(77,120,92); }
td.TdClassName
{
border-color: #4D785C;
}
.TagClassName
{
border-color: #4D785C;
}
</style>