Shades of Como #4D805C
Tints of Como #4D805C
RGB
CMYK
RGB Variations
Color information
#4D805C (or 0x4D805C) is known color: Como. HEX triplet: 4D, 80 and 5C. RGB value is (77,128,92). Sum of RGB (Red+Green+Blue) = 77+128+92=297 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.93% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 128 - color contains mainly: green. Hex color #4D805C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D805C is #B27FA3. Grayscale: #6C6C6C. Windows color (decimal): -11698084 or 6062157. OLE color: 6062157.
HSL color Cylindrical-coordinate representation of color #4D805C: hue angle of 137.65º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D805C is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 128 | 92 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.50 |
| HSL | 137.65º | 0.25% | 0.4% | - |
| HSV(B) | 137.65º | 0.4% | 0.5% | - |
| XYZ | 12.71 | 17.79 | 12.89 | - |
| YUV | 108.65 | 118.6 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 128 | 92 | 0.40 | 0 | 0.28 | 0.50 | 137.65 | 0.25 | 0.4 |
| Hex | 4D | 80 | 5C | 28 | 0 | 1C | 32 | 8A | 19 | 28 |
| Octal | 115 | 200 | 134 | 50 | 0 | 34 | 62 | 212 | 31 | 50 |
| Binary | 1001101 | 10000000 | 1011100 | 101000 | 0 | 11100 | 110010 | 10001010 | 11001 | 101000 |
Color Harmonies of #4D805C
Complementary color
Monochromatic Colors of #4D805C
Black with #4D805C
Text Example
Text Example
White with #4D805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D805C; }
p { color: rgb(77,128,92); }
H1.HeaderClassName
{
color: #4D805C;
}
.AnyTagClassName
{
color: #4D805C;
}
</style>
background-color css
<style>
a { background-color: #4D805C; }
a { background-color: rgb(77,128,92); }
div.DivClassName
{
background-color: #4D805C;
}
.BgClassName
{
background-color: #4D805C;
}
</style>
border-color css
<style>
span { border-color: #4D805C; }
span { border-color: rgb(77,128,92); }
td.TdClassName
{
border-color: #4D805C;
}
.TagClassName
{
border-color: #4D805C;
}
</style>