Shades of Ming #376D77
Tints of Ming #376D77
RGB
CMYK
RGB Variations
Color information
#376D77 (or 0x376D77) is known color: Ming. HEX triplet: 37, 6D and 77. RGB value is (55,109,119). Sum of RGB (Red+Green+Blue) = 55+109+119=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #376D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376D77 is #C89288. Grayscale: #5D5D5D. Windows color (decimal): -13144713 or 7826743. OLE color: 7826743.
HSL color Cylindrical-coordinate representation of color #376D77: hue angle of 189.38º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #376D77 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 109 | 119 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.53 |
| HSL | 189.38º | 0.37% | 0.34% | - |
| HSV(B) | 189.38º | 0.54% | 0.47% | - |
| XYZ | 10.37 | 13.08 | 19.43 | - |
| YUV | 93.99 | 142.11 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 109 | 119 | 0.54 | 0.08 | 0 | 0.53 | 189.38 | 0.37 | 0.34 |
| Hex | 37 | 6D | 77 | 36 | 8 | 0 | 35 | BD | 25 | 22 |
| Octal | 67 | 155 | 167 | 66 | 10 | 0 | 65 | 275 | 45 | 42 |
| Binary | 110111 | 1101101 | 1110111 | 110110 | 1000 | 0 | 110101 | 10111101 | 100101 | 100010 |
Color Harmonies of #376D77
Complementary color
Monochromatic Colors of #376D77
Black with #376D77
Text Example
Text Example
White with #376D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376D77; }
p { color: rgb(55,109,119); }
H1.HeaderClassName
{
color: #376D77;
}
.AnyTagClassName
{
color: #376D77;
}
</style>
background-color css
<style>
a { background-color: #376D77; }
a { background-color: rgb(55,109,119); }
div.DivClassName
{
background-color: #376D77;
}
.BgClassName
{
background-color: #376D77;
}
</style>
border-color css
<style>
span { border-color: #376D77; }
span { border-color: rgb(55,109,119); }
td.TdClassName
{
border-color: #376D77;
}
.TagClassName
{
border-color: #376D77;
}
</style>