Shades of Ming #397C77
Tints of Ming #397C77
RGB
CMYK
RGB Variations
Color information
#397C77 (or 0x397C77) is known color: Ming. HEX triplet: 39, 7C and 77. RGB value is (57,124,119). Sum of RGB (Red+Green+Blue) = 57+124+119=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 124 - color contains mainly: green. Hex color #397C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C77 is #C68388. Grayscale: #676767. Windows color (decimal): -13009801 or 7830585. OLE color: 7830585.
HSL color Cylindrical-coordinate representation of color #397C77: hue angle of 175.52º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397C77 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 124 | 119 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.51 |
| HSL | 175.52º | 0.37% | 0.35% | - |
| HSV(B) | 175.52º | 0.54% | 0.49% | - |
| XYZ | 12.22 | 16.62 | 20.02 | - |
| YUV | 103.4 | 136.8 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 119 | 0.54 | 0 | 0.04 | 0.51 | 175.52 | 0.37 | 0.35 |
| Hex | 39 | 7C | 77 | 36 | 0 | 4 | 33 | B0 | 25 | 23 |
| Octal | 71 | 174 | 167 | 66 | 0 | 4 | 63 | 260 | 45 | 43 |
| Binary | 111001 | 1111100 | 1110111 | 110110 | 0 | 100 | 110011 | 10110000 | 100101 | 100011 |
Color Harmonies of #397C77
Complementary color
Monochromatic Colors of #397C77
Black with #397C77
Text Example
Text Example
White with #397C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397C77; }
p { color: rgb(57,124,119); }
H1.HeaderClassName
{
color: #397C77;
}
.AnyTagClassName
{
color: #397C77;
}
</style>
background-color css
<style>
a { background-color: #397C77; }
a { background-color: rgb(57,124,119); }
div.DivClassName
{
background-color: #397C77;
}
.BgClassName
{
background-color: #397C77;
}
</style>
border-color css
<style>
span { border-color: #397C77; }
span { border-color: rgb(57,124,119); }
td.TdClassName
{
border-color: #397C77;
}
.TagClassName
{
border-color: #397C77;
}
</style>