Shades of Ming #4D7375
Tints of Ming #4D7375
RGB
CMYK
RGB Variations
Color information
#4D7375 (or 0x4D7375) is known color: Ming. HEX triplet: 4D, 73 and 75. RGB value is (77,115,117). Sum of RGB (Red+Green+Blue) = 77+115+117=309 (40% of max value = 765). Red value is 77 (30.47% from 255 or 24.92% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 117 - color contains mainly: blue. Hex color #4D7375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7375 is #B28C8A. Grayscale: #676767. Windows color (decimal): -11701387 or 7697229. OLE color: 7697229.
HSL color Cylindrical-coordinate representation of color #4D7375: hue angle of 183º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D7375 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 115 | 117 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.54 |
| HSL | 183º | 0.21% | 0.38% | - |
| HSV(B) | 183º | 0.34% | 0.46% | - |
| XYZ | 12.4 | 15.12 | 19.1 | - |
| YUV | 103.87 | 135.41 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 115 | 117 | 0.34 | 0.02 | 0 | 0.54 | 183 | 0.21 | 0.38 |
| Hex | 4D | 73 | 75 | 22 | 2 | 0 | 36 | B7 | 15 | 26 |
| Octal | 115 | 163 | 165 | 42 | 2 | 0 | 66 | 267 | 25 | 46 |
| Binary | 1001101 | 1110011 | 1110101 | 100010 | 10 | 0 | 110110 | 10110111 | 10101 | 100110 |
Color Harmonies of #4D7375
Complementary color
Monochromatic Colors of #4D7375
Black with #4D7375
Text Example
Text Example
White with #4D7375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7375; }
p { color: rgb(77,115,117); }
H1.HeaderClassName
{
color: #4D7375;
}
.AnyTagClassName
{
color: #4D7375;
}
</style>
background-color css
<style>
a { background-color: #4D7375; }
a { background-color: rgb(77,115,117); }
div.DivClassName
{
background-color: #4D7375;
}
.BgClassName
{
background-color: #4D7375;
}
</style>
border-color css
<style>
span { border-color: #4D7375; }
span { border-color: rgb(77,115,117); }
td.TdClassName
{
border-color: #4D7375;
}
.TagClassName
{
border-color: #4D7375;
}
</style>