Shades of Como #4D7E64
Tints of Como #4D7E64
RGB
CMYK
RGB Variations
Color information
#4D7E64 (or 0x4D7E64) is known color: Como. HEX triplet: 4D, 7E and 64. RGB value is (77,126,100). Sum of RGB (Red+Green+Blue) = 77+126+100=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 126 (49.61% from 255 or 41.58% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 126 - color contains mainly: green. Hex color #4D7E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7E64 is #B2819B. Grayscale: #6C6C6C. Windows color (decimal): -11698588 or 6585933. OLE color: 6585933.
HSL color Cylindrical-coordinate representation of color #4D7E64: hue angle of 148.16º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D7E64 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 126 | 100 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.51 |
| HSL | 148.16º | 0.24% | 0.4% | - |
| HSV(B) | 148.16º | 0.39% | 0.49% | - |
| XYZ | 12.82 | 17.42 | 14.74 | - |
| YUV | 108.39 | 123.27 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 126 | 100 | 0.39 | 0 | 0.21 | 0.51 | 148.16 | 0.24 | 0.4 |
| Hex | 4D | 7E | 64 | 27 | 0 | 15 | 33 | 94 | 18 | 28 |
| Octal | 115 | 176 | 144 | 47 | 0 | 25 | 63 | 224 | 30 | 50 |
| Binary | 1001101 | 1111110 | 1100100 | 100111 | 0 | 10101 | 110011 | 10010100 | 11000 | 101000 |
Color Harmonies of #4D7E64
Complementary color
Monochromatic Colors of #4D7E64
Black with #4D7E64
Text Example
Text Example
White with #4D7E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7E64; }
p { color: rgb(77,126,100); }
H1.HeaderClassName
{
color: #4D7E64;
}
.AnyTagClassName
{
color: #4D7E64;
}
</style>
background-color css
<style>
a { background-color: #4D7E64; }
a { background-color: rgb(77,126,100); }
div.DivClassName
{
background-color: #4D7E64;
}
.BgClassName
{
background-color: #4D7E64;
}
</style>
border-color css
<style>
span { border-color: #4D7E64; }
span { border-color: rgb(77,126,100); }
td.TdClassName
{
border-color: #4D7E64;
}
.TagClassName
{
border-color: #4D7E64;
}
</style>