Shades of Ming #39777D
Tints of Ming #39777D
RGB
CMYK
RGB Variations
Color information
#39777D (or 0x39777D) is known color: Ming. HEX triplet: 39, 77 and 7D. RGB value is (57,119,125). Sum of RGB (Red+Green+Blue) = 57+119+125=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 125 - color contains mainly: blue. Hex color #39777D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39777D is #C68882. Grayscale: #656565. Windows color (decimal): -13011075 or 8222521. OLE color: 8222521.
HSL color Cylindrical-coordinate representation of color #39777D: hue angle of 185.29º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39777D is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 119 | 125 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.51 |
| HSL | 185.29º | 0.37% | 0.36% | - |
| HSV(B) | 185.29º | 0.54% | 0.49% | - |
| XYZ | 11.99 | 15.54 | 21.77 | - |
| YUV | 101.15 | 141.46 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 119 | 125 | 0.54 | 0.05 | 0 | 0.51 | 185.29 | 0.37 | 0.36 |
| Hex | 39 | 77 | 7D | 36 | 5 | 0 | 33 | B9 | 25 | 24 |
| Octal | 71 | 167 | 175 | 66 | 5 | 0 | 63 | 271 | 45 | 44 |
| Binary | 111001 | 1110111 | 1111101 | 110110 | 101 | 0 | 110011 | 10111001 | 100101 | 100100 |
Color Harmonies of #39777D
Complementary color
Monochromatic Colors of #39777D
Black with #39777D
Text Example
Text Example
White with #39777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39777D; }
p { color: rgb(57,119,125); }
H1.HeaderClassName
{
color: #39777D;
}
.AnyTagClassName
{
color: #39777D;
}
</style>
background-color css
<style>
a { background-color: #39777D; }
a { background-color: rgb(57,119,125); }
div.DivClassName
{
background-color: #39777D;
}
.BgClassName
{
background-color: #39777D;
}
</style>
border-color css
<style>
span { border-color: #39777D; }
span { border-color: rgb(57,119,125); }
td.TdClassName
{
border-color: #39777D;
}
.TagClassName
{
border-color: #39777D;
}
</style>