Shades of Ming #396C77
Tints of Ming #396C77
RGB
CMYK
RGB Variations
Color information
#396C77 (or 0x396C77) is known color: Ming. HEX triplet: 39, 6C and 77. RGB value is (57,108,119). Sum of RGB (Red+Green+Blue) = 57+108+119=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #396C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396C77 is #C69388. Grayscale: #5D5D5D. Windows color (decimal): -13013897 or 7826489. OLE color: 7826489.
HSL color Cylindrical-coordinate representation of color #396C77: hue angle of 190.65º 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 #396C77 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 108 | 119 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.53 |
| HSL | 190.65º | 0.35% | 0.35% | - |
| HSV(B) | 190.65º | 0.52% | 0.47% | - |
| XYZ | 10.38 | 12.93 | 19.4 | - |
| YUV | 94.01 | 142.1 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 108 | 119 | 0.52 | 0.09 | 0 | 0.53 | 190.65 | 0.35 | 0.35 |
| Hex | 39 | 6C | 77 | 34 | 9 | 0 | 35 | BF | 23 | 23 |
| Octal | 71 | 154 | 167 | 64 | 11 | 0 | 65 | 277 | 43 | 43 |
| Binary | 111001 | 1101100 | 1110111 | 110100 | 1001 | 0 | 110101 | 10111111 | 100011 | 100011 |
Color Harmonies of #396C77
Complementary color
Monochromatic Colors of #396C77
Black with #396C77
Text Example
Text Example
White with #396C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396C77; }
p { color: rgb(57,108,119); }
H1.HeaderClassName
{
color: #396C77;
}
.AnyTagClassName
{
color: #396C77;
}
</style>
background-color css
<style>
a { background-color: #396C77; }
a { background-color: rgb(57,108,119); }
div.DivClassName
{
background-color: #396C77;
}
.BgClassName
{
background-color: #396C77;
}
</style>
border-color css
<style>
span { border-color: #396C77; }
span { border-color: rgb(57,108,119); }
td.TdClassName
{
border-color: #396C77;
}
.TagClassName
{
border-color: #396C77;
}
</style>