Shades of Ming #43726F
Tints of Ming #43726F
RGB
CMYK
RGB Variations
Color information
#43726F (or 0x43726F) is known color: Ming. HEX triplet: 43, 72 and 6F. RGB value is (67,114,111). Sum of RGB (Red+Green+Blue) = 67+114+111=292 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.95% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 114 - color contains mainly: green. Hex color #43726F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43726F is #BC8D90. Grayscale: #636363. Windows color (decimal): -12357009 or 7303747. OLE color: 7303747.
HSL color Cylindrical-coordinate representation of color #43726F: hue angle of 176.17º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #43726F is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 114 | 111 | - |
| CMYK | 0.41 | 0 | 0.03 | 0.55 |
| HSL | 176.17º | 0.26% | 0.35% | - |
| HSV(B) | 176.17º | 0.41% | 0.45% | - |
| XYZ | 11.2 | 14.38 | 17.22 | - |
| YUV | 99.61 | 134.43 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 114 | 111 | 0.41 | 0 | 0.03 | 0.55 | 176.17 | 0.26 | 0.35 |
| Hex | 43 | 72 | 6F | 29 | 0 | 3 | 37 | B0 | 1A | 23 |
| Octal | 103 | 162 | 157 | 51 | 0 | 3 | 67 | 260 | 32 | 43 |
| Binary | 1000011 | 1110010 | 1101111 | 101001 | 0 | 11 | 110111 | 10110000 | 11010 | 100011 |
Color Harmonies of #43726F
Complementary color
Monochromatic Colors of #43726F
Black with #43726F
Text Example
Text Example
White with #43726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43726F; }
p { color: rgb(67,114,111); }
H1.HeaderClassName
{
color: #43726F;
}
.AnyTagClassName
{
color: #43726F;
}
</style>
background-color css
<style>
a { background-color: #43726F; }
a { background-color: rgb(67,114,111); }
div.DivClassName
{
background-color: #43726F;
}
.BgClassName
{
background-color: #43726F;
}
</style>
border-color css
<style>
span { border-color: #43726F; }
span { border-color: rgb(67,114,111); }
td.TdClassName
{
border-color: #43726F;
}
.TagClassName
{
border-color: #43726F;
}
</style>