Shades of Ming #376D6C
Tints of Ming #376D6C
RGB
CMYK
RGB Variations
Color information
#376D6C (or 0x376D6C) is known color: Ming. HEX triplet: 37, 6D and 6C. RGB value is (55,109,108). Sum of RGB (Red+Green+Blue) = 55+109+108=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 109 - color contains mainly: green. Hex color #376D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376D6C is #C89293. Grayscale: #5C5C5C. Windows color (decimal): -13144724 or 7105847. OLE color: 7105847.
HSL color Cylindrical-coordinate representation of color #376D6C: hue angle of 178.89º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376D6C is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 109 | 108 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.57 |
| HSL | 178.89º | 0.33% | 0.32% | - |
| HSV(B) | 178.89º | 0.5% | 0.43% | - |
| XYZ | 9.75 | 12.83 | 16.15 | - |
| YUV | 92.74 | 136.61 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 109 | 108 | 0.50 | 0 | 0.01 | 0.57 | 178.89 | 0.33 | 0.32 |
| Hex | 37 | 6D | 6C | 32 | 0 | 1 | 39 | B3 | 21 | 20 |
| Octal | 67 | 155 | 154 | 62 | 0 | 1 | 71 | 263 | 41 | 40 |
| Binary | 110111 | 1101101 | 1101100 | 110010 | 0 | 1 | 111001 | 10110011 | 100001 | 100000 |
Color Harmonies of #376D6C
Complementary color
Monochromatic Colors of #376D6C
Black with #376D6C
Text Example
Text Example
White with #376D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376D6C; }
p { color: rgb(55,109,108); }
H1.HeaderClassName
{
color: #376D6C;
}
.AnyTagClassName
{
color: #376D6C;
}
</style>
background-color css
<style>
a { background-color: #376D6C; }
a { background-color: rgb(55,109,108); }
div.DivClassName
{
background-color: #376D6C;
}
.BgClassName
{
background-color: #376D6C;
}
</style>
border-color css
<style>
span { border-color: #376D6C; }
span { border-color: rgb(55,109,108); }
td.TdClassName
{
border-color: #376D6C;
}
.TagClassName
{
border-color: #376D6C;
}
</style>