Shades of Ming #48777A
Tints of Ming #48777A
RGB
CMYK
RGB Variations
Color information
#48777A (or 0x48777A) is known color: Ming. HEX triplet: 48, 77 and 7A. RGB value is (72,119,122). Sum of RGB (Red+Green+Blue) = 72+119+122=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 122 - color contains mainly: blue. Hex color #48777A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48777A is #B78885. Grayscale: #696969. Windows color (decimal): -12028038 or 8025928. OLE color: 8025928.
HSL color Cylindrical-coordinate representation of color #48777A: hue angle of 183.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #48777A is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 119 | 122 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.52 |
| HSL | 183.6º | 0.26% | 0.38% | - |
| HSV(B) | 183.6º | 0.41% | 0.48% | - |
| XYZ | 12.78 | 15.98 | 20.82 | - |
| YUV | 105.29 | 137.43 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 119 | 122 | 0.41 | 0.02 | 0 | 0.52 | 183.6 | 0.26 | 0.38 |
| Hex | 48 | 77 | 7A | 29 | 2 | 0 | 34 | B8 | 1A | 26 |
| Octal | 110 | 167 | 172 | 51 | 2 | 0 | 64 | 270 | 32 | 46 |
| Binary | 1001000 | 1110111 | 1111010 | 101001 | 10 | 0 | 110100 | 10111000 | 11010 | 100110 |
Color Harmonies of #48777A
Complementary color
Monochromatic Colors of #48777A
Black with #48777A
Text Example
Text Example
White with #48777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48777A; }
p { color: rgb(72,119,122); }
H1.HeaderClassName
{
color: #48777A;
}
.AnyTagClassName
{
color: #48777A;
}
</style>
background-color css
<style>
a { background-color: #48777A; }
a { background-color: rgb(72,119,122); }
div.DivClassName
{
background-color: #48777A;
}
.BgClassName
{
background-color: #48777A;
}
</style>
border-color css
<style>
span { border-color: #48777A; }
span { border-color: rgb(72,119,122); }
td.TdClassName
{
border-color: #48777A;
}
.TagClassName
{
border-color: #48777A;
}
</style>