Shades of Ming #3F6E76
Tints of Ming #3F6E76
RGB
CMYK
RGB Variations
Color information
#3F6E76 (or 0x3F6E76) is known color: Ming. HEX triplet: 3F, 6E and 76. RGB value is (63,110,118). Sum of RGB (Red+Green+Blue) = 63+110+118=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F6E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6E76 is #C09189. Grayscale: #606060. Windows color (decimal): -12620170 or 7761471. OLE color: 7761471.
HSL color Cylindrical-coordinate representation of color #3F6E76: hue angle of 188.73º 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 #3F6E76 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 110 | 118 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.54 |
| HSL | 188.73º | 0.3% | 0.35% | - |
| HSV(B) | 188.73º | 0.47% | 0.46% | - |
| XYZ | 10.9 | 13.52 | 19.17 | - |
| YUV | 96.86 | 139.93 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 110 | 118 | 0.47 | 0.07 | 0 | 0.54 | 188.73 | 0.3 | 0.35 |
| Hex | 3F | 6E | 76 | 2F | 7 | 0 | 36 | BD | 1E | 23 |
| Octal | 77 | 156 | 166 | 57 | 7 | 0 | 66 | 275 | 36 | 43 |
| Binary | 111111 | 1101110 | 1110110 | 101111 | 111 | 0 | 110110 | 10111101 | 11110 | 100011 |
Color Harmonies of #3F6E76
Complementary color
Monochromatic Colors of #3F6E76
Black with #3F6E76
Text Example
Text Example
White with #3F6E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6E76; }
p { color: rgb(63,110,118); }
H1.HeaderClassName
{
color: #3F6E76;
}
.AnyTagClassName
{
color: #3F6E76;
}
</style>
background-color css
<style>
a { background-color: #3F6E76; }
a { background-color: rgb(63,110,118); }
div.DivClassName
{
background-color: #3F6E76;
}
.BgClassName
{
background-color: #3F6E76;
}
</style>
border-color css
<style>
span { border-color: #3F6E76; }
span { border-color: rgb(63,110,118); }
td.TdClassName
{
border-color: #3F6E76;
}
.TagClassName
{
border-color: #3F6E76;
}
</style>