Shades of Ming #3C7A75
Tints of Ming #3C7A75
RGB
CMYK
RGB Variations
Color information
#3C7A75 (or 0x3C7A75) is known color: Ming. HEX triplet: 3C, 7A and 75. RGB value is (60,122,117). Sum of RGB (Red+Green+Blue) = 60+122+117=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 122 - color contains mainly: green. Hex color #3C7A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7A75 is #C3858A. Grayscale: #666666. Windows color (decimal): -12813707 or 7699004. OLE color: 7699004.
HSL color Cylindrical-coordinate representation of color #3C7A75: hue angle of 175.16º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C7A75 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 122 | 117 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.52 |
| HSL | 175.16º | 0.34% | 0.36% | - |
| HSV(B) | 175.16º | 0.51% | 0.48% | - |
| XYZ | 12.03 | 16.16 | 19.32 | - |
| YUV | 102.89 | 135.96 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 122 | 117 | 0.51 | 0 | 0.04 | 0.52 | 175.16 | 0.34 | 0.36 |
| Hex | 3C | 7A | 75 | 33 | 0 | 4 | 34 | AF | 22 | 24 |
| Octal | 74 | 172 | 165 | 63 | 0 | 4 | 64 | 257 | 42 | 44 |
| Binary | 111100 | 1111010 | 1110101 | 110011 | 0 | 100 | 110100 | 10101111 | 100010 | 100100 |
Color Harmonies of #3C7A75
Complementary color
Monochromatic Colors of #3C7A75
Black with #3C7A75
Text Example
Text Example
White with #3C7A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7A75; }
p { color: rgb(60,122,117); }
H1.HeaderClassName
{
color: #3C7A75;
}
.AnyTagClassName
{
color: #3C7A75;
}
</style>
background-color css
<style>
a { background-color: #3C7A75; }
a { background-color: rgb(60,122,117); }
div.DivClassName
{
background-color: #3C7A75;
}
.BgClassName
{
background-color: #3C7A75;
}
</style>
border-color css
<style>
span { border-color: #3C7A75; }
span { border-color: rgb(60,122,117); }
td.TdClassName
{
border-color: #3C7A75;
}
.TagClassName
{
border-color: #3C7A75;
}
</style>