Shades of Ming #3F7772
Tints of Ming #3F7772
RGB
CMYK
RGB Variations
Color information
#3F7772 (or 0x3F7772) is known color: Ming. HEX triplet: 3F, 77 and 72. RGB value is (63,119,114). Sum of RGB (Red+Green+Blue) = 63+119+114=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7772 is #C0888D. Grayscale: #656565. Windows color (decimal): -12617870 or 7501631. OLE color: 7501631.
HSL color Cylindrical-coordinate representation of color #3F7772: hue angle of 174.64º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7772 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 119 | 114 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.53 |
| HSL | 174.64º | 0.31% | 0.36% | - |
| HSV(B) | 174.64º | 0.47% | 0.47% | - |
| XYZ | 11.68 | 15.47 | 18.29 | - |
| YUV | 101.69 | 134.95 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 119 | 114 | 0.47 | 0 | 0.04 | 0.53 | 174.64 | 0.31 | 0.36 |
| Hex | 3F | 77 | 72 | 2F | 0 | 4 | 35 | AF | 1F | 24 |
| Octal | 77 | 167 | 162 | 57 | 0 | 4 | 65 | 257 | 37 | 44 |
| Binary | 111111 | 1110111 | 1110010 | 101111 | 0 | 100 | 110101 | 10101111 | 11111 | 100100 |
Color Harmonies of #3F7772
Complementary color
Monochromatic Colors of #3F7772
Black with #3F7772
Text Example
Text Example
White with #3F7772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7772; }
p { color: rgb(63,119,114); }
H1.HeaderClassName
{
color: #3F7772;
}
.AnyTagClassName
{
color: #3F7772;
}
</style>
background-color css
<style>
a { background-color: #3F7772; }
a { background-color: rgb(63,119,114); }
div.DivClassName
{
background-color: #3F7772;
}
.BgClassName
{
background-color: #3F7772;
}
</style>
border-color css
<style>
span { border-color: #3F7772; }
span { border-color: rgb(63,119,114); }
td.TdClassName
{
border-color: #3F7772;
}
.TagClassName
{
border-color: #3F7772;
}
</style>