Shades of Ming #3E7976
Tints of Ming #3E7976
RGB
CMYK
RGB Variations
Color information
#3E7976 (or 0x3E7976) is known color: Ming. HEX triplet: 3E, 79 and 76. RGB value is (62,121,118). Sum of RGB (Red+Green+Blue) = 62+121+118=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 121 - color contains mainly: green. Hex color #3E7976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7976 is #C18689. Grayscale: #666666. Windows color (decimal): -12682890 or 7764286. OLE color: 7764286.
HSL color Cylindrical-coordinate representation of color #3E7976: hue angle of 176.95º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E7976 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 121 | 118 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.53 |
| HSL | 176.95º | 0.32% | 0.36% | - |
| HSV(B) | 176.95º | 0.49% | 0.47% | - |
| XYZ | 12.09 | 16.01 | 19.59 | - |
| YUV | 103.02 | 136.45 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 121 | 118 | 0.49 | 0 | 0.02 | 0.53 | 176.95 | 0.32 | 0.36 |
| Hex | 3E | 79 | 76 | 31 | 0 | 2 | 35 | B1 | 20 | 24 |
| Octal | 76 | 171 | 166 | 61 | 0 | 2 | 65 | 261 | 40 | 44 |
| Binary | 111110 | 1111001 | 1110110 | 110001 | 0 | 10 | 110101 | 10110001 | 100000 | 100100 |
Color Harmonies of #3E7976
Complementary color
Monochromatic Colors of #3E7976
Black with #3E7976
Text Example
Text Example
White with #3E7976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7976; }
p { color: rgb(62,121,118); }
H1.HeaderClassName
{
color: #3E7976;
}
.AnyTagClassName
{
color: #3E7976;
}
</style>
background-color css
<style>
a { background-color: #3E7976; }
a { background-color: rgb(62,121,118); }
div.DivClassName
{
background-color: #3E7976;
}
.BgClassName
{
background-color: #3E7976;
}
</style>
border-color css
<style>
span { border-color: #3E7976; }
span { border-color: rgb(62,121,118); }
td.TdClassName
{
border-color: #3E7976;
}
.TagClassName
{
border-color: #3E7976;
}
</style>