Shades of Como #4D7D65
Tints of Como #4D7D65
RGB
CMYK
RGB Variations
Color information
#4D7D65 (or 0x4D7D65) is known color: Como. HEX triplet: 4D, 7D and 65. RGB value is (77,125,101). Sum of RGB (Red+Green+Blue) = 77+125+101=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 125 - color contains mainly: green. Hex color #4D7D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7D65 is #B2829A. Grayscale: #6B6B6B. Windows color (decimal): -11698843 or 6651213. OLE color: 6651213.
HSL color Cylindrical-coordinate representation of color #4D7D65: hue angle of 150º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D7D65 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 125 | 101 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.51 |
| HSL | 150º | 0.24% | 0.4% | - |
| HSV(B) | 150º | 0.38% | 0.49% | - |
| XYZ | 12.74 | 17.18 | 14.96 | - |
| YUV | 107.91 | 124.1 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 125 | 101 | 0.38 | 0 | 0.19 | 0.51 | 150 | 0.24 | 0.4 |
| Hex | 4D | 7D | 65 | 26 | 0 | 13 | 33 | 96 | 18 | 28 |
| Octal | 115 | 175 | 145 | 46 | 0 | 23 | 63 | 226 | 30 | 50 |
| Binary | 1001101 | 1111101 | 1100101 | 100110 | 0 | 10011 | 110011 | 10010110 | 11000 | 101000 |
Color Harmonies of #4D7D65
Complementary color
Monochromatic Colors of #4D7D65
Black with #4D7D65
Text Example
Text Example
White with #4D7D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7D65; }
p { color: rgb(77,125,101); }
H1.HeaderClassName
{
color: #4D7D65;
}
.AnyTagClassName
{
color: #4D7D65;
}
</style>
background-color css
<style>
a { background-color: #4D7D65; }
a { background-color: rgb(77,125,101); }
div.DivClassName
{
background-color: #4D7D65;
}
.BgClassName
{
background-color: #4D7D65;
}
</style>
border-color css
<style>
span { border-color: #4D7D65; }
span { border-color: rgb(77,125,101); }
td.TdClassName
{
border-color: #4D7D65;
}
.TagClassName
{
border-color: #4D7D65;
}
</style>