Shades of Ming #3C7978
Tints of Ming #3C7978
RGB
CMYK
RGB Variations
Color information
#3C7978 (or 0x3C7978) is known color: Ming. HEX triplet: 3C, 79 and 78. RGB value is (60,121,120). Sum of RGB (Red+Green+Blue) = 60+121+120=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 121 - color contains mainly: green. Hex color #3C7978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7978 is #C38687. Grayscale: #666666. Windows color (decimal): -12813960 or 7895356. OLE color: 7895356.
HSL color Cylindrical-coordinate representation of color #3C7978: hue angle of 179.02º degrees, saturation: 0.34, 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 #3C7978 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 121 | 120 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.53 |
| HSL | 179.02º | 0.34% | 0.35% | - |
| HSV(B) | 179.02º | 0.5% | 0.47% | - |
| XYZ | 12.09 | 15.99 | 20.22 | - |
| YUV | 102.65 | 137.79 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 121 | 120 | 0.50 | 0 | 0.01 | 0.53 | 179.02 | 0.34 | 0.35 |
| Hex | 3C | 79 | 78 | 32 | 0 | 1 | 35 | B3 | 22 | 23 |
| Octal | 74 | 171 | 170 | 62 | 0 | 1 | 65 | 263 | 42 | 43 |
| Binary | 111100 | 1111001 | 1111000 | 110010 | 0 | 1 | 110101 | 10110011 | 100010 | 100011 |
Color Harmonies of #3C7978
Complementary color
Monochromatic Colors of #3C7978
Black with #3C7978
Text Example
Text Example
White with #3C7978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7978; }
p { color: rgb(60,121,120); }
H1.HeaderClassName
{
color: #3C7978;
}
.AnyTagClassName
{
color: #3C7978;
}
</style>
background-color css
<style>
a { background-color: #3C7978; }
a { background-color: rgb(60,121,120); }
div.DivClassName
{
background-color: #3C7978;
}
.BgClassName
{
background-color: #3C7978;
}
</style>
border-color css
<style>
span { border-color: #3C7978; }
span { border-color: rgb(60,121,120); }
td.TdClassName
{
border-color: #3C7978;
}
.TagClassName
{
border-color: #3C7978;
}
</style>