Shades of Como #4D775C
Tints of Como #4D775C
RGB
CMYK
RGB Variations
Color information
#4D775C (or 0x4D775C) is known color: Como. HEX triplet: 4D, 77 and 5C. RGB value is (77,119,92). Sum of RGB (Red+Green+Blue) = 77+119+92=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 119 - color contains mainly: green. Hex color #4D775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D775C is #B288A3. Grayscale: #676767. Windows color (decimal): -11700388 or 6059853. OLE color: 6059853.
HSL color Cylindrical-coordinate representation of color #4D775C: hue angle of 141.43º 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 #4D775C is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 119 | 92 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.53 |
| HSL | 141.43º | 0.21% | 0.38% | - |
| HSV(B) | 141.43º | 0.35% | 0.47% | - |
| XYZ | 11.59 | 15.54 | 12.51 | - |
| YUV | 103.36 | 121.59 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 92 | 0.35 | 0 | 0.23 | 0.53 | 141.43 | 0.21 | 0.38 |
| Hex | 4D | 77 | 5C | 23 | 0 | 17 | 35 | 8D | 15 | 26 |
| Octal | 115 | 167 | 134 | 43 | 0 | 27 | 65 | 215 | 25 | 46 |
| Binary | 1001101 | 1110111 | 1011100 | 100011 | 0 | 10111 | 110101 | 10001101 | 10101 | 100110 |
Color Harmonies of #4D775C
Complementary color
Monochromatic Colors of #4D775C
Black with #4D775C
Text Example
Text Example
White with #4D775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D775C; }
p { color: rgb(77,119,92); }
H1.HeaderClassName
{
color: #4D775C;
}
.AnyTagClassName
{
color: #4D775C;
}
</style>
background-color css
<style>
a { background-color: #4D775C; }
a { background-color: rgb(77,119,92); }
div.DivClassName
{
background-color: #4D775C;
}
.BgClassName
{
background-color: #4D775C;
}
</style>
border-color css
<style>
span { border-color: #4D775C; }
span { border-color: rgb(77,119,92); }
td.TdClassName
{
border-color: #4D775C;
}
.TagClassName
{
border-color: #4D775C;
}
</style>