Shades of Ming #3C7677
Tints of Ming #3C7677
RGB
CMYK
RGB Variations
Color information
#3C7677 (or 0x3C7677) is known color: Ming. HEX triplet: 3C, 76 and 77. RGB value is (60,118,119). Sum of RGB (Red+Green+Blue) = 60+118+119=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C7677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7677 is #C38988. Grayscale: #646464. Windows color (decimal): -12814729 or 7829052. OLE color: 7829052.
HSL color Cylindrical-coordinate representation of color #3C7677: hue angle of 181.02º 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 #3C7677 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 118 | 119 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.53 |
| HSL | 181.02º | 0.33% | 0.35% | - |
| HSV(B) | 181.02º | 0.5% | 0.47% | - |
| XYZ | 11.67 | 15.25 | 19.78 | - |
| YUV | 100.77 | 138.28 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 118 | 119 | 0.50 | 0.01 | 0 | 0.53 | 181.02 | 0.33 | 0.35 |
| Hex | 3C | 76 | 77 | 32 | 1 | 0 | 35 | B5 | 21 | 23 |
| Octal | 74 | 166 | 167 | 62 | 1 | 0 | 65 | 265 | 41 | 43 |
| Binary | 111100 | 1110110 | 1110111 | 110010 | 1 | 0 | 110101 | 10110101 | 100001 | 100011 |
Color Harmonies of #3C7677
Complementary color
Monochromatic Colors of #3C7677
Black with #3C7677
Text Example
Text Example
White with #3C7677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7677; }
p { color: rgb(60,118,119); }
H1.HeaderClassName
{
color: #3C7677;
}
.AnyTagClassName
{
color: #3C7677;
}
</style>
background-color css
<style>
a { background-color: #3C7677; }
a { background-color: rgb(60,118,119); }
div.DivClassName
{
background-color: #3C7677;
}
.BgClassName
{
background-color: #3C7677;
}
</style>
border-color css
<style>
span { border-color: #3C7677; }
span { border-color: rgb(60,118,119); }
td.TdClassName
{
border-color: #3C7677;
}
.TagClassName
{
border-color: #3C7677;
}
</style>