Shades of Ming #43777C
Tints of Ming #43777C
RGB
CMYK
RGB Variations
Color information
#43777C (or 0x43777C) is known color: Ming. HEX triplet: 43, 77 and 7C. RGB value is (67,119,124). Sum of RGB (Red+Green+Blue) = 67+119+124=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #43777C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43777C is #BC8883. Grayscale: #676767. Windows color (decimal): -12355716 or 8156995. OLE color: 8156995.
HSL color Cylindrical-coordinate representation of color #43777C: hue angle of 185.26º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #43777C is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 119 | 124 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.51 |
| HSL | 185.26º | 0.3% | 0.37% | - |
| HSV(B) | 185.26º | 0.46% | 0.49% | - |
| XYZ | 12.55 | 15.84 | 21.47 | - |
| YUV | 104.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 119 | 124 | 0.46 | 0.04 | 0 | 0.51 | 185.26 | 0.3 | 0.37 |
| Hex | 43 | 77 | 7C | 2E | 4 | 0 | 33 | B9 | 1E | 25 |
| Octal | 103 | 167 | 174 | 56 | 4 | 0 | 63 | 271 | 36 | 45 |
| Binary | 1000011 | 1110111 | 1111100 | 101110 | 100 | 0 | 110011 | 10111001 | 11110 | 100101 |
Color Harmonies of #43777C
Complementary color
Monochromatic Colors of #43777C
Black with #43777C
Text Example
Text Example
White with #43777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43777C; }
p { color: rgb(67,119,124); }
H1.HeaderClassName
{
color: #43777C;
}
.AnyTagClassName
{
color: #43777C;
}
</style>
background-color css
<style>
a { background-color: #43777C; }
a { background-color: rgb(67,119,124); }
div.DivClassName
{
background-color: #43777C;
}
.BgClassName
{
background-color: #43777C;
}
</style>
border-color css
<style>
span { border-color: #43777C; }
span { border-color: rgb(67,119,124); }
td.TdClassName
{
border-color: #43777C;
}
.TagClassName
{
border-color: #43777C;
}
</style>