Shades of Ming #3C7076
Tints of Ming #3C7076
RGB
CMYK
RGB Variations
Color information
#3C7076 (or 0x3C7076) is known color: Ming. HEX triplet: 3C, 70 and 76. RGB value is (60,112,118). Sum of RGB (Red+Green+Blue) = 60+112+118=290 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.69% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C7076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7076 is #C38F89. Grayscale: #616161. Windows color (decimal): -12816266 or 7761980. OLE color: 7761980.
HSL color Cylindrical-coordinate representation of color #3C7076: hue angle of 186.21º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C7076 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 112 | 118 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.54 |
| HSL | 186.21º | 0.33% | 0.35% | - |
| HSV(B) | 186.21º | 0.49% | 0.46% | - |
| XYZ | 10.93 | 13.86 | 19.24 | - |
| YUV | 97.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 112 | 118 | 0.49 | 0.05 | 0 | 0.54 | 186.21 | 0.33 | 0.35 |
| Hex | 3C | 70 | 76 | 31 | 5 | 0 | 36 | BA | 21 | 23 |
| Octal | 74 | 160 | 166 | 61 | 5 | 0 | 66 | 272 | 41 | 43 |
| Binary | 111100 | 1110000 | 1110110 | 110001 | 101 | 0 | 110110 | 10111010 | 100001 | 100011 |
Color Harmonies of #3C7076
Complementary color
Monochromatic Colors of #3C7076
Black with #3C7076
Text Example
Text Example
White with #3C7076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7076; }
p { color: rgb(60,112,118); }
H1.HeaderClassName
{
color: #3C7076;
}
.AnyTagClassName
{
color: #3C7076;
}
</style>
background-color css
<style>
a { background-color: #3C7076; }
a { background-color: rgb(60,112,118); }
div.DivClassName
{
background-color: #3C7076;
}
.BgClassName
{
background-color: #3C7076;
}
</style>
border-color css
<style>
span { border-color: #3C7076; }
span { border-color: rgb(60,112,118); }
td.TdClassName
{
border-color: #3C7076;
}
.TagClassName
{
border-color: #3C7076;
}
</style>