Shades of Como #4D7861
Tints of Como #4D7861
RGB
CMYK
RGB Variations
Color information
#4D7861 (or 0x4D7861) is known color: Como. HEX triplet: 4D, 78 and 61. RGB value is (77,120,97). Sum of RGB (Red+Green+Blue) = 77+120+97=294 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.19% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 120 - color contains mainly: green. Hex color #4D7861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7861 is #B2879E. Grayscale: #686868. Windows color (decimal): -11700127 or 6387789. OLE color: 6387789.
HSL color Cylindrical-coordinate representation of color #4D7861: hue angle of 147.91º 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 #4D7861 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 120 | 97 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.53 |
| HSL | 147.91º | 0.22% | 0.39% | - |
| HSV(B) | 147.91º | 0.36% | 0.47% | - |
| XYZ | 11.93 | 15.87 | 13.74 | - |
| YUV | 104.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 120 | 97 | 0.36 | 0 | 0.19 | 0.53 | 147.91 | 0.22 | 0.39 |
| Hex | 4D | 78 | 61 | 24 | 0 | 13 | 35 | 94 | 16 | 27 |
| Octal | 115 | 170 | 141 | 44 | 0 | 23 | 65 | 224 | 26 | 47 |
| Binary | 1001101 | 1111000 | 1100001 | 100100 | 0 | 10011 | 110101 | 10010100 | 10110 | 100111 |
Color Harmonies of #4D7861
Complementary color
Monochromatic Colors of #4D7861
Black with #4D7861
Text Example
Text Example
White with #4D7861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7861; }
p { color: rgb(77,120,97); }
H1.HeaderClassName
{
color: #4D7861;
}
.AnyTagClassName
{
color: #4D7861;
}
</style>
background-color css
<style>
a { background-color: #4D7861; }
a { background-color: rgb(77,120,97); }
div.DivClassName
{
background-color: #4D7861;
}
.BgClassName
{
background-color: #4D7861;
}
</style>
border-color css
<style>
span { border-color: #4D7861; }
span { border-color: rgb(77,120,97); }
td.TdClassName
{
border-color: #4D7861;
}
.TagClassName
{
border-color: #4D7861;
}
</style>