Shades of Ming #396F77
Tints of Ming #396F77
RGB
CMYK
RGB Variations
Color information
#396F77 (or 0x396F77) is known color: Ming. HEX triplet: 39, 6F and 77. RGB value is (57,111,119). Sum of RGB (Red+Green+Blue) = 57+111+119=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #396F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396F77 is #C69088. Grayscale: #5F5F5F. Windows color (decimal): -13013129 or 7827257. OLE color: 7827257.
HSL color Cylindrical-coordinate representation of color #396F77: hue angle of 187.74º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #396F77 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 111 | 119 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.53 |
| HSL | 187.74º | 0.35% | 0.35% | - |
| HSV(B) | 187.74º | 0.52% | 0.47% | - |
| XYZ | 10.7 | 13.57 | 19.51 | - |
| YUV | 95.77 | 141.11 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 111 | 119 | 0.52 | 0.07 | 0 | 0.53 | 187.74 | 0.35 | 0.35 |
| Hex | 39 | 6F | 77 | 34 | 7 | 0 | 35 | BC | 23 | 23 |
| Octal | 71 | 157 | 167 | 64 | 7 | 0 | 65 | 274 | 43 | 43 |
| Binary | 111001 | 1101111 | 1110111 | 110100 | 111 | 0 | 110101 | 10111100 | 100011 | 100011 |
Color Harmonies of #396F77
Complementary color
Monochromatic Colors of #396F77
Black with #396F77
Text Example
Text Example
White with #396F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396F77; }
p { color: rgb(57,111,119); }
H1.HeaderClassName
{
color: #396F77;
}
.AnyTagClassName
{
color: #396F77;
}
</style>
background-color css
<style>
a { background-color: #396F77; }
a { background-color: rgb(57,111,119); }
div.DivClassName
{
background-color: #396F77;
}
.BgClassName
{
background-color: #396F77;
}
</style>
border-color css
<style>
span { border-color: #396F77; }
span { border-color: rgb(57,111,119); }
td.TdClassName
{
border-color: #396F77;
}
.TagClassName
{
border-color: #396F77;
}
</style>