Shades of Como #4D7A65
Tints of Como #4D7A65
RGB
CMYK
RGB Variations
Color information
#4D7A65 (or 0x4D7A65) is known color: Como. HEX triplet: 4D, 7A and 65. RGB value is (77,122,101). Sum of RGB (Red+Green+Blue) = 77+122+101=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 122 - color contains mainly: green. Hex color #4D7A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7A65 is #B2859A. Grayscale: #6A6A6A. Windows color (decimal): -11699611 or 6650445. OLE color: 6650445.
HSL color Cylindrical-coordinate representation of color #4D7A65: hue angle of 152º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D7A65 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 122 | 101 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.52 |
| HSL | 152º | 0.23% | 0.39% | - |
| HSV(B) | 152º | 0.37% | 0.48% | - |
| XYZ | 12.37 | 16.44 | 14.83 | - |
| YUV | 106.15 | 125.09 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 122 | 101 | 0.37 | 0 | 0.17 | 0.52 | 152 | 0.23 | 0.39 |
| Hex | 4D | 7A | 65 | 25 | 0 | 11 | 34 | 98 | 17 | 27 |
| Octal | 115 | 172 | 145 | 45 | 0 | 21 | 64 | 230 | 27 | 47 |
| Binary | 1001101 | 1111010 | 1100101 | 100101 | 0 | 10001 | 110100 | 10011000 | 10111 | 100111 |
Color Harmonies of #4D7A65
Complementary color
Monochromatic Colors of #4D7A65
Black with #4D7A65
Text Example
Text Example
White with #4D7A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7A65; }
p { color: rgb(77,122,101); }
H1.HeaderClassName
{
color: #4D7A65;
}
.AnyTagClassName
{
color: #4D7A65;
}
</style>
background-color css
<style>
a { background-color: #4D7A65; }
a { background-color: rgb(77,122,101); }
div.DivClassName
{
background-color: #4D7A65;
}
.BgClassName
{
background-color: #4D7A65;
}
</style>
border-color css
<style>
span { border-color: #4D7A65; }
span { border-color: rgb(77,122,101); }
td.TdClassName
{
border-color: #4D7A65;
}
.TagClassName
{
border-color: #4D7A65;
}
</style>