Shades of Ming #3E7975
Tints of Ming #3E7975
RGB
CMYK
RGB Variations
Color information
#3E7975 (or 0x3E7975) is known color: Ming. HEX triplet: 3E, 79 and 75. RGB value is (62,121,117). Sum of RGB (Red+Green+Blue) = 62+121+117=300 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.67% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 121 - color contains mainly: green. Hex color #3E7975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7975 is #C1868A. Grayscale: #666666. Windows color (decimal): -12682891 or 7698750. OLE color: 7698750.
HSL color Cylindrical-coordinate representation of color #3E7975: hue angle of 175.93º 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 #3E7975 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 121 | 117 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.53 |
| HSL | 175.93º | 0.32% | 0.36% | - |
| HSV(B) | 175.93º | 0.49% | 0.47% | - |
| XYZ | 12.03 | 15.98 | 19.28 | - |
| YUV | 102.9 | 135.95 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 121 | 117 | 0.49 | 0 | 0.03 | 0.53 | 175.93 | 0.32 | 0.36 |
| Hex | 3E | 79 | 75 | 31 | 0 | 3 | 35 | B0 | 20 | 24 |
| Octal | 76 | 171 | 165 | 61 | 0 | 3 | 65 | 260 | 40 | 44 |
| Binary | 111110 | 1111001 | 1110101 | 110001 | 0 | 11 | 110101 | 10110000 | 100000 | 100100 |
Color Harmonies of #3E7975
Complementary color
Monochromatic Colors of #3E7975
Black with #3E7975
Text Example
Text Example
White with #3E7975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7975; }
p { color: rgb(62,121,117); }
H1.HeaderClassName
{
color: #3E7975;
}
.AnyTagClassName
{
color: #3E7975;
}
</style>
background-color css
<style>
a { background-color: #3E7975; }
a { background-color: rgb(62,121,117); }
div.DivClassName
{
background-color: #3E7975;
}
.BgClassName
{
background-color: #3E7975;
}
</style>
border-color css
<style>
span { border-color: #3E7975; }
span { border-color: rgb(62,121,117); }
td.TdClassName
{
border-color: #3E7975;
}
.TagClassName
{
border-color: #3E7975;
}
</style>