Shades of Mako #4D5757
Tints of Mako #4D5757
RGB
CMYK
RGB Variations
Color information
#4D5757 (or 0x4D5757) is known color: Mako. HEX triplet: 4D, 57 and 57. RGB value is (77,87,87). Sum of RGB (Red+Green+Blue) = 77+87+87=251 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.68% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 87 - color contains mainly: green, blue. Hex color #4D5757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5757 is #B2A8A8. Grayscale: #545454. Windows color (decimal): -11708585 or 5723981. OLE color: 5723981.
HSL color Cylindrical-coordinate representation of color #4D5757: hue angle of 180º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4D5757 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 87 | 87 | - |
| CMYK | 0.11 | 0 | 0 | 0.66 |
| HSL | 180º | 0.06% | 0.32% | - |
| HSV(B) | 180º | 0.11% | 0.34% | - |
| XYZ | 8.19 | 9.08 | 10.34 | - |
| YUV | 84.01 | 129.69 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 87 | 0.11 | 0 | 0 | 0.66 | 180 | 0.06 | 0.32 |
| Hex | 4D | 57 | 57 | B | 0 | 0 | 42 | B4 | 6 | 20 |
| Octal | 115 | 127 | 127 | 13 | 0 | 0 | 102 | 264 | 6 | 40 |
| Binary | 1001101 | 1010111 | 1010111 | 1011 | 0 | 0 | 1000010 | 10110100 | 110 | 100000 |
Color Harmonies of #4D5757
Complementary color
Monochromatic Colors of #4D5757
Black with #4D5757
Text Example
Text Example
White with #4D5757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5757; }
p { color: rgb(77,87,87); }
H1.HeaderClassName
{
color: #4D5757;
}
.AnyTagClassName
{
color: #4D5757;
}
</style>
background-color css
<style>
a { background-color: #4D5757; }
a { background-color: rgb(77,87,87); }
div.DivClassName
{
background-color: #4D5757;
}
.BgClassName
{
background-color: #4D5757;
}
</style>
border-color css
<style>
span { border-color: #4D5757; }
span { border-color: rgb(77,87,87); }
td.TdClassName
{
border-color: #4D5757;
}
.TagClassName
{
border-color: #4D5757;
}
</style>