Shades of Ming #377072
Tints of Ming #377072
RGB
CMYK
RGB Variations
Color information
#377072 (or 0x377072) is known color: Ming. HEX triplet: 37, 70 and 72. RGB value is (55,112,114). Sum of RGB (Red+Green+Blue) = 55+112+114=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #377072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377072 is #C88F8D. Grayscale: #5F5F5F. Windows color (decimal): -13143950 or 7499831. OLE color: 7499831.
HSL color Cylindrical-coordinate representation of color #377072: hue angle of 182.03º 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 #377072 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 112 | 114 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.55 |
| HSL | 182.03º | 0.35% | 0.33% | - |
| HSV(B) | 182.03º | 0.52% | 0.45% | - |
| XYZ | 10.41 | 13.62 | 18 | - |
| YUV | 95.19 | 138.62 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 114 | 0.52 | 0.02 | 0 | 0.55 | 182.03 | 0.35 | 0.33 |
| Hex | 37 | 70 | 72 | 34 | 2 | 0 | 37 | B6 | 23 | 21 |
| Octal | 67 | 160 | 162 | 64 | 2 | 0 | 67 | 266 | 43 | 41 |
| Binary | 110111 | 1110000 | 1110010 | 110100 | 10 | 0 | 110111 | 10110110 | 100011 | 100001 |
Color Harmonies of #377072
Complementary color
Monochromatic Colors of #377072
Black with #377072
Text Example
Text Example
White with #377072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377072; }
p { color: rgb(55,112,114); }
H1.HeaderClassName
{
color: #377072;
}
.AnyTagClassName
{
color: #377072;
}
</style>
background-color css
<style>
a { background-color: #377072; }
a { background-color: rgb(55,112,114); }
div.DivClassName
{
background-color: #377072;
}
.BgClassName
{
background-color: #377072;
}
</style>
border-color css
<style>
span { border-color: #377072; }
span { border-color: rgb(55,112,114); }
td.TdClassName
{
border-color: #377072;
}
.TagClassName
{
border-color: #377072;
}
</style>