Shades of Como #4D725D
Tints of Como #4D725D
RGB
CMYK
RGB Variations
Color information
#4D725D (or 0x4D725D) is known color: Como. HEX triplet: 4D, 72 and 5D. RGB value is (77,114,93). Sum of RGB (Red+Green+Blue) = 77+114+93=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 114 - color contains mainly: green. Hex color #4D725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D725D is #B28DA2. Grayscale: #646464. Windows color (decimal): -11701667 or 6124109. OLE color: 6124109.
HSL color Cylindrical-coordinate representation of color #4D725D: hue angle of 145.95º 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 #4D725D is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 114 | 93 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.55 |
| HSL | 145.95º | 0.19% | 0.37% | - |
| HSV(B) | 145.95º | 0.32% | 0.45% | - |
| XYZ | 11.05 | 14.4 | 12.55 | - |
| YUV | 100.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 114 | 93 | 0.32 | 0 | 0.18 | 0.55 | 145.95 | 0.19 | 0.37 |
| Hex | 4D | 72 | 5D | 20 | 0 | 12 | 37 | 92 | 13 | 25 |
| Octal | 115 | 162 | 135 | 40 | 0 | 22 | 67 | 222 | 23 | 45 |
| Binary | 1001101 | 1110010 | 1011101 | 100000 | 0 | 10010 | 110111 | 10010010 | 10011 | 100101 |
Color Harmonies of #4D725D
Complementary color
Monochromatic Colors of #4D725D
Black with #4D725D
Text Example
Text Example
White with #4D725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D725D; }
p { color: rgb(77,114,93); }
H1.HeaderClassName
{
color: #4D725D;
}
.AnyTagClassName
{
color: #4D725D;
}
</style>
background-color css
<style>
a { background-color: #4D725D; }
a { background-color: rgb(77,114,93); }
div.DivClassName
{
background-color: #4D725D;
}
.BgClassName
{
background-color: #4D725D;
}
</style>
border-color css
<style>
span { border-color: #4D725D; }
span { border-color: rgb(77,114,93); }
td.TdClassName
{
border-color: #4D725D;
}
.TagClassName
{
border-color: #4D725D;
}
</style>