Shades of Ming #3F8079
Tints of Ming #3F8079
RGB
CMYK
RGB Variations
Color information
#3F8079 (or 0x3F8079) is known color: Ming. HEX triplet: 3F, 80 and 79. RGB value is (63,128,121). Sum of RGB (Red+Green+Blue) = 63+128+121=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 128 - color contains mainly: green. Hex color #3F8079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8079 is #C07F86. Grayscale: #6B6B6B. Windows color (decimal): -12615559 or 7962687. OLE color: 7962687.
HSL color Cylindrical-coordinate representation of color #3F8079: hue angle of 173.54º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F8079 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 63 | 128 | 121 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.50 |
| HSL | 173.54º | 0.34% | 0.37% | - |
| HSV(B) | 173.54º | 0.51% | 0.5% | - |
| XYZ | 13.22 | 17.88 | 20.84 | - |
| YUV | 107.77 | 135.47 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 128 | 121 | 0.51 | 0 | 0.05 | 0.50 | 173.54 | 0.34 | 0.37 |
| Hex | 3F | 80 | 79 | 33 | 0 | 5 | 32 | AE | 22 | 25 |
| Octal | 77 | 200 | 171 | 63 | 0 | 5 | 62 | 256 | 42 | 45 |
| Binary | 111111 | 10000000 | 1111001 | 110011 | 0 | 101 | 110010 | 10101110 | 100010 | 100101 |
Color Harmonies of #3F8079
Complementary color
Monochromatic Colors of #3F8079
Black with #3F8079
Text Example
Text Example
White with #3F8079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8079; }
p { color: rgb(63,128,121); }
H1.HeaderClassName
{
color: #3F8079;
}
.AnyTagClassName
{
color: #3F8079;
}
</style>
background-color css
<style>
a { background-color: #3F8079; }
a { background-color: rgb(63,128,121); }
div.DivClassName
{
background-color: #3F8079;
}
.BgClassName
{
background-color: #3F8079;
}
</style>
border-color css
<style>
span { border-color: #3F8079; }
span { border-color: rgb(63,128,121); }
td.TdClassName
{
border-color: #3F8079;
}
.TagClassName
{
border-color: #3F8079;
}
</style>