Shades of Como #4D7763
Tints of Como #4D7763
RGB
CMYK
RGB Variations
Color information
#4D7763 (or 0x4D7763) is known color: Como. HEX triplet: 4D, 77 and 63. RGB value is (77,119,99). Sum of RGB (Red+Green+Blue) = 77+119+99=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #4D7763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7763 is #B2889C. Grayscale: #686868. Windows color (decimal): -11700381 or 6518605. OLE color: 6518605.
HSL color Cylindrical-coordinate representation of color #4D7763: hue angle of 151.43º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D7763 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 119 | 99 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.53 |
| HSL | 151.43º | 0.21% | 0.38% | - |
| HSV(B) | 151.43º | 0.35% | 0.47% | - |
| XYZ | 11.91 | 15.67 | 14.2 | - |
| YUV | 104.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 99 | 0.35 | 0 | 0.17 | 0.53 | 151.43 | 0.21 | 0.38 |
| Hex | 4D | 77 | 63 | 23 | 0 | 11 | 35 | 97 | 15 | 26 |
| Octal | 115 | 167 | 143 | 43 | 0 | 21 | 65 | 227 | 25 | 46 |
| Binary | 1001101 | 1110111 | 1100011 | 100011 | 0 | 10001 | 110101 | 10010111 | 10101 | 100110 |
Color Harmonies of #4D7763
Complementary color
Monochromatic Colors of #4D7763
Black with #4D7763
Text Example
Text Example
White with #4D7763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7763; }
p { color: rgb(77,119,99); }
H1.HeaderClassName
{
color: #4D7763;
}
.AnyTagClassName
{
color: #4D7763;
}
</style>
background-color css
<style>
a { background-color: #4D7763; }
a { background-color: rgb(77,119,99); }
div.DivClassName
{
background-color: #4D7763;
}
.BgClassName
{
background-color: #4D7763;
}
</style>
border-color css
<style>
span { border-color: #4D7763; }
span { border-color: rgb(77,119,99); }
td.TdClassName
{
border-color: #4D7763;
}
.TagClassName
{
border-color: #4D7763;
}
</style>