Shades of Ming #3F7672
Tints of Ming #3F7672
RGB
CMYK
RGB Variations
Color information
#3F7672 (or 0x3F7672) is known color: Ming. HEX triplet: 3F, 76 and 72. RGB value is (63,118,114). Sum of RGB (Red+Green+Blue) = 63+118+114=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7672 is #C0898D. Grayscale: #656565. Windows color (decimal): -12618126 or 7501375. OLE color: 7501375.
HSL color Cylindrical-coordinate representation of color #3F7672: hue angle of 175.64º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7672 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 118 | 114 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.54 |
| HSL | 175.64º | 0.3% | 0.35% | - |
| HSV(B) | 175.64º | 0.47% | 0.46% | - |
| XYZ | 11.57 | 15.23 | 18.25 | - |
| YUV | 101.1 | 135.28 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 114 | 0.47 | 0 | 0.03 | 0.54 | 175.64 | 0.3 | 0.35 |
| Hex | 3F | 76 | 72 | 2F | 0 | 3 | 36 | B0 | 1E | 23 |
| Octal | 77 | 166 | 162 | 57 | 0 | 3 | 66 | 260 | 36 | 43 |
| Binary | 111111 | 1110110 | 1110010 | 101111 | 0 | 11 | 110110 | 10110000 | 11110 | 100011 |
Color Harmonies of #3F7672
Complementary color
Monochromatic Colors of #3F7672
Black with #3F7672
Text Example
Text Example
White with #3F7672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7672; }
p { color: rgb(63,118,114); }
H1.HeaderClassName
{
color: #3F7672;
}
.AnyTagClassName
{
color: #3F7672;
}
</style>
background-color css
<style>
a { background-color: #3F7672; }
a { background-color: rgb(63,118,114); }
div.DivClassName
{
background-color: #3F7672;
}
.BgClassName
{
background-color: #3F7672;
}
</style>
border-color css
<style>
span { border-color: #3F7672; }
span { border-color: rgb(63,118,114); }
td.TdClassName
{
border-color: #3F7672;
}
.TagClassName
{
border-color: #3F7672;
}
</style>