Shades of Ming #377272
Tints of Ming #377272
RGB
CMYK
RGB Variations
Color information
#377272 (or 0x377272) is known color: Ming. HEX triplet: 37, 72 and 72. RGB value is (55,114,114). Sum of RGB (Red+Green+Blue) = 55+114+114=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #377272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377272 is #C88D8D. Grayscale: #606060. Windows color (decimal): -13143438 or 7500343. OLE color: 7500343.
HSL color Cylindrical-coordinate representation of color #377272: hue angle of 180º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #377272 is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 114 | 114 | - |
| CMYK | 0.52 | 0 | 0 | 0.55 |
| HSL | 180º | 0.35% | 0.33% | - |
| HSV(B) | 180º | 0.52% | 0.45% | - |
| XYZ | 10.63 | 14.06 | 18.07 | - |
| YUV | 96.36 | 137.95 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 114 | 114 | 0.52 | 0 | 0 | 0.55 | 180 | 0.35 | 0.33 |
| Hex | 37 | 72 | 72 | 34 | 0 | 0 | 37 | B4 | 23 | 21 |
| Octal | 67 | 162 | 162 | 64 | 0 | 0 | 67 | 264 | 43 | 41 |
| Binary | 110111 | 1110010 | 1110010 | 110100 | 0 | 0 | 110111 | 10110100 | 100011 | 100001 |
Color Harmonies of #377272
Complementary color
Monochromatic Colors of #377272
Black with #377272
Text Example
Text Example
White with #377272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377272; }
p { color: rgb(55,114,114); }
H1.HeaderClassName
{
color: #377272;
}
.AnyTagClassName
{
color: #377272;
}
</style>
background-color css
<style>
a { background-color: #377272; }
a { background-color: rgb(55,114,114); }
div.DivClassName
{
background-color: #377272;
}
.BgClassName
{
background-color: #377272;
}
</style>
border-color css
<style>
span { border-color: #377272; }
span { border-color: rgb(55,114,114); }
td.TdClassName
{
border-color: #377272;
}
.TagClassName
{
border-color: #377272;
}
</style>