Shades of Ming #3F7975
Tints of Ming #3F7975
RGB
CMYK
RGB Variations
Color information
#3F7975 (or 0x3F7975) is known color: Ming. HEX triplet: 3F, 79 and 75. RGB value is (63,121,117). Sum of RGB (Red+Green+Blue) = 63+121+117=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 121 - color contains mainly: green. Hex color #3F7975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7975 is #C0868A. Grayscale: #676767. Windows color (decimal): -12617355 or 7698751. OLE color: 7698751.
HSL color Cylindrical-coordinate representation of color #3F7975: hue angle of 175.86º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F7975 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 121 | 117 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.53 |
| HSL | 175.86º | 0.32% | 0.36% | - |
| HSV(B) | 175.86º | 0.48% | 0.47% | - |
| XYZ | 12.1 | 16.02 | 19.28 | - |
| YUV | 103.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 121 | 117 | 0.48 | 0 | 0.03 | 0.53 | 175.86 | 0.32 | 0.36 |
| Hex | 3F | 79 | 75 | 30 | 0 | 3 | 35 | B0 | 20 | 24 |
| Octal | 77 | 171 | 165 | 60 | 0 | 3 | 65 | 260 | 40 | 44 |
| Binary | 111111 | 1111001 | 1110101 | 110000 | 0 | 11 | 110101 | 10110000 | 100000 | 100100 |
Color Harmonies of #3F7975
Complementary color
Monochromatic Colors of #3F7975
Black with #3F7975
Text Example
Text Example
White with #3F7975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7975; }
p { color: rgb(63,121,117); }
H1.HeaderClassName
{
color: #3F7975;
}
.AnyTagClassName
{
color: #3F7975;
}
</style>
background-color css
<style>
a { background-color: #3F7975; }
a { background-color: rgb(63,121,117); }
div.DivClassName
{
background-color: #3F7975;
}
.BgClassName
{
background-color: #3F7975;
}
</style>
border-color css
<style>
span { border-color: #3F7975; }
span { border-color: rgb(63,121,117); }
td.TdClassName
{
border-color: #3F7975;
}
.TagClassName
{
border-color: #3F7975;
}
</style>