Shades of Como #4D705A
Tints of Como #4D705A
RGB
CMYK
RGB Variations
Color information
#4D705A (or 0x4D705A) is known color: Como. HEX triplet: 4D, 70 and 5A. RGB value is (77,112,90). Sum of RGB (Red+Green+Blue) = 77+112+90=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 112 - color contains mainly: green. Hex color #4D705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D705A is #B28FA5. Grayscale: #636363. Windows color (decimal): -11702182 or 5926989. OLE color: 5926989.
HSL color Cylindrical-coordinate representation of color #4D705A: hue angle of 142.29º 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 #4D705A is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 90 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.56 |
| HSL | 142.29º | 0.19% | 0.37% | - |
| HSV(B) | 142.29º | 0.31% | 0.44% | - |
| XYZ | 10.7 | 13.9 | 11.79 | - |
| YUV | 99.03 | 122.9 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 90 | 0.31 | 0 | 0.20 | 0.56 | 142.29 | 0.19 | 0.37 |
| Hex | 4D | 70 | 5A | 1F | 0 | 14 | 38 | 8E | 13 | 25 |
| Octal | 115 | 160 | 132 | 37 | 0 | 24 | 70 | 216 | 23 | 45 |
| Binary | 1001101 | 1110000 | 1011010 | 11111 | 0 | 10100 | 111000 | 10001110 | 10011 | 100101 |
Color Harmonies of #4D705A
Complementary color
Monochromatic Colors of #4D705A
Black with #4D705A
Text Example
Text Example
White with #4D705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D705A; }
p { color: rgb(77,112,90); }
H1.HeaderClassName
{
color: #4D705A;
}
.AnyTagClassName
{
color: #4D705A;
}
</style>
background-color css
<style>
a { background-color: #4D705A; }
a { background-color: rgb(77,112,90); }
div.DivClassName
{
background-color: #4D705A;
}
.BgClassName
{
background-color: #4D705A;
}
</style>
border-color css
<style>
span { border-color: #4D705A; }
span { border-color: rgb(77,112,90); }
td.TdClassName
{
border-color: #4D705A;
}
.TagClassName
{
border-color: #4D705A;
}
</style>