Shades of Ming #47777B
Tints of Ming #47777B
RGB
CMYK
RGB Variations
Color information
#47777B (or 0x47777B) is known color: Ming. HEX triplet: 47, 77 and 7B. RGB value is (71,119,123). Sum of RGB (Red+Green+Blue) = 71+119+123=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 123 - color contains mainly: blue. Hex color #47777B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47777B is #B88884. Grayscale: #696969. Windows color (decimal): -12093573 or 8091463. OLE color: 8091463.
HSL color Cylindrical-coordinate representation of color #47777B: hue angle of 184.62º degrees, saturation: 0.27, 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 #47777B is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 119 | 123 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.52 |
| HSL | 184.62º | 0.27% | 0.38% | - |
| HSV(B) | 184.62º | 0.42% | 0.48% | - |
| XYZ | 12.77 | 15.96 | 21.15 | - |
| YUV | 105.1 | 138.1 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 119 | 123 | 0.42 | 0.03 | 0 | 0.52 | 184.62 | 0.27 | 0.38 |
| Hex | 47 | 77 | 7B | 2A | 3 | 0 | 34 | B9 | 1B | 26 |
| Octal | 107 | 167 | 173 | 52 | 3 | 0 | 64 | 271 | 33 | 46 |
| Binary | 1000111 | 1110111 | 1111011 | 101010 | 11 | 0 | 110100 | 10111001 | 11011 | 100110 |
Color Harmonies of #47777B
Complementary color
Monochromatic Colors of #47777B
Black with #47777B
Text Example
Text Example
White with #47777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47777B; }
p { color: rgb(71,119,123); }
H1.HeaderClassName
{
color: #47777B;
}
.AnyTagClassName
{
color: #47777B;
}
</style>
background-color css
<style>
a { background-color: #47777B; }
a { background-color: rgb(71,119,123); }
div.DivClassName
{
background-color: #47777B;
}
.BgClassName
{
background-color: #47777B;
}
</style>
border-color css
<style>
span { border-color: #47777B; }
span { border-color: rgb(71,119,123); }
td.TdClassName
{
border-color: #47777B;
}
.TagClassName
{
border-color: #47777B;
}
</style>