Shades of Ming #377977
Tints of Ming #377977
RGB
CMYK
RGB Variations
Color information
#377977 (or 0x377977) is known color: Ming. HEX triplet: 37, 79 and 77. RGB value is (55,121,119). Sum of RGB (Red+Green+Blue) = 55+121+119=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 121 - color contains mainly: green. Hex color #377977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377977 is #C88688. Grayscale: #646464. Windows color (decimal): -13141641 or 7829815. OLE color: 7829815.
HSL color Cylindrical-coordinate representation of color #377977: hue angle of 178.18º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377977 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 121 | 119 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.53 |
| HSL | 178.18º | 0.38% | 0.35% | - |
| HSV(B) | 178.18º | 0.55% | 0.47% | - |
| XYZ | 11.74 | 15.82 | 19.89 | - |
| YUV | 101.04 | 138.13 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 121 | 119 | 0.55 | 0 | 0.02 | 0.53 | 178.18 | 0.38 | 0.35 |
| Hex | 37 | 79 | 77 | 37 | 0 | 2 | 35 | B2 | 26 | 23 |
| Octal | 67 | 171 | 167 | 67 | 0 | 2 | 65 | 262 | 46 | 43 |
| Binary | 110111 | 1111001 | 1110111 | 110111 | 0 | 10 | 110101 | 10110010 | 100110 | 100011 |
Color Harmonies of #377977
Complementary color
Monochromatic Colors of #377977
Black with #377977
Text Example
Text Example
White with #377977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377977; }
p { color: rgb(55,121,119); }
H1.HeaderClassName
{
color: #377977;
}
.AnyTagClassName
{
color: #377977;
}
</style>
background-color css
<style>
a { background-color: #377977; }
a { background-color: rgb(55,121,119); }
div.DivClassName
{
background-color: #377977;
}
.BgClassName
{
background-color: #377977;
}
</style>
border-color css
<style>
span { border-color: #377977; }
span { border-color: rgb(55,121,119); }
td.TdClassName
{
border-color: #377977;
}
.TagClassName
{
border-color: #377977;
}
</style>