Shades of Como #4C7A5C
Tints of Como #4C7A5C
RGB
CMYK
RGB Variations
Color information
#4C7A5C (or 0x4C7A5C) is known color: Como. HEX triplet: 4C, 7A and 5C. RGB value is (76,122,92). Sum of RGB (Red+Green+Blue) = 76+122+92=290 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.21% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 122 - color contains mainly: green. Hex color #4C7A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7A5C is #B385A3. Grayscale: #686868. Windows color (decimal): -11765156 or 6060620. OLE color: 6060620.
HSL color Cylindrical-coordinate representation of color #4C7A5C: hue angle of 140.87º 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 #4C7A5C is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 122 | 92 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.52 |
| HSL | 140.87º | 0.23% | 0.39% | - |
| HSV(B) | 140.87º | 0.38% | 0.48% | - |
| XYZ | 11.87 | 16.23 | 12.63 | - |
| YUV | 104.83 | 120.76 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 122 | 92 | 0.38 | 0 | 0.25 | 0.52 | 140.87 | 0.23 | 0.39 |
| Hex | 4C | 7A | 5C | 26 | 0 | 19 | 34 | 8D | 17 | 27 |
| Octal | 114 | 172 | 134 | 46 | 0 | 31 | 64 | 215 | 27 | 47 |
| Binary | 1001100 | 1111010 | 1011100 | 100110 | 0 | 11001 | 110100 | 10001101 | 10111 | 100111 |
Color Harmonies of #4C7A5C
Complementary color
Monochromatic Colors of #4C7A5C
Black with #4C7A5C
Text Example
Text Example
White with #4C7A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7A5C; }
p { color: rgb(76,122,92); }
H1.HeaderClassName
{
color: #4C7A5C;
}
.AnyTagClassName
{
color: #4C7A5C;
}
</style>
background-color css
<style>
a { background-color: #4C7A5C; }
a { background-color: rgb(76,122,92); }
div.DivClassName
{
background-color: #4C7A5C;
}
.BgClassName
{
background-color: #4C7A5C;
}
</style>
border-color css
<style>
span { border-color: #4C7A5C; }
span { border-color: rgb(76,122,92); }
td.TdClassName
{
border-color: #4C7A5C;
}
.TagClassName
{
border-color: #4C7A5C;
}
</style>