Shades of Ming #37767C
Tints of Ming #37767C
RGB
CMYK
RGB Variations
Color information
#37767C (or 0x37767C) is known color: Ming. HEX triplet: 37, 76 and 7C. RGB value is (55,118,124). Sum of RGB (Red+Green+Blue) = 55+118+124=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #37767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37767C is #C88983. Grayscale: #636363. Windows color (decimal): -13142404 or 8156727. OLE color: 8156727.
HSL color Cylindrical-coordinate representation of color #37767C: hue angle of 185.22º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37767C is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 118 | 124 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.51 |
| HSL | 185.22º | 0.39% | 0.35% | - |
| HSV(B) | 185.22º | 0.56% | 0.49% | - |
| XYZ | 11.69 | 15.22 | 21.39 | - |
| YUV | 99.85 | 141.63 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 124 | 0.56 | 0.05 | 0 | 0.51 | 185.22 | 0.39 | 0.35 |
| Hex | 37 | 76 | 7C | 38 | 5 | 0 | 33 | B9 | 27 | 23 |
| Octal | 67 | 166 | 174 | 70 | 5 | 0 | 63 | 271 | 47 | 43 |
| Binary | 110111 | 1110110 | 1111100 | 111000 | 101 | 0 | 110011 | 10111001 | 100111 | 100011 |
Color Harmonies of #37767C
Complementary color
Monochromatic Colors of #37767C
Black with #37767C
Text Example
Text Example
White with #37767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37767C; }
p { color: rgb(55,118,124); }
H1.HeaderClassName
{
color: #37767C;
}
.AnyTagClassName
{
color: #37767C;
}
</style>
background-color css
<style>
a { background-color: #37767C; }
a { background-color: rgb(55,118,124); }
div.DivClassName
{
background-color: #37767C;
}
.BgClassName
{
background-color: #37767C;
}
</style>
border-color css
<style>
span { border-color: #37767C; }
span { border-color: rgb(55,118,124); }
td.TdClassName
{
border-color: #37767C;
}
.TagClassName
{
border-color: #37767C;
}
</style>