Shades of Como #4D725C
Tints of Como #4D725C
RGB
CMYK
RGB Variations
Color information
#4D725C (or 0x4D725C) is known color: Como. HEX triplet: 4D, 72 and 5C. RGB value is (77,114,92). Sum of RGB (Red+Green+Blue) = 77+114+92=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 114 - color contains mainly: green. Hex color #4D725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D725C is #B28DA3. Grayscale: #646464. Windows color (decimal): -11701668 or 6058573. OLE color: 6058573.
HSL color Cylindrical-coordinate representation of color #4D725C: hue angle of 144.32º 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 #4D725C is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 114 | 92 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.55 |
| HSL | 144.32º | 0.19% | 0.37% | - |
| HSV(B) | 144.32º | 0.32% | 0.45% | - |
| XYZ | 11.01 | 14.39 | 12.32 | - |
| YUV | 100.43 | 123.24 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 114 | 92 | 0.32 | 0 | 0.19 | 0.55 | 144.32 | 0.19 | 0.37 |
| Hex | 4D | 72 | 5C | 20 | 0 | 13 | 37 | 90 | 13 | 25 |
| Octal | 115 | 162 | 134 | 40 | 0 | 23 | 67 | 220 | 23 | 45 |
| Binary | 1001101 | 1110010 | 1011100 | 100000 | 0 | 10011 | 110111 | 10010000 | 10011 | 100101 |
Color Harmonies of #4D725C
Complementary color
Monochromatic Colors of #4D725C
Black with #4D725C
Text Example
Text Example
White with #4D725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D725C; }
p { color: rgb(77,114,92); }
H1.HeaderClassName
{
color: #4D725C;
}
.AnyTagClassName
{
color: #4D725C;
}
</style>
background-color css
<style>
a { background-color: #4D725C; }
a { background-color: rgb(77,114,92); }
div.DivClassName
{
background-color: #4D725C;
}
.BgClassName
{
background-color: #4D725C;
}
</style>
border-color css
<style>
span { border-color: #4D725C; }
span { border-color: rgb(77,114,92); }
td.TdClassName
{
border-color: #4D725C;
}
.TagClassName
{
border-color: #4D725C;
}
</style>