Shades of Ming #37707A
Tints of Ming #37707A
RGB
CMYK
RGB Variations
Color information
#37707A (or 0x37707A) is known color: Ming. HEX triplet: 37, 70 and 7A. RGB value is (55,112,122). Sum of RGB (Red+Green+Blue) = 55+112+122=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 122 - color contains mainly: blue. Hex color #37707A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37707A is #C88F85. Grayscale: #606060. Windows color (decimal): -13143942 or 8024119. OLE color: 8024119.
HSL color Cylindrical-coordinate representation of color #37707A: hue angle of 188.96º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #37707A is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 112 | 122 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.52 |
| HSL | 188.96º | 0.38% | 0.35% | - |
| HSV(B) | 188.96º | 0.55% | 0.48% | - |
| XYZ | 10.88 | 13.81 | 20.5 | - |
| YUV | 96.1 | 142.62 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 122 | 0.55 | 0.08 | 0 | 0.52 | 188.96 | 0.38 | 0.35 |
| Hex | 37 | 70 | 7A | 37 | 8 | 0 | 34 | BD | 26 | 23 |
| Octal | 67 | 160 | 172 | 67 | 10 | 0 | 64 | 275 | 46 | 43 |
| Binary | 110111 | 1110000 | 1111010 | 110111 | 1000 | 0 | 110100 | 10111101 | 100110 | 100011 |
Color Harmonies of #37707A
Complementary color
Monochromatic Colors of #37707A
Black with #37707A
Text Example
Text Example
White with #37707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37707A; }
p { color: rgb(55,112,122); }
H1.HeaderClassName
{
color: #37707A;
}
.AnyTagClassName
{
color: #37707A;
}
</style>
background-color css
<style>
a { background-color: #37707A; }
a { background-color: rgb(55,112,122); }
div.DivClassName
{
background-color: #37707A;
}
.BgClassName
{
background-color: #37707A;
}
</style>
border-color css
<style>
span { border-color: #37707A; }
span { border-color: rgb(55,112,122); }
td.TdClassName
{
border-color: #37707A;
}
.TagClassName
{
border-color: #37707A;
}
</style>