Shades of Ming #3C7772
Tints of Ming #3C7772
RGB
CMYK
RGB Variations
Color information
#3C7772 (or 0x3C7772) is known color: Ming. HEX triplet: 3C, 77 and 72. RGB value is (60,119,114). Sum of RGB (Red+Green+Blue) = 60+119+114=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 119 - color contains mainly: green. Hex color #3C7772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7772 is #C3888D. Grayscale: #646464. Windows color (decimal): -12814478 or 7501628. OLE color: 7501628.
HSL color Cylindrical-coordinate representation of color #3C7772: hue angle of 174.92º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C7772 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 119 | 114 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.53 |
| HSL | 174.92º | 0.33% | 0.35% | - |
| HSV(B) | 174.92º | 0.5% | 0.47% | - |
| XYZ | 11.5 | 15.37 | 18.28 | - |
| YUV | 100.79 | 135.45 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 119 | 114 | 0.50 | 0 | 0.04 | 0.53 | 174.92 | 0.33 | 0.35 |
| Hex | 3C | 77 | 72 | 32 | 0 | 4 | 35 | AF | 21 | 23 |
| Octal | 74 | 167 | 162 | 62 | 0 | 4 | 65 | 257 | 41 | 43 |
| Binary | 111100 | 1110111 | 1110010 | 110010 | 0 | 100 | 110101 | 10101111 | 100001 | 100011 |
Color Harmonies of #3C7772
Complementary color
Monochromatic Colors of #3C7772
Black with #3C7772
Text Example
Text Example
White with #3C7772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7772; }
p { color: rgb(60,119,114); }
H1.HeaderClassName
{
color: #3C7772;
}
.AnyTagClassName
{
color: #3C7772;
}
</style>
background-color css
<style>
a { background-color: #3C7772; }
a { background-color: rgb(60,119,114); }
div.DivClassName
{
background-color: #3C7772;
}
.BgClassName
{
background-color: #3C7772;
}
</style>
border-color css
<style>
span { border-color: #3C7772; }
span { border-color: rgb(60,119,114); }
td.TdClassName
{
border-color: #3C7772;
}
.TagClassName
{
border-color: #3C7772;
}
</style>