Shades of Como #4D725F
Tints of Como #4D725F
RGB
CMYK
RGB Variations
Color information
#4D725F (or 0x4D725F) is known color: Como. HEX triplet: 4D, 72 and 5F. RGB value is (77,114,95). Sum of RGB (Red+Green+Blue) = 77+114+95=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 114 - color contains mainly: green. Hex color #4D725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D725F is #B28DA0. Grayscale: #646464. Windows color (decimal): -11701665 or 6255181. OLE color: 6255181.
HSL color Cylindrical-coordinate representation of color #4D725F: hue angle of 149.19º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D725F is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 114 | 95 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.55 |
| HSL | 149.19º | 0.19% | 0.37% | - |
| HSV(B) | 149.19º | 0.32% | 0.45% | - |
| XYZ | 11.14 | 14.44 | 13.03 | - |
| YUV | 100.77 | 124.74 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 114 | 95 | 0.32 | 0 | 0.17 | 0.55 | 149.19 | 0.19 | 0.37 |
| Hex | 4D | 72 | 5F | 20 | 0 | 11 | 37 | 95 | 13 | 25 |
| Octal | 115 | 162 | 137 | 40 | 0 | 21 | 67 | 225 | 23 | 45 |
| Binary | 1001101 | 1110010 | 1011111 | 100000 | 0 | 10001 | 110111 | 10010101 | 10011 | 100101 |
Color Harmonies of #4D725F
Complementary color
Monochromatic Colors of #4D725F
Black with #4D725F
Text Example
Text Example
White with #4D725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D725F; }
p { color: rgb(77,114,95); }
H1.HeaderClassName
{
color: #4D725F;
}
.AnyTagClassName
{
color: #4D725F;
}
</style>
background-color css
<style>
a { background-color: #4D725F; }
a { background-color: rgb(77,114,95); }
div.DivClassName
{
background-color: #4D725F;
}
.BgClassName
{
background-color: #4D725F;
}
</style>
border-color css
<style>
span { border-color: #4D725F; }
span { border-color: rgb(77,114,95); }
td.TdClassName
{
border-color: #4D725F;
}
.TagClassName
{
border-color: #4D725F;
}
</style>