Shades of Ming #3E7F77
Tints of Ming #3E7F77
RGB
CMYK
RGB Variations
Color information
#3E7F77 (or 0x3E7F77) is known color: Ming. HEX triplet: 3E, 7F and 77. RGB value is (62,127,119). Sum of RGB (Red+Green+Blue) = 62+127+119=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 127 - color contains mainly: green. Hex color #3E7F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7F77 is #C18088. Grayscale: #6A6A6A. Windows color (decimal): -12681353 or 7831358. OLE color: 7831358.
HSL color Cylindrical-coordinate representation of color #3E7F77: hue angle of 172.62º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3E7F77 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 62 | 127 | 119 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.50 |
| HSL | 172.62º | 0.34% | 0.37% | - |
| HSV(B) | 172.62º | 0.51% | 0.5% | - |
| XYZ | 12.91 | 17.53 | 20.16 | - |
| YUV | 106.65 | 134.97 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 127 | 119 | 0.51 | 0 | 0.06 | 0.50 | 172.62 | 0.34 | 0.37 |
| Hex | 3E | 7F | 77 | 33 | 0 | 6 | 32 | AD | 22 | 25 |
| Octal | 76 | 177 | 167 | 63 | 0 | 6 | 62 | 255 | 42 | 45 |
| Binary | 111110 | 1111111 | 1110111 | 110011 | 0 | 110 | 110010 | 10101101 | 100010 | 100101 |
Color Harmonies of #3E7F77
Complementary color
Monochromatic Colors of #3E7F77
Black with #3E7F77
Text Example
Text Example
White with #3E7F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7F77; }
p { color: rgb(62,127,119); }
H1.HeaderClassName
{
color: #3E7F77;
}
.AnyTagClassName
{
color: #3E7F77;
}
</style>
background-color css
<style>
a { background-color: #3E7F77; }
a { background-color: rgb(62,127,119); }
div.DivClassName
{
background-color: #3E7F77;
}
.BgClassName
{
background-color: #3E7F77;
}
</style>
border-color css
<style>
span { border-color: #3E7F77; }
span { border-color: rgb(62,127,119); }
td.TdClassName
{
border-color: #3E7F77;
}
.TagClassName
{
border-color: #3E7F77;
}
</style>