Shades of Ming #47777A
Tints of Ming #47777A
RGB
CMYK
RGB Variations
Color information
#47777A (or 0x47777A) is known color: Ming. HEX triplet: 47, 77 and 7A. RGB value is (71,119,122). Sum of RGB (Red+Green+Blue) = 71+119+122=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 122 - color contains mainly: blue. Hex color #47777A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47777A is #B88885. Grayscale: #686868. Windows color (decimal): -12093574 or 8025927. OLE color: 8025927.
HSL color Cylindrical-coordinate representation of color #47777A: hue angle of 183.53º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47777A is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 119 | 122 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.52 |
| HSL | 183.53º | 0.26% | 0.38% | - |
| HSV(B) | 183.53º | 0.42% | 0.48% | - |
| XYZ | 12.71 | 15.94 | 20.82 | - |
| YUV | 104.99 | 137.6 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 119 | 122 | 0.42 | 0.02 | 0 | 0.52 | 183.53 | 0.26 | 0.38 |
| Hex | 47 | 77 | 7A | 2A | 2 | 0 | 34 | B8 | 1A | 26 |
| Octal | 107 | 167 | 172 | 52 | 2 | 0 | 64 | 270 | 32 | 46 |
| Binary | 1000111 | 1110111 | 1111010 | 101010 | 10 | 0 | 110100 | 10111000 | 11010 | 100110 |
Color Harmonies of #47777A
Complementary color
Monochromatic Colors of #47777A
Black with #47777A
Text Example
Text Example
White with #47777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47777A; }
p { color: rgb(71,119,122); }
H1.HeaderClassName
{
color: #47777A;
}
.AnyTagClassName
{
color: #47777A;
}
</style>
background-color css
<style>
a { background-color: #47777A; }
a { background-color: rgb(71,119,122); }
div.DivClassName
{
background-color: #47777A;
}
.BgClassName
{
background-color: #47777A;
}
</style>
border-color css
<style>
span { border-color: #47777A; }
span { border-color: rgb(71,119,122); }
td.TdClassName
{
border-color: #47777A;
}
.TagClassName
{
border-color: #47777A;
}
</style>