Shades of Ming #3E7773
Tints of Ming #3E7773
RGB
CMYK
RGB Variations
Color information
#3E7773 (or 0x3E7773) is known color: Ming. HEX triplet: 3E, 77 and 73. RGB value is (62,119,115). Sum of RGB (Red+Green+Blue) = 62+119+115=296 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.95% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 119 - color contains mainly: green. Hex color #3E7773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7773 is #C1888C. Grayscale: #656565. Windows color (decimal): -12683405 or 7567166. OLE color: 7567166.
HSL color Cylindrical-coordinate representation of color #3E7773: hue angle of 175.79º 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 #3E7773 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 119 | 115 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.53 |
| HSL | 175.79º | 0.31% | 0.35% | - |
| HSV(B) | 175.79º | 0.48% | 0.47% | - |
| XYZ | 11.68 | 15.46 | 18.59 | - |
| YUV | 101.5 | 135.62 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 119 | 115 | 0.48 | 0 | 0.03 | 0.53 | 175.79 | 0.31 | 0.35 |
| Hex | 3E | 77 | 73 | 30 | 0 | 3 | 35 | B0 | 1F | 23 |
| Octal | 76 | 167 | 163 | 60 | 0 | 3 | 65 | 260 | 37 | 43 |
| Binary | 111110 | 1110111 | 1110011 | 110000 | 0 | 11 | 110101 | 10110000 | 11111 | 100011 |
Color Harmonies of #3E7773
Complementary color
Monochromatic Colors of #3E7773
Black with #3E7773
Text Example
Text Example
White with #3E7773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7773; }
p { color: rgb(62,119,115); }
H1.HeaderClassName
{
color: #3E7773;
}
.AnyTagClassName
{
color: #3E7773;
}
</style>
background-color css
<style>
a { background-color: #3E7773; }
a { background-color: rgb(62,119,115); }
div.DivClassName
{
background-color: #3E7773;
}
.BgClassName
{
background-color: #3E7773;
}
</style>
border-color css
<style>
span { border-color: #3E7773; }
span { border-color: rgb(62,119,115); }
td.TdClassName
{
border-color: #3E7773;
}
.TagClassName
{
border-color: #3E7773;
}
</style>