Shades of Ming #37706E
Tints of Ming #37706E
RGB
CMYK
RGB Variations
Color information
#37706E (or 0x37706E) is known color: Ming. HEX triplet: 37, 70 and 6E. RGB value is (55,112,110). Sum of RGB (Red+Green+Blue) = 55+112+110=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 112 - color contains mainly: green. Hex color #37706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37706E is #C88F91. Grayscale: #5E5E5E. Windows color (decimal): -13143954 or 7237687. OLE color: 7237687.
HSL color Cylindrical-coordinate representation of color #37706E: hue angle of 177.89º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #37706E is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 112 | 110 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.56 |
| HSL | 177.89º | 0.34% | 0.33% | - |
| HSV(B) | 177.89º | 0.51% | 0.44% | - |
| XYZ | 10.18 | 13.53 | 16.83 | - |
| YUV | 94.73 | 136.62 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 110 | 0.51 | 0 | 0.02 | 0.56 | 177.89 | 0.34 | 0.33 |
| Hex | 37 | 70 | 6E | 33 | 0 | 2 | 38 | B2 | 22 | 21 |
| Octal | 67 | 160 | 156 | 63 | 0 | 2 | 70 | 262 | 42 | 41 |
| Binary | 110111 | 1110000 | 1101110 | 110011 | 0 | 10 | 111000 | 10110010 | 100010 | 100001 |
Color Harmonies of #37706E
Complementary color
Monochromatic Colors of #37706E
Black with #37706E
Text Example
Text Example
White with #37706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37706E; }
p { color: rgb(55,112,110); }
H1.HeaderClassName
{
color: #37706E;
}
.AnyTagClassName
{
color: #37706E;
}
</style>
background-color css
<style>
a { background-color: #37706E; }
a { background-color: rgb(55,112,110); }
div.DivClassName
{
background-color: #37706E;
}
.BgClassName
{
background-color: #37706E;
}
</style>
border-color css
<style>
span { border-color: #37706E; }
span { border-color: rgb(55,112,110); }
td.TdClassName
{
border-color: #37706E;
}
.TagClassName
{
border-color: #37706E;
}
</style>