Shades of Como #4C7A57
Tints of Como #4C7A57
RGB
CMYK
RGB Variations
Color information
#4C7A57 (or 0x4C7A57) is known color: Como. HEX triplet: 4C, 7A and 57. RGB value is (76,122,87). Sum of RGB (Red+Green+Blue) = 76+122+87=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 122 - color contains mainly: green. Hex color #4C7A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7A57 is #B385A8. Grayscale: #686868. Windows color (decimal): -11765161 or 5732940. OLE color: 5732940.
HSL color Cylindrical-coordinate representation of color #4C7A57: hue angle of 134.35º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C7A57 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 122 | 87 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.52 |
| HSL | 134.35º | 0.23% | 0.39% | - |
| HSV(B) | 134.35º | 0.38% | 0.48% | - |
| XYZ | 11.66 | 16.14 | 11.52 | - |
| YUV | 104.26 | 118.26 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 122 | 87 | 0.38 | 0 | 0.29 | 0.52 | 134.35 | 0.23 | 0.39 |
| Hex | 4C | 7A | 57 | 26 | 0 | 1D | 34 | 86 | 17 | 27 |
| Octal | 114 | 172 | 127 | 46 | 0 | 35 | 64 | 206 | 27 | 47 |
| Binary | 1001100 | 1111010 | 1010111 | 100110 | 0 | 11101 | 110100 | 10000110 | 10111 | 100111 |
Color Harmonies of #4C7A57
Complementary color
Monochromatic Colors of #4C7A57
Black with #4C7A57
Text Example
Text Example
White with #4C7A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7A57; }
p { color: rgb(76,122,87); }
H1.HeaderClassName
{
color: #4C7A57;
}
.AnyTagClassName
{
color: #4C7A57;
}
</style>
background-color css
<style>
a { background-color: #4C7A57; }
a { background-color: rgb(76,122,87); }
div.DivClassName
{
background-color: #4C7A57;
}
.BgClassName
{
background-color: #4C7A57;
}
</style>
border-color css
<style>
span { border-color: #4C7A57; }
span { border-color: rgb(76,122,87); }
td.TdClassName
{
border-color: #4C7A57;
}
.TagClassName
{
border-color: #4C7A57;
}
</style>