Shades of Ming #3E7772
Tints of Ming #3E7772
RGB
CMYK
RGB Variations
Color information
#3E7772 (or 0x3E7772) is known color: Ming. HEX triplet: 3E, 77 and 72. RGB value is (62,119,114). Sum of RGB (Red+Green+Blue) = 62+119+114=295 (39% of max value = 765). Red value is 62 (24.61% from 255 or 21.02% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #3E7772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7772 is #C1888D. Grayscale: #656565. Windows color (decimal): -12683406 or 7501630. OLE color: 7501630.
HSL color Cylindrical-coordinate representation of color #3E7772: hue angle of 174.74º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E7772 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 119 | 114 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.53 |
| HSL | 174.74º | 0.31% | 0.35% | - |
| HSV(B) | 174.74º | 0.48% | 0.47% | - |
| XYZ | 11.62 | 15.43 | 18.29 | - |
| YUV | 101.39 | 135.12 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 119 | 114 | 0.48 | 0 | 0.04 | 0.53 | 174.74 | 0.31 | 0.35 |
| Hex | 3E | 77 | 72 | 30 | 0 | 4 | 35 | AF | 1F | 23 |
| Octal | 76 | 167 | 162 | 60 | 0 | 4 | 65 | 257 | 37 | 43 |
| Binary | 111110 | 1110111 | 1110010 | 110000 | 0 | 100 | 110101 | 10101111 | 11111 | 100011 |
Color Harmonies of #3E7772
Complementary color
Monochromatic Colors of #3E7772
Black with #3E7772
Text Example
Text Example
White with #3E7772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7772; }
p { color: rgb(62,119,114); }
H1.HeaderClassName
{
color: #3E7772;
}
.AnyTagClassName
{
color: #3E7772;
}
</style>
background-color css
<style>
a { background-color: #3E7772; }
a { background-color: rgb(62,119,114); }
div.DivClassName
{
background-color: #3E7772;
}
.BgClassName
{
background-color: #3E7772;
}
</style>
border-color css
<style>
span { border-color: #3E7772; }
span { border-color: rgb(62,119,114); }
td.TdClassName
{
border-color: #3E7772;
}
.TagClassName
{
border-color: #3E7772;
}
</style>