Shades of Ming #376D73
Tints of Ming #376D73
RGB
CMYK
RGB Variations
Color information
#376D73 (or 0x376D73) is known color: Ming. HEX triplet: 37, 6D and 73. RGB value is (55,109,115). Sum of RGB (Red+Green+Blue) = 55+109+115=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #376D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376D73 is #C8928C. Grayscale: #5D5D5D. Windows color (decimal): -13144717 or 7564599. OLE color: 7564599.
HSL color Cylindrical-coordinate representation of color #376D73: hue angle of 186º 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 #376D73 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 109 | 115 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.55 |
| HSL | 186º | 0.35% | 0.33% | - |
| HSV(B) | 186º | 0.52% | 0.45% | - |
| XYZ | 10.14 | 12.99 | 18.19 | - |
| YUV | 93.54 | 140.11 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 109 | 115 | 0.52 | 0.05 | 0 | 0.55 | 186 | 0.35 | 0.33 |
| Hex | 37 | 6D | 73 | 34 | 5 | 0 | 37 | BA | 23 | 21 |
| Octal | 67 | 155 | 163 | 64 | 5 | 0 | 67 | 272 | 43 | 41 |
| Binary | 110111 | 1101101 | 1110011 | 110100 | 101 | 0 | 110111 | 10111010 | 100011 | 100001 |
Color Harmonies of #376D73
Complementary color
Monochromatic Colors of #376D73
Black with #376D73
Text Example
Text Example
White with #376D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376D73; }
p { color: rgb(55,109,115); }
H1.HeaderClassName
{
color: #376D73;
}
.AnyTagClassName
{
color: #376D73;
}
</style>
background-color css
<style>
a { background-color: #376D73; }
a { background-color: rgb(55,109,115); }
div.DivClassName
{
background-color: #376D73;
}
.BgClassName
{
background-color: #376D73;
}
</style>
border-color css
<style>
span { border-color: #376D73; }
span { border-color: rgb(55,109,115); }
td.TdClassName
{
border-color: #376D73;
}
.TagClassName
{
border-color: #376D73;
}
</style>