Shades of Ming #377078
Tints of Ming #377078
RGB
CMYK
RGB Variations
Color information
#377078 (or 0x377078) is known color: Ming. HEX triplet: 37, 70 and 78. RGB value is (55,112,120). Sum of RGB (Red+Green+Blue) = 55+112+120=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 120 - color contains mainly: blue. Hex color #377078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377078 is #C88F87. Grayscale: #5F5F5F. Windows color (decimal): -13143944 or 7893047. OLE color: 7893047.
HSL color Cylindrical-coordinate representation of color #377078: hue angle of 187.38º 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 #377078 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 112 | 120 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.53 |
| HSL | 187.38º | 0.37% | 0.34% | - |
| HSV(B) | 187.38º | 0.54% | 0.47% | - |
| XYZ | 10.76 | 13.76 | 19.86 | - |
| YUV | 95.87 | 141.62 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 120 | 0.54 | 0.07 | 0 | 0.53 | 187.38 | 0.37 | 0.34 |
| Hex | 37 | 70 | 78 | 36 | 7 | 0 | 35 | BB | 25 | 22 |
| Octal | 67 | 160 | 170 | 66 | 7 | 0 | 65 | 273 | 45 | 42 |
| Binary | 110111 | 1110000 | 1111000 | 110110 | 111 | 0 | 110101 | 10111011 | 100101 | 100010 |
Color Harmonies of #377078
Complementary color
Monochromatic Colors of #377078
Black with #377078
Text Example
Text Example
White with #377078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377078; }
p { color: rgb(55,112,120); }
H1.HeaderClassName
{
color: #377078;
}
.AnyTagClassName
{
color: #377078;
}
</style>
background-color css
<style>
a { background-color: #377078; }
a { background-color: rgb(55,112,120); }
div.DivClassName
{
background-color: #377078;
}
.BgClassName
{
background-color: #377078;
}
</style>
border-color css
<style>
span { border-color: #377078; }
span { border-color: rgb(55,112,120); }
td.TdClassName
{
border-color: #377078;
}
.TagClassName
{
border-color: #377078;
}
</style>