Shades of Ming #376D75
Tints of Ming #376D75
RGB
CMYK
RGB Variations
Color information
#376D75 (or 0x376D75) is known color: Ming. HEX triplet: 37, 6D and 75. RGB value is (55,109,117). Sum of RGB (Red+Green+Blue) = 55+109+117=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #376D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376D75 is #C8928A. Grayscale: #5D5D5D. Windows color (decimal): -13144715 or 7695671. OLE color: 7695671.
HSL color Cylindrical-coordinate representation of color #376D75: hue angle of 187.74º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #376D75 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 109 | 117 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.54 |
| HSL | 187.74º | 0.36% | 0.34% | - |
| HSV(B) | 187.74º | 0.53% | 0.46% | - |
| XYZ | 10.26 | 13.03 | 18.8 | - |
| YUV | 93.77 | 141.11 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 109 | 117 | 0.53 | 0.07 | 0 | 0.54 | 187.74 | 0.36 | 0.34 |
| Hex | 37 | 6D | 75 | 35 | 7 | 0 | 36 | BC | 24 | 22 |
| Octal | 67 | 155 | 165 | 65 | 7 | 0 | 66 | 274 | 44 | 42 |
| Binary | 110111 | 1101101 | 1110101 | 110101 | 111 | 0 | 110110 | 10111100 | 100100 | 100010 |
Color Harmonies of #376D75
Complementary color
Monochromatic Colors of #376D75
Black with #376D75
Text Example
Text Example
White with #376D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376D75; }
p { color: rgb(55,109,117); }
H1.HeaderClassName
{
color: #376D75;
}
.AnyTagClassName
{
color: #376D75;
}
</style>
background-color css
<style>
a { background-color: #376D75; }
a { background-color: rgb(55,109,117); }
div.DivClassName
{
background-color: #376D75;
}
.BgClassName
{
background-color: #376D75;
}
</style>
border-color css
<style>
span { border-color: #376D75; }
span { border-color: rgb(55,109,117); }
td.TdClassName
{
border-color: #376D75;
}
.TagClassName
{
border-color: #376D75;
}
</style>