Shades of Ming #407E77
Tints of Ming #407E77
RGB
CMYK
RGB Variations
Color information
#407E77 (or 0x407E77) is known color: Ming. HEX triplet: 40, 7E and 77. RGB value is (64,126,119). Sum of RGB (Red+Green+Blue) = 64+126+119=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 126 (49.61% from 255 or 40.78% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 126 - color contains mainly: green. Hex color #407E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407E77 is #BF8188. Grayscale: #6A6A6A. Windows color (decimal): -12550537 or 7831104. OLE color: 7831104.
HSL color Cylindrical-coordinate representation of color #407E77: hue angle of 173.23º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #407E77 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 126 | 119 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.51 |
| HSL | 173.23º | 0.33% | 0.37% | - |
| HSV(B) | 173.23º | 0.49% | 0.49% | - |
| XYZ | 12.9 | 17.34 | 20.12 | - |
| YUV | 106.66 | 134.96 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 119 | 0.49 | 0 | 0.06 | 0.51 | 173.23 | 0.33 | 0.37 |
| Hex | 40 | 7E | 77 | 31 | 0 | 6 | 33 | AD | 21 | 25 |
| Octal | 100 | 176 | 167 | 61 | 0 | 6 | 63 | 255 | 41 | 45 |
| Binary | 1000000 | 1111110 | 1110111 | 110001 | 0 | 110 | 110011 | 10101101 | 100001 | 100101 |
Color Harmonies of #407E77
Complementary color
Monochromatic Colors of #407E77
Black with #407E77
Text Example
Text Example
White with #407E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407E77; }
p { color: rgb(64,126,119); }
H1.HeaderClassName
{
color: #407E77;
}
.AnyTagClassName
{
color: #407E77;
}
</style>
background-color css
<style>
a { background-color: #407E77; }
a { background-color: rgb(64,126,119); }
div.DivClassName
{
background-color: #407E77;
}
.BgClassName
{
background-color: #407E77;
}
</style>
border-color css
<style>
span { border-color: #407E77; }
span { border-color: rgb(64,126,119); }
td.TdClassName
{
border-color: #407E77;
}
.TagClassName
{
border-color: #407E77;
}
</style>