Shades of Ming #377B7C
Tints of Ming #377B7C
RGB
CMYK
RGB Variations
Color information
#377B7C (or 0x377B7C) is known color: Ming. HEX triplet: 37, 7B and 7C. RGB value is (55,123,124). Sum of RGB (Red+Green+Blue) = 55+123+124=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 124 - color contains mainly: blue. Hex color #377B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B7C is #C88483. Grayscale: #666666. Windows color (decimal): -13141124 or 8158007. OLE color: 8158007.
HSL color Cylindrical-coordinate representation of color #377B7C: hue angle of 180.87º 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 #377B7C is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 123 | 124 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.51 |
| HSL | 180.87º | 0.39% | 0.35% | - |
| HSV(B) | 180.87º | 0.56% | 0.49% | - |
| XYZ | 12.3 | 16.43 | 21.59 | - |
| YUV | 102.78 | 139.97 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 124 | 0.56 | 0.01 | 0 | 0.51 | 180.87 | 0.39 | 0.35 |
| Hex | 37 | 7B | 7C | 38 | 1 | 0 | 33 | B5 | 27 | 23 |
| Octal | 67 | 173 | 174 | 70 | 1 | 0 | 63 | 265 | 47 | 43 |
| Binary | 110111 | 1111011 | 1111100 | 111000 | 1 | 0 | 110011 | 10110101 | 100111 | 100011 |
Color Harmonies of #377B7C
Complementary color
Monochromatic Colors of #377B7C
Black with #377B7C
Text Example
Text Example
White with #377B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377B7C; }
p { color: rgb(55,123,124); }
H1.HeaderClassName
{
color: #377B7C;
}
.AnyTagClassName
{
color: #377B7C;
}
</style>
background-color css
<style>
a { background-color: #377B7C; }
a { background-color: rgb(55,123,124); }
div.DivClassName
{
background-color: #377B7C;
}
.BgClassName
{
background-color: #377B7C;
}
</style>
border-color css
<style>
span { border-color: #377B7C; }
span { border-color: rgb(55,123,124); }
td.TdClassName
{
border-color: #377B7C;
}
.TagClassName
{
border-color: #377B7C;
}
</style>