Shades of Ming #47777C
Tints of Ming #47777C
RGB
CMYK
RGB Variations
Color information
#47777C (or 0x47777C) is known color: Ming. HEX triplet: 47, 77 and 7C. RGB value is (71,119,124). Sum of RGB (Red+Green+Blue) = 71+119+124=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #47777C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47777C is #B88883. Grayscale: #696969. Windows color (decimal): -12093572 or 8156999. OLE color: 8156999.
HSL color Cylindrical-coordinate representation of color #47777C: hue angle of 185.66º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #47777C is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 119 | 124 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.51 |
| HSL | 185.66º | 0.27% | 0.38% | - |
| HSV(B) | 185.66º | 0.43% | 0.49% | - |
| XYZ | 12.83 | 15.99 | 21.48 | - |
| YUV | 105.22 | 138.6 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 119 | 124 | 0.43 | 0.04 | 0 | 0.51 | 185.66 | 0.27 | 0.38 |
| Hex | 47 | 77 | 7C | 2B | 4 | 0 | 33 | BA | 1B | 26 |
| Octal | 107 | 167 | 174 | 53 | 4 | 0 | 63 | 272 | 33 | 46 |
| Binary | 1000111 | 1110111 | 1111100 | 101011 | 100 | 0 | 110011 | 10111010 | 11011 | 100110 |
Color Harmonies of #47777C
Complementary color
Monochromatic Colors of #47777C
Black with #47777C
Text Example
Text Example
White with #47777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47777C; }
p { color: rgb(71,119,124); }
H1.HeaderClassName
{
color: #47777C;
}
.AnyTagClassName
{
color: #47777C;
}
</style>
background-color css
<style>
a { background-color: #47777C; }
a { background-color: rgb(71,119,124); }
div.DivClassName
{
background-color: #47777C;
}
.BgClassName
{
background-color: #47777C;
}
</style>
border-color css
<style>
span { border-color: #47777C; }
span { border-color: rgb(71,119,124); }
td.TdClassName
{
border-color: #47777C;
}
.TagClassName
{
border-color: #47777C;
}
</style>