Shades of Como #4D7660
Tints of Como #4D7660
RGB
CMYK
RGB Variations
Color information
#4D7660 (or 0x4D7660) is known color: Como. HEX triplet: 4D, 76 and 60. RGB value is (77,118,96). Sum of RGB (Red+Green+Blue) = 77+118+96=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #4D7660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7660 is #B2899F. Grayscale: #676767. Windows color (decimal): -11700640 or 6321741. OLE color: 6321741.
HSL color Cylindrical-coordinate representation of color #4D7660: hue angle of 147.8º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D7660 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 118 | 96 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.54 |
| HSL | 147.8º | 0.21% | 0.38% | - |
| HSV(B) | 147.8º | 0.35% | 0.46% | - |
| XYZ | 11.65 | 15.38 | 13.42 | - |
| YUV | 103.23 | 123.92 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 118 | 96 | 0.35 | 0 | 0.19 | 0.54 | 147.8 | 0.21 | 0.38 |
| Hex | 4D | 76 | 60 | 23 | 0 | 13 | 36 | 94 | 15 | 26 |
| Octal | 115 | 166 | 140 | 43 | 0 | 23 | 66 | 224 | 25 | 46 |
| Binary | 1001101 | 1110110 | 1100000 | 100011 | 0 | 10011 | 110110 | 10010100 | 10101 | 100110 |
Color Harmonies of #4D7660
Complementary color
Monochromatic Colors of #4D7660
Black with #4D7660
Text Example
Text Example
White with #4D7660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7660; }
p { color: rgb(77,118,96); }
H1.HeaderClassName
{
color: #4D7660;
}
.AnyTagClassName
{
color: #4D7660;
}
</style>
background-color css
<style>
a { background-color: #4D7660; }
a { background-color: rgb(77,118,96); }
div.DivClassName
{
background-color: #4D7660;
}
.BgClassName
{
background-color: #4D7660;
}
</style>
border-color css
<style>
span { border-color: #4D7660; }
span { border-color: rgb(77,118,96); }
td.TdClassName
{
border-color: #4D7660;
}
.TagClassName
{
border-color: #4D7660;
}
</style>