Shades of Ming #387C77
Tints of Ming #387C77
RGB
CMYK
RGB Variations
Color information
#387C77 (or 0x387C77) is known color: Ming. HEX triplet: 38, 7C and 77. RGB value is (56,124,119). Sum of RGB (Red+Green+Blue) = 56+124+119=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 124 - color contains mainly: green. Hex color #387C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C77 is #C78388. Grayscale: #676767. Windows color (decimal): -13075337 or 7830584. OLE color: 7830584.
HSL color Cylindrical-coordinate representation of color #387C77: hue angle of 175.59º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #387C77 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 124 | 119 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.51 |
| HSL | 175.59º | 0.38% | 0.35% | - |
| HSV(B) | 175.59º | 0.55% | 0.49% | - |
| XYZ | 12.17 | 16.59 | 20.01 | - |
| YUV | 103.1 | 136.97 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 119 | 0.55 | 0 | 0.04 | 0.51 | 175.59 | 0.38 | 0.35 |
| Hex | 38 | 7C | 77 | 37 | 0 | 4 | 33 | B0 | 26 | 23 |
| Octal | 70 | 174 | 167 | 67 | 0 | 4 | 63 | 260 | 46 | 43 |
| Binary | 111000 | 1111100 | 1110111 | 110111 | 0 | 100 | 110011 | 10110000 | 100110 | 100011 |
Color Harmonies of #387C77
Complementary color
Monochromatic Colors of #387C77
Black with #387C77
Text Example
Text Example
White with #387C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387C77; }
p { color: rgb(56,124,119); }
H1.HeaderClassName
{
color: #387C77;
}
.AnyTagClassName
{
color: #387C77;
}
</style>
background-color css
<style>
a { background-color: #387C77; }
a { background-color: rgb(56,124,119); }
div.DivClassName
{
background-color: #387C77;
}
.BgClassName
{
background-color: #387C77;
}
</style>
border-color css
<style>
span { border-color: #387C77; }
span { border-color: rgb(56,124,119); }
td.TdClassName
{
border-color: #387C77;
}
.TagClassName
{
border-color: #387C77;
}
</style>