Shades of Ming #3F787D
Tints of Ming #3F787D
RGB
CMYK
RGB Variations
Color information
#3F787D (or 0x3F787D) is known color: Ming. HEX triplet: 3F, 78 and 7D. RGB value is (63,120,125). Sum of RGB (Red+Green+Blue) = 63+120+125=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F787D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F787D is #C08782. Grayscale: #676767. Windows color (decimal): -12617603 or 8222783. OLE color: 8222783.
HSL color Cylindrical-coordinate representation of color #3F787D: hue angle of 184.84º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F787D is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 120 | 125 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.51 |
| HSL | 184.84º | 0.33% | 0.37% | - |
| HSV(B) | 184.84º | 0.5% | 0.49% | - |
| XYZ | 12.47 | 15.97 | 21.83 | - |
| YUV | 103.53 | 140.12 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 120 | 125 | 0.50 | 0.04 | 0 | 0.51 | 184.84 | 0.33 | 0.37 |
| Hex | 3F | 78 | 7D | 32 | 4 | 0 | 33 | B9 | 21 | 25 |
| Octal | 77 | 170 | 175 | 62 | 4 | 0 | 63 | 271 | 41 | 45 |
| Binary | 111111 | 1111000 | 1111101 | 110010 | 100 | 0 | 110011 | 10111001 | 100001 | 100101 |
Color Harmonies of #3F787D
Complementary color
Monochromatic Colors of #3F787D
Black with #3F787D
Text Example
Text Example
White with #3F787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F787D; }
p { color: rgb(63,120,125); }
H1.HeaderClassName
{
color: #3F787D;
}
.AnyTagClassName
{
color: #3F787D;
}
</style>
background-color css
<style>
a { background-color: #3F787D; }
a { background-color: rgb(63,120,125); }
div.DivClassName
{
background-color: #3F787D;
}
.BgClassName
{
background-color: #3F787D;
}
</style>
border-color css
<style>
span { border-color: #3F787D; }
span { border-color: rgb(63,120,125); }
td.TdClassName
{
border-color: #3F787D;
}
.TagClassName
{
border-color: #3F787D;
}
</style>