Shades of Ming #3E7775
Tints of Ming #3E7775
RGB
CMYK
RGB Variations
Color information
#3E7775 (or 0x3E7775) is known color: Ming. HEX triplet: 3E, 77 and 75. RGB value is (62,119,117). Sum of RGB (Red+Green+Blue) = 62+119+117=298 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.81% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #3E7775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7775 is #C1888A. Grayscale: #656565. Windows color (decimal): -12683403 or 7698238. OLE color: 7698238.
HSL color Cylindrical-coordinate representation of color #3E7775: hue angle of 177.89º 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 #3E7775 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 119 | 117 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.53 |
| HSL | 177.89º | 0.31% | 0.35% | - |
| HSV(B) | 177.89º | 0.48% | 0.47% | - |
| XYZ | 11.79 | 15.5 | 19.2 | - |
| YUV | 101.73 | 136.62 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 119 | 117 | 0.48 | 0 | 0.02 | 0.53 | 177.89 | 0.31 | 0.35 |
| Hex | 3E | 77 | 75 | 30 | 0 | 2 | 35 | B2 | 1F | 23 |
| Octal | 76 | 167 | 165 | 60 | 0 | 2 | 65 | 262 | 37 | 43 |
| Binary | 111110 | 1110111 | 1110101 | 110000 | 0 | 10 | 110101 | 10110010 | 11111 | 100011 |
Color Harmonies of #3E7775
Complementary color
Monochromatic Colors of #3E7775
Black with #3E7775
Text Example
Text Example
White with #3E7775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7775; }
p { color: rgb(62,119,117); }
H1.HeaderClassName
{
color: #3E7775;
}
.AnyTagClassName
{
color: #3E7775;
}
</style>
background-color css
<style>
a { background-color: #3E7775; }
a { background-color: rgb(62,119,117); }
div.DivClassName
{
background-color: #3E7775;
}
.BgClassName
{
background-color: #3E7775;
}
</style>
border-color css
<style>
span { border-color: #3E7775; }
span { border-color: rgb(62,119,117); }
td.TdClassName
{
border-color: #3E7775;
}
.TagClassName
{
border-color: #3E7775;
}
</style>