Shades of Ming #3C7077
Tints of Ming #3C7077
RGB
CMYK
RGB Variations
Color information
#3C7077 (or 0x3C7077) is known color: Ming. HEX triplet: 3C, 70 and 77. RGB value is (60,112,119). Sum of RGB (Red+Green+Blue) = 60+112+119=291 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.62% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C7077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7077 is #C38F88. Grayscale: #616161. Windows color (decimal): -12816265 or 7827516. OLE color: 7827516.
HSL color Cylindrical-coordinate representation of color #3C7077: hue angle of 187.12º 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 #3C7077 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 112 | 119 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.53 |
| HSL | 187.12º | 0.33% | 0.35% | - |
| HSV(B) | 187.12º | 0.5% | 0.47% | - |
| XYZ | 10.99 | 13.88 | 19.55 | - |
| YUV | 97.25 | 140.27 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 112 | 119 | 0.50 | 0.06 | 0 | 0.53 | 187.12 | 0.33 | 0.35 |
| Hex | 3C | 70 | 77 | 32 | 6 | 0 | 35 | BB | 21 | 23 |
| Octal | 74 | 160 | 167 | 62 | 6 | 0 | 65 | 273 | 41 | 43 |
| Binary | 111100 | 1110000 | 1110111 | 110010 | 110 | 0 | 110101 | 10111011 | 100001 | 100011 |
Color Harmonies of #3C7077
Complementary color
Monochromatic Colors of #3C7077
Black with #3C7077
Text Example
Text Example
White with #3C7077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7077; }
p { color: rgb(60,112,119); }
H1.HeaderClassName
{
color: #3C7077;
}
.AnyTagClassName
{
color: #3C7077;
}
</style>
background-color css
<style>
a { background-color: #3C7077; }
a { background-color: rgb(60,112,119); }
div.DivClassName
{
background-color: #3C7077;
}
.BgClassName
{
background-color: #3C7077;
}
</style>
border-color css
<style>
span { border-color: #3C7077; }
span { border-color: rgb(60,112,119); }
td.TdClassName
{
border-color: #3C7077;
}
.TagClassName
{
border-color: #3C7077;
}
</style>