Shades of Ming #376F76
Tints of Ming #376F76
RGB
CMYK
RGB Variations
Color information
#376F76 (or 0x376F76) is known color: Ming. HEX triplet: 37, 6F and 76. RGB value is (55,111,118). Sum of RGB (Red+Green+Blue) = 55+111+118=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 118 - color contains mainly: blue. Hex color #376F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376F76 is #C89089. Grayscale: #5E5E5E. Windows color (decimal): -13144202 or 7761719. OLE color: 7761719.
HSL color Cylindrical-coordinate representation of color #376F76: hue angle of 186.67º 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 #376F76 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 111 | 118 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.54 |
| HSL | 186.67º | 0.36% | 0.34% | - |
| HSV(B) | 186.67º | 0.53% | 0.46% | - |
| XYZ | 10.53 | 13.49 | 19.19 | - |
| YUV | 95.05 | 140.95 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 111 | 118 | 0.53 | 0.06 | 0 | 0.54 | 186.67 | 0.36 | 0.34 |
| Hex | 37 | 6F | 76 | 35 | 6 | 0 | 36 | BB | 24 | 22 |
| Octal | 67 | 157 | 166 | 65 | 6 | 0 | 66 | 273 | 44 | 42 |
| Binary | 110111 | 1101111 | 1110110 | 110101 | 110 | 0 | 110110 | 10111011 | 100100 | 100010 |
Color Harmonies of #376F76
Complementary color
Monochromatic Colors of #376F76
Black with #376F76
Text Example
Text Example
White with #376F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376F76; }
p { color: rgb(55,111,118); }
H1.HeaderClassName
{
color: #376F76;
}
.AnyTagClassName
{
color: #376F76;
}
</style>
background-color css
<style>
a { background-color: #376F76; }
a { background-color: rgb(55,111,118); }
div.DivClassName
{
background-color: #376F76;
}
.BgClassName
{
background-color: #376F76;
}
</style>
border-color css
<style>
span { border-color: #376F76; }
span { border-color: rgb(55,111,118); }
td.TdClassName
{
border-color: #376F76;
}
.TagClassName
{
border-color: #376F76;
}
</style>