Shades of Como #4D705F
Tints of Como #4D705F
RGB
CMYK
RGB Variations
Color information
#4D705F (or 0x4D705F) is known color: Como. HEX triplet: 4D, 70 and 5F. RGB value is (77,112,95). Sum of RGB (Red+Green+Blue) = 77+112+95=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #4D705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D705F is #B28FA0. Grayscale: #636363. Windows color (decimal): -11702177 or 6254669. OLE color: 6254669.
HSL color Cylindrical-coordinate representation of color #4D705F: hue angle of 150.86º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D705F is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 95 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.56 |
| HSL | 150.86º | 0.19% | 0.37% | - |
| HSV(B) | 150.86º | 0.31% | 0.44% | - |
| XYZ | 10.92 | 13.99 | 12.95 | - |
| YUV | 99.6 | 125.4 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 95 | 0.31 | 0 | 0.15 | 0.56 | 150.86 | 0.19 | 0.37 |
| Hex | 4D | 70 | 5F | 1F | 0 | F | 38 | 97 | 13 | 25 |
| Octal | 115 | 160 | 137 | 37 | 0 | 17 | 70 | 227 | 23 | 45 |
| Binary | 1001101 | 1110000 | 1011111 | 11111 | 0 | 1111 | 111000 | 10010111 | 10011 | 100101 |
Color Harmonies of #4D705F
Complementary color
Monochromatic Colors of #4D705F
Black with #4D705F
Text Example
Text Example
White with #4D705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D705F; }
p { color: rgb(77,112,95); }
H1.HeaderClassName
{
color: #4D705F;
}
.AnyTagClassName
{
color: #4D705F;
}
</style>
background-color css
<style>
a { background-color: #4D705F; }
a { background-color: rgb(77,112,95); }
div.DivClassName
{
background-color: #4D705F;
}
.BgClassName
{
background-color: #4D705F;
}
</style>
border-color css
<style>
span { border-color: #4D705F; }
span { border-color: rgb(77,112,95); }
td.TdClassName
{
border-color: #4D705F;
}
.TagClassName
{
border-color: #4D705F;
}
</style>