Shades of Ming #377372
Tints of Ming #377372
RGB
CMYK
RGB Variations
Color information
#377372 (or 0x377372) is known color: Ming. HEX triplet: 37, 73 and 72. RGB value is (55,115,114). Sum of RGB (Red+Green+Blue) = 55+115+114=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 115 - color contains mainly: green. Hex color #377372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377372 is #C88C8D. Grayscale: #606060. Windows color (decimal): -13143182 or 7500599. OLE color: 7500599.
HSL color Cylindrical-coordinate representation of color #377372: hue angle of 179º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #377372 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 115 | 114 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.55 |
| HSL | 179º | 0.35% | 0.33% | - |
| HSV(B) | 179º | 0.52% | 0.45% | - |
| XYZ | 10.74 | 14.29 | 18.11 | - |
| YUV | 96.95 | 137.62 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 115 | 114 | 0.52 | 0 | 0.01 | 0.55 | 179 | 0.35 | 0.33 |
| Hex | 37 | 73 | 72 | 34 | 0 | 1 | 37 | B3 | 23 | 21 |
| Octal | 67 | 163 | 162 | 64 | 0 | 1 | 67 | 263 | 43 | 41 |
| Binary | 110111 | 1110011 | 1110010 | 110100 | 0 | 1 | 110111 | 10110011 | 100011 | 100001 |
Color Harmonies of #377372
Complementary color
Monochromatic Colors of #377372
Black with #377372
Text Example
Text Example
White with #377372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377372; }
p { color: rgb(55,115,114); }
H1.HeaderClassName
{
color: #377372;
}
.AnyTagClassName
{
color: #377372;
}
</style>
background-color css
<style>
a { background-color: #377372; }
a { background-color: rgb(55,115,114); }
div.DivClassName
{
background-color: #377372;
}
.BgClassName
{
background-color: #377372;
}
</style>
border-color css
<style>
span { border-color: #377372; }
span { border-color: rgb(55,115,114); }
td.TdClassName
{
border-color: #377372;
}
.TagClassName
{
border-color: #377372;
}
</style>