Shades of Ming #387D78
Tints of Ming #387D78
RGB
CMYK
RGB Variations
Color information
#387D78 (or 0x387D78) is known color: Ming. HEX triplet: 38, 7D and 78. RGB value is (56,125,120). Sum of RGB (Red+Green+Blue) = 56+125+120=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 125 - color contains mainly: green. Hex color #387D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387D78 is #C78287. Grayscale: #676767. Windows color (decimal): -13075080 or 7896376. OLE color: 7896376.
HSL color Cylindrical-coordinate representation of color #387D78: hue angle of 175.65º 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 #387D78 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 125 | 120 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.51 |
| HSL | 175.65º | 0.38% | 0.35% | - |
| HSV(B) | 175.65º | 0.55% | 0.49% | - |
| XYZ | 12.35 | 16.86 | 20.37 | - |
| YUV | 103.8 | 137.14 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 120 | 0.55 | 0 | 0.04 | 0.51 | 175.65 | 0.38 | 0.35 |
| Hex | 38 | 7D | 78 | 37 | 0 | 4 | 33 | B0 | 26 | 23 |
| Octal | 70 | 175 | 170 | 67 | 0 | 4 | 63 | 260 | 46 | 43 |
| Binary | 111000 | 1111101 | 1111000 | 110111 | 0 | 100 | 110011 | 10110000 | 100110 | 100011 |
Color Harmonies of #387D78
Complementary color
Monochromatic Colors of #387D78
Black with #387D78
Text Example
Text Example
White with #387D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387D78; }
p { color: rgb(56,125,120); }
H1.HeaderClassName
{
color: #387D78;
}
.AnyTagClassName
{
color: #387D78;
}
</style>
background-color css
<style>
a { background-color: #387D78; }
a { background-color: rgb(56,125,120); }
div.DivClassName
{
background-color: #387D78;
}
.BgClassName
{
background-color: #387D78;
}
</style>
border-color css
<style>
span { border-color: #387D78; }
span { border-color: rgb(56,125,120); }
td.TdClassName
{
border-color: #387D78;
}
.TagClassName
{
border-color: #387D78;
}
</style>