Shades of Como #4E725D
Tints of Como #4E725D
RGB
CMYK
RGB Variations
Color information
#4E725D (or 0x4E725D) is known color: Como. HEX triplet: 4E, 72 and 5D. RGB value is (78,114,93). Sum of RGB (Red+Green+Blue) = 78+114+93=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 114 - color contains mainly: green. Hex color #4E725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E725D is #B18DA2. Grayscale: #646464. Windows color (decimal): -11636131 or 6124110. OLE color: 6124110.
HSL color Cylindrical-coordinate representation of color #4E725D: hue angle of 145º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E725D is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 114 | 93 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.55 |
| HSL | 145º | 0.19% | 0.38% | - |
| HSV(B) | 145º | 0.32% | 0.45% | - |
| XYZ | 11.13 | 14.44 | 12.56 | - |
| YUV | 100.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 114 | 93 | 0.32 | 0 | 0.18 | 0.55 | 145 | 0.19 | 0.38 |
| Hex | 4E | 72 | 5D | 20 | 0 | 12 | 37 | 91 | 13 | 26 |
| Octal | 116 | 162 | 135 | 40 | 0 | 22 | 67 | 221 | 23 | 46 |
| Binary | 1001110 | 1110010 | 1011101 | 100000 | 0 | 10010 | 110111 | 10010001 | 10011 | 100110 |
Color Harmonies of #4E725D
Complementary color
Monochromatic Colors of #4E725D
Black with #4E725D
Text Example
Text Example
White with #4E725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E725D; }
p { color: rgb(78,114,93); }
H1.HeaderClassName
{
color: #4E725D;
}
.AnyTagClassName
{
color: #4E725D;
}
</style>
background-color css
<style>
a { background-color: #4E725D; }
a { background-color: rgb(78,114,93); }
div.DivClassName
{
background-color: #4E725D;
}
.BgClassName
{
background-color: #4E725D;
}
</style>
border-color css
<style>
span { border-color: #4E725D; }
span { border-color: rgb(78,114,93); }
td.TdClassName
{
border-color: #4E725D;
}
.TagClassName
{
border-color: #4E725D;
}
</style>