Shades of Ming #3F7C78
Tints of Ming #3F7C78
RGB
CMYK
RGB Variations
Color information
#3F7C78 (or 0x3F7C78) is known color: Ming. HEX triplet: 3F, 7C and 78. RGB value is (63,124,120). Sum of RGB (Red+Green+Blue) = 63+124+120=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 124 - color contains mainly: green. Hex color #3F7C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7C78 is #C08387. Grayscale: #696969. Windows color (decimal): -12616584 or 7896127. OLE color: 7896127.
HSL color Cylindrical-coordinate representation of color #3F7C78: hue angle of 176.07º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F7C78 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 124 | 120 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.51 |
| HSL | 176.07º | 0.33% | 0.37% | - |
| HSV(B) | 176.07º | 0.49% | 0.49% | - |
| XYZ | 12.65 | 16.83 | 20.35 | - |
| YUV | 105.31 | 136.29 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 124 | 120 | 0.49 | 0 | 0.03 | 0.51 | 176.07 | 0.33 | 0.37 |
| Hex | 3F | 7C | 78 | 31 | 0 | 3 | 33 | B0 | 21 | 25 |
| Octal | 77 | 174 | 170 | 61 | 0 | 3 | 63 | 260 | 41 | 45 |
| Binary | 111111 | 1111100 | 1111000 | 110001 | 0 | 11 | 110011 | 10110000 | 100001 | 100101 |
Color Harmonies of #3F7C78
Complementary color
Monochromatic Colors of #3F7C78
Black with #3F7C78
Text Example
Text Example
White with #3F7C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7C78; }
p { color: rgb(63,124,120); }
H1.HeaderClassName
{
color: #3F7C78;
}
.AnyTagClassName
{
color: #3F7C78;
}
</style>
background-color css
<style>
a { background-color: #3F7C78; }
a { background-color: rgb(63,124,120); }
div.DivClassName
{
background-color: #3F7C78;
}
.BgClassName
{
background-color: #3F7C78;
}
</style>
border-color css
<style>
span { border-color: #3F7C78; }
span { border-color: rgb(63,124,120); }
td.TdClassName
{
border-color: #3F7C78;
}
.TagClassName
{
border-color: #3F7C78;
}
</style>