Shades of Ming #40716F
Tints of Ming #40716F
RGB
CMYK
RGB Variations
Color information
#40716F (or 0x40716F) is known color: Ming. HEX triplet: 40, 71 and 6F. RGB value is (64,113,111). Sum of RGB (Red+Green+Blue) = 64+113+111=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #40716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40716F is #BF8E90. Grayscale: #626262. Windows color (decimal): -12553873 or 7303488. OLE color: 7303488.
HSL color Cylindrical-coordinate representation of color #40716F: hue angle of 177.55º 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 #40716F is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 113 | 111 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.56 |
| HSL | 177.55º | 0.28% | 0.35% | - |
| HSV(B) | 177.55º | 0.43% | 0.44% | - |
| XYZ | 10.89 | 14.05 | 17.18 | - |
| YUV | 98.12 | 135.27 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 111 | 0.43 | 0 | 0.02 | 0.56 | 177.55 | 0.28 | 0.35 |
| Hex | 40 | 71 | 6F | 2B | 0 | 2 | 38 | B2 | 1C | 23 |
| Octal | 100 | 161 | 157 | 53 | 0 | 2 | 70 | 262 | 34 | 43 |
| Binary | 1000000 | 1110001 | 1101111 | 101011 | 0 | 10 | 111000 | 10110010 | 11100 | 100011 |
Color Harmonies of #40716F
Complementary color
Monochromatic Colors of #40716F
Black with #40716F
Text Example
Text Example
White with #40716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40716F; }
p { color: rgb(64,113,111); }
H1.HeaderClassName
{
color: #40716F;
}
.AnyTagClassName
{
color: #40716F;
}
</style>
background-color css
<style>
a { background-color: #40716F; }
a { background-color: rgb(64,113,111); }
div.DivClassName
{
background-color: #40716F;
}
.BgClassName
{
background-color: #40716F;
}
</style>
border-color css
<style>
span { border-color: #40716F; }
span { border-color: rgb(64,113,111); }
td.TdClassName
{
border-color: #40716F;
}
.TagClassName
{
border-color: #40716F;
}
</style>