Shades of Ming #3C7875
Tints of Ming #3C7875
RGB
CMYK
RGB Variations
Color information
#3C7875 (or 0x3C7875) is known color: Ming. HEX triplet: 3C, 78 and 75. RGB value is (60,120,117). Sum of RGB (Red+Green+Blue) = 60+120+117=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 120 - color contains mainly: green. Hex color #3C7875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7875 is #C3878A. Grayscale: #656565. Windows color (decimal): -12814219 or 7698492. OLE color: 7698492.
HSL color Cylindrical-coordinate representation of color #3C7875: hue angle of 177º 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 #3C7875 is Cyan = 0.5, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 120 | 117 | - |
| CMYK | 0.5 | 0 | 0.02 | 0.53 |
| HSL | 177º | 0.33% | 0.35% | - |
| HSV(B) | 177º | 0.5% | 0.47% | - |
| XYZ | 11.79 | 15.68 | 19.23 | - |
| YUV | 101.72 | 136.62 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 120 | 117 | 0.5 | 0 | 0.02 | 0.53 | 177 | 0.33 | 0.35 |
| Hex | 3C | 78 | 75 | 32 | 0 | 2 | 35 | B1 | 21 | 23 |
| Octal | 74 | 170 | 165 | 62 | 0 | 2 | 65 | 261 | 41 | 43 |
| Binary | 111100 | 1111000 | 1110101 | 110010 | 0 | 10 | 110101 | 10110001 | 100001 | 100011 |
Color Harmonies of #3C7875
Complementary color
Monochromatic Colors of #3C7875
Black with #3C7875
Text Example
Text Example
White with #3C7875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7875; }
p { color: rgb(60,120,117); }
H1.HeaderClassName
{
color: #3C7875;
}
.AnyTagClassName
{
color: #3C7875;
}
</style>
background-color css
<style>
a { background-color: #3C7875; }
a { background-color: rgb(60,120,117); }
div.DivClassName
{
background-color: #3C7875;
}
.BgClassName
{
background-color: #3C7875;
}
</style>
border-color css
<style>
span { border-color: #3C7875; }
span { border-color: rgb(60,120,117); }
td.TdClassName
{
border-color: #3C7875;
}
.TagClassName
{
border-color: #3C7875;
}
</style>