Shades of Ming #377177
Tints of Ming #377177
RGB
CMYK
RGB Variations
Color information
#377177 (or 0x377177) is known color: Ming. HEX triplet: 37, 71 and 77. RGB value is (55,113,119). Sum of RGB (Red+Green+Blue) = 55+113+119=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #377177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377177 is #C88E88. Grayscale: #606060. Windows color (decimal): -13143689 or 7827767. OLE color: 7827767.
HSL color Cylindrical-coordinate representation of color #377177: hue angle of 185.62º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #377177 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 113 | 119 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.53 |
| HSL | 185.63º | 0.37% | 0.34% | - |
| HSV(B) | 185.63º | 0.54% | 0.47% | - |
| XYZ | 10.81 | 13.95 | 19.58 | - |
| YUV | 96.34 | 140.78 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 113 | 119 | 0.54 | 0.05 | 0 | 0.53 | 185.63 | 0.37 | 0.34 |
| Hex | 37 | 71 | 77 | 36 | 5 | 0 | 35 | BA | 25 | 22 |
| Octal | 67 | 161 | 167 | 66 | 5 | 0 | 65 | 272 | 45 | 42 |
| Binary | 110111 | 1110001 | 1110111 | 110110 | 101 | 0 | 110101 | 10111010 | 100101 | 100010 |
Color Harmonies of #377177
Complementary color
Monochromatic Colors of #377177
Black with #377177
Text Example
Text Example
White with #377177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377177; }
p { color: rgb(55,113,119); }
H1.HeaderClassName
{
color: #377177;
}
.AnyTagClassName
{
color: #377177;
}
</style>
background-color css
<style>
a { background-color: #377177; }
a { background-color: rgb(55,113,119); }
div.DivClassName
{
background-color: #377177;
}
.BgClassName
{
background-color: #377177;
}
</style>
border-color css
<style>
span { border-color: #377177; }
span { border-color: rgb(55,113,119); }
td.TdClassName
{
border-color: #377177;
}
.TagClassName
{
border-color: #377177;
}
</style>