Shades of Ming #396E76
Tints of Ming #396E76
RGB
CMYK
RGB Variations
Color information
#396E76 (or 0x396E76) is known color: Ming. HEX triplet: 39, 6E and 76. RGB value is (57,110,118). Sum of RGB (Red+Green+Blue) = 57+110+118=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 118 - color contains mainly: blue. Hex color #396E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396E76 is #C69189. Grayscale: #5E5E5E. Windows color (decimal): -13013386 or 7761465. OLE color: 7761465.
HSL color Cylindrical-coordinate representation of color #396E76: hue angle of 187.87º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #396E76 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 110 | 118 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.54 |
| HSL | 187.87º | 0.35% | 0.34% | - |
| HSV(B) | 187.87º | 0.52% | 0.46% | - |
| XYZ | 10.53 | 13.33 | 19.16 | - |
| YUV | 95.07 | 140.94 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 110 | 118 | 0.52 | 0.07 | 0 | 0.54 | 187.87 | 0.35 | 0.34 |
| Hex | 39 | 6E | 76 | 34 | 7 | 0 | 36 | BC | 23 | 22 |
| Octal | 71 | 156 | 166 | 64 | 7 | 0 | 66 | 274 | 43 | 42 |
| Binary | 111001 | 1101110 | 1110110 | 110100 | 111 | 0 | 110110 | 10111100 | 100011 | 100010 |
Color Harmonies of #396E76
Complementary color
Monochromatic Colors of #396E76
Black with #396E76
Text Example
Text Example
White with #396E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396E76; }
p { color: rgb(57,110,118); }
H1.HeaderClassName
{
color: #396E76;
}
.AnyTagClassName
{
color: #396E76;
}
</style>
background-color css
<style>
a { background-color: #396E76; }
a { background-color: rgb(57,110,118); }
div.DivClassName
{
background-color: #396E76;
}
.BgClassName
{
background-color: #396E76;
}
</style>
border-color css
<style>
span { border-color: #396E76; }
span { border-color: rgb(57,110,118); }
td.TdClassName
{
border-color: #396E76;
}
.TagClassName
{
border-color: #396E76;
}
</style>