Shades of Ming #4C7376
Tints of Ming #4C7376
RGB
CMYK
RGB Variations
Color information
#4C7376 (or 0x4C7376) is known color: Ming. HEX triplet: 4C, 73 and 76. RGB value is (76,115,118). Sum of RGB (Red+Green+Blue) = 76+115+118=309 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.60% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 118 - color contains mainly: blue. Hex color #4C7376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7376 is #B38C89. Grayscale: #676767. Windows color (decimal): -11766922 or 7762764. OLE color: 7762764.
HSL color Cylindrical-coordinate representation of color #4C7376: hue angle of 184.29º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C7376 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 115 | 118 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.54 |
| HSL | 184.29º | 0.22% | 0.38% | - |
| HSV(B) | 184.29º | 0.36% | 0.46% | - |
| XYZ | 12.38 | 15.11 | 19.4 | - |
| YUV | 103.68 | 136.08 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 115 | 118 | 0.36 | 0.03 | 0 | 0.54 | 184.29 | 0.22 | 0.38 |
| Hex | 4C | 73 | 76 | 24 | 3 | 0 | 36 | B8 | 16 | 26 |
| Octal | 114 | 163 | 166 | 44 | 3 | 0 | 66 | 270 | 26 | 46 |
| Binary | 1001100 | 1110011 | 1110110 | 100100 | 11 | 0 | 110110 | 10111000 | 10110 | 100110 |
Color Harmonies of #4C7376
Complementary color
Monochromatic Colors of #4C7376
Black with #4C7376
Text Example
Text Example
White with #4C7376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7376; }
p { color: rgb(76,115,118); }
H1.HeaderClassName
{
color: #4C7376;
}
.AnyTagClassName
{
color: #4C7376;
}
</style>
background-color css
<style>
a { background-color: #4C7376; }
a { background-color: rgb(76,115,118); }
div.DivClassName
{
background-color: #4C7376;
}
.BgClassName
{
background-color: #4C7376;
}
</style>
border-color css
<style>
span { border-color: #4C7376; }
span { border-color: rgb(76,115,118); }
td.TdClassName
{
border-color: #4C7376;
}
.TagClassName
{
border-color: #4C7376;
}
</style>