Shades of Como #4C765E
Tints of Como #4C765E
RGB
CMYK
RGB Variations
Color information
#4C765E (or 0x4C765E) is known color: Como. HEX triplet: 4C, 76 and 5E. RGB value is (76,118,94). Sum of RGB (Red+Green+Blue) = 76+118+94=288 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.39% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #4C765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C765E is #B389A1. Grayscale: #666666. Windows color (decimal): -11766178 or 6190668. OLE color: 6190668.
HSL color Cylindrical-coordinate representation of color #4C765E: hue angle of 145.71º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C765E is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 118 | 94 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.54 |
| HSL | 145.71º | 0.22% | 0.38% | - |
| HSV(B) | 145.71º | 0.36% | 0.46% | - |
| XYZ | 11.48 | 15.3 | 12.94 | - |
| YUV | 102.71 | 123.09 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 118 | 94 | 0.36 | 0 | 0.20 | 0.54 | 145.71 | 0.22 | 0.38 |
| Hex | 4C | 76 | 5E | 24 | 0 | 14 | 36 | 92 | 16 | 26 |
| Octal | 114 | 166 | 136 | 44 | 0 | 24 | 66 | 222 | 26 | 46 |
| Binary | 1001100 | 1110110 | 1011110 | 100100 | 0 | 10100 | 110110 | 10010010 | 10110 | 100110 |
Color Harmonies of #4C765E
Complementary color
Monochromatic Colors of #4C765E
Black with #4C765E
Text Example
Text Example
White with #4C765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C765E; }
p { color: rgb(76,118,94); }
H1.HeaderClassName
{
color: #4C765E;
}
.AnyTagClassName
{
color: #4C765E;
}
</style>
background-color css
<style>
a { background-color: #4C765E; }
a { background-color: rgb(76,118,94); }
div.DivClassName
{
background-color: #4C765E;
}
.BgClassName
{
background-color: #4C765E;
}
</style>
border-color css
<style>
span { border-color: #4C765E; }
span { border-color: rgb(76,118,94); }
td.TdClassName
{
border-color: #4C765E;
}
.TagClassName
{
border-color: #4C765E;
}
</style>