Shades of Como #4D7863
Tints of Como #4D7863
RGB
CMYK
RGB Variations
Color information
#4D7863 (or 0x4D7863) is known color: Como. HEX triplet: 4D, 78 and 63. RGB value is (77,120,99). Sum of RGB (Red+Green+Blue) = 77+120+99=296 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.01% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 120 - color contains mainly: green. Hex color #4D7863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7863 is #B2879C. Grayscale: #686868. Windows color (decimal): -11700125 or 6518861. OLE color: 6518861.
HSL color Cylindrical-coordinate representation of color #4D7863: hue angle of 150.7º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D7863 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 120 | 99 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.53 |
| HSL | 150.7º | 0.22% | 0.39% | - |
| HSV(B) | 150.7º | 0.36% | 0.47% | - |
| XYZ | 12.03 | 15.91 | 14.24 | - |
| YUV | 104.75 | 124.75 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 120 | 99 | 0.36 | 0 | 0.17 | 0.53 | 150.7 | 0.22 | 0.39 |
| Hex | 4D | 78 | 63 | 24 | 0 | 11 | 35 | 97 | 16 | 27 |
| Octal | 115 | 170 | 143 | 44 | 0 | 21 | 65 | 227 | 26 | 47 |
| Binary | 1001101 | 1111000 | 1100011 | 100100 | 0 | 10001 | 110101 | 10010111 | 10110 | 100111 |
Color Harmonies of #4D7863
Complementary color
Monochromatic Colors of #4D7863
Black with #4D7863
Text Example
Text Example
White with #4D7863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7863; }
p { color: rgb(77,120,99); }
H1.HeaderClassName
{
color: #4D7863;
}
.AnyTagClassName
{
color: #4D7863;
}
</style>
background-color css
<style>
a { background-color: #4D7863; }
a { background-color: rgb(77,120,99); }
div.DivClassName
{
background-color: #4D7863;
}
.BgClassName
{
background-color: #4D7863;
}
</style>
border-color css
<style>
span { border-color: #4D7863; }
span { border-color: rgb(77,120,99); }
td.TdClassName
{
border-color: #4D7863;
}
.TagClassName
{
border-color: #4D7863;
}
</style>