Shades of Ming #40716E
Tints of Ming #40716E
RGB
CMYK
RGB Variations
Color information
#40716E (or 0x40716E) is known color: Ming. HEX triplet: 40, 71 and 6E. RGB value is (64,113,110). Sum of RGB (Red+Green+Blue) = 64+113+110=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 113 - color contains mainly: green. Hex color #40716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40716E is #BF8E91. Grayscale: #616161. Windows color (decimal): -12553874 or 7237952. OLE color: 7237952.
HSL color Cylindrical-coordinate representation of color #40716E: hue angle of 176.33º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #40716E is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 113 | 110 | - |
| CMYK | 0.43 | 0 | 0.03 | 0.56 |
| HSL | 176.33º | 0.28% | 0.35% | - |
| HSV(B) | 176.33º | 0.43% | 0.44% | - |
| XYZ | 10.83 | 14.03 | 16.89 | - |
| YUV | 98.01 | 134.77 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 110 | 0.43 | 0 | 0.03 | 0.56 | 176.33 | 0.28 | 0.35 |
| Hex | 40 | 71 | 6E | 2B | 0 | 3 | 38 | B0 | 1C | 23 |
| Octal | 100 | 161 | 156 | 53 | 0 | 3 | 70 | 260 | 34 | 43 |
| Binary | 1000000 | 1110001 | 1101110 | 101011 | 0 | 11 | 111000 | 10110000 | 11100 | 100011 |
Color Harmonies of #40716E
Complementary color
Monochromatic Colors of #40716E
Black with #40716E
Text Example
Text Example
White with #40716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40716E; }
p { color: rgb(64,113,110); }
H1.HeaderClassName
{
color: #40716E;
}
.AnyTagClassName
{
color: #40716E;
}
</style>
background-color css
<style>
a { background-color: #40716E; }
a { background-color: rgb(64,113,110); }
div.DivClassName
{
background-color: #40716E;
}
.BgClassName
{
background-color: #40716E;
}
</style>
border-color css
<style>
span { border-color: #40716E; }
span { border-color: rgb(64,113,110); }
td.TdClassName
{
border-color: #40716E;
}
.TagClassName
{
border-color: #40716E;
}
</style>