Shades of Ming #3C7376
Tints of Ming #3C7376
RGB
CMYK
RGB Variations
Color information
#3C7376 (or 0x3C7376) is known color: Ming. HEX triplet: 3C, 73 and 76. RGB value is (60,115,118). Sum of RGB (Red+Green+Blue) = 60+115+118=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C7376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7376 is #C38C89. Grayscale: #626262. Windows color (decimal): -12815498 or 7762748. OLE color: 7762748.
HSL color Cylindrical-coordinate representation of color #3C7376: hue angle of 183.1º 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 #3C7376 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 115 | 118 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.54 |
| HSL | 183.1º | 0.33% | 0.35% | - |
| HSV(B) | 183.1º | 0.49% | 0.46% | - |
| XYZ | 11.26 | 14.53 | 19.35 | - |
| YUV | 98.9 | 138.78 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 115 | 118 | 0.49 | 0.03 | 0 | 0.54 | 183.1 | 0.33 | 0.35 |
| Hex | 3C | 73 | 76 | 31 | 3 | 0 | 36 | B7 | 21 | 23 |
| Octal | 74 | 163 | 166 | 61 | 3 | 0 | 66 | 267 | 41 | 43 |
| Binary | 111100 | 1110011 | 1110110 | 110001 | 11 | 0 | 110110 | 10110111 | 100001 | 100011 |
Color Harmonies of #3C7376
Complementary color
Monochromatic Colors of #3C7376
Black with #3C7376
Text Example
Text Example
White with #3C7376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7376; }
p { color: rgb(60,115,118); }
H1.HeaderClassName
{
color: #3C7376;
}
.AnyTagClassName
{
color: #3C7376;
}
</style>
background-color css
<style>
a { background-color: #3C7376; }
a { background-color: rgb(60,115,118); }
div.DivClassName
{
background-color: #3C7376;
}
.BgClassName
{
background-color: #3C7376;
}
</style>
border-color css
<style>
span { border-color: #3C7376; }
span { border-color: rgb(60,115,118); }
td.TdClassName
{
border-color: #3C7376;
}
.TagClassName
{
border-color: #3C7376;
}
</style>