Shades of Ming #3C7773
Tints of Ming #3C7773
RGB
CMYK
RGB Variations
Color information
#3C7773 (or 0x3C7773) is known color: Ming. HEX triplet: 3C, 77 and 73. RGB value is (60,119,115). Sum of RGB (Red+Green+Blue) = 60+119+115=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #3C7773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7773 is #C3888C. Grayscale: #646464. Windows color (decimal): -12814477 or 7567164. OLE color: 7567164.
HSL color Cylindrical-coordinate representation of color #3C7773: hue angle of 175.93º 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 #3C7773 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 119 | 115 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.53 |
| HSL | 175.93º | 0.33% | 0.35% | - |
| HSV(B) | 175.93º | 0.5% | 0.47% | - |
| XYZ | 11.55 | 15.39 | 18.58 | - |
| YUV | 100.9 | 135.95 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 119 | 115 | 0.50 | 0 | 0.03 | 0.53 | 175.93 | 0.33 | 0.35 |
| Hex | 3C | 77 | 73 | 32 | 0 | 3 | 35 | B0 | 21 | 23 |
| Octal | 74 | 167 | 163 | 62 | 0 | 3 | 65 | 260 | 41 | 43 |
| Binary | 111100 | 1110111 | 1110011 | 110010 | 0 | 11 | 110101 | 10110000 | 100001 | 100011 |
Color Harmonies of #3C7773
Complementary color
Monochromatic Colors of #3C7773
Black with #3C7773
Text Example
Text Example
White with #3C7773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7773; }
p { color: rgb(60,119,115); }
H1.HeaderClassName
{
color: #3C7773;
}
.AnyTagClassName
{
color: #3C7773;
}
</style>
background-color css
<style>
a { background-color: #3C7773; }
a { background-color: rgb(60,119,115); }
div.DivClassName
{
background-color: #3C7773;
}
.BgClassName
{
background-color: #3C7773;
}
</style>
border-color css
<style>
span { border-color: #3C7773; }
span { border-color: rgb(60,119,115); }
td.TdClassName
{
border-color: #3C7773;
}
.TagClassName
{
border-color: #3C7773;
}
</style>