Shades of Ming #3E7C77
Tints of Ming #3E7C77
RGB
CMYK
RGB Variations
Color information
#3E7C77 (or 0x3E7C77) is known color: Ming. HEX triplet: 3E, 7C and 77. RGB value is (62,124,119). Sum of RGB (Red+Green+Blue) = 62+124+119=305 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.33% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 124 - color contains mainly: green. Hex color #3E7C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7C77 is #C18388. Grayscale: #686868. Windows color (decimal): -12682121 or 7830590. OLE color: 7830590.
HSL color Cylindrical-coordinate representation of color #3E7C77: hue angle of 175.16º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E7C77 is Cyan = 0.5, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 124 | 119 | - |
| CMYK | 0.5 | 0 | 0.04 | 0.51 |
| HSL | 175.16º | 0.33% | 0.36% | - |
| HSV(B) | 175.16º | 0.5% | 0.49% | - |
| XYZ | 12.52 | 16.77 | 20.03 | - |
| YUV | 104.89 | 135.96 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 124 | 119 | 0.5 | 0 | 0.04 | 0.51 | 175.16 | 0.33 | 0.36 |
| Hex | 3E | 7C | 77 | 32 | 0 | 4 | 33 | AF | 21 | 24 |
| Octal | 76 | 174 | 167 | 62 | 0 | 4 | 63 | 257 | 41 | 44 |
| Binary | 111110 | 1111100 | 1110111 | 110010 | 0 | 100 | 110011 | 10101111 | 100001 | 100100 |
Color Harmonies of #3E7C77
Complementary color
Monochromatic Colors of #3E7C77
Black with #3E7C77
Text Example
Text Example
White with #3E7C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7C77; }
p { color: rgb(62,124,119); }
H1.HeaderClassName
{
color: #3E7C77;
}
.AnyTagClassName
{
color: #3E7C77;
}
</style>
background-color css
<style>
a { background-color: #3E7C77; }
a { background-color: rgb(62,124,119); }
div.DivClassName
{
background-color: #3E7C77;
}
.BgClassName
{
background-color: #3E7C77;
}
</style>
border-color css
<style>
span { border-color: #3E7C77; }
span { border-color: rgb(62,124,119); }
td.TdClassName
{
border-color: #3E7C77;
}
.TagClassName
{
border-color: #3E7C77;
}
</style>