Shades of Ming #38787F
Tints of Ming #38787F
RGB
CMYK
RGB Variations
Color information
#38787F (or 0x38787F) is known color: Ming. HEX triplet: 38, 78 and 7F. RGB value is (56,120,127). Sum of RGB (Red+Green+Blue) = 56+120+127=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: blue. Hex color #38787F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38787F is #C78780. Grayscale: #656565. Windows color (decimal): -13076353 or 8353848. OLE color: 8353848.
HSL color Cylindrical-coordinate representation of color #38787F: hue angle of 185.92º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38787F is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 120 | 127 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.50 |
| HSL | 185.92º | 0.39% | 0.36% | - |
| HSV(B) | 185.92º | 0.56% | 0.5% | - |
| XYZ | 12.18 | 15.81 | 22.49 | - |
| YUV | 101.66 | 142.3 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 120 | 127 | 0.56 | 0.06 | 0 | 0.50 | 185.92 | 0.39 | 0.36 |
| Hex | 38 | 78 | 7F | 38 | 6 | 0 | 32 | BA | 27 | 24 |
| Octal | 70 | 170 | 177 | 70 | 6 | 0 | 62 | 272 | 47 | 44 |
| Binary | 111000 | 1111000 | 1111111 | 111000 | 110 | 0 | 110010 | 10111010 | 100111 | 100100 |
Color Harmonies of #38787F
Complementary color
Monochromatic Colors of #38787F
Black with #38787F
Text Example
Text Example
White with #38787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38787F; }
p { color: rgb(56,120,127); }
H1.HeaderClassName
{
color: #38787F;
}
.AnyTagClassName
{
color: #38787F;
}
</style>
background-color css
<style>
a { background-color: #38787F; }
a { background-color: rgb(56,120,127); }
div.DivClassName
{
background-color: #38787F;
}
.BgClassName
{
background-color: #38787F;
}
</style>
border-color css
<style>
span { border-color: #38787F; }
span { border-color: rgb(56,120,127); }
td.TdClassName
{
border-color: #38787F;
}
.TagClassName
{
border-color: #38787F;
}
</style>