Shades of Ming #377A78
Tints of Ming #377A78
RGB
CMYK
RGB Variations
Color information
#377A78 (or 0x377A78) is known color: Ming. HEX triplet: 37, 7A and 78. RGB value is (55,122,120). Sum of RGB (Red+Green+Blue) = 55+122+120=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 122 - color contains mainly: green. Hex color #377A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377A78 is #C88587. Grayscale: #656565. Windows color (decimal): -13141384 or 7895607. OLE color: 7895607.
HSL color Cylindrical-coordinate representation of color #377A78: hue angle of 178.21º 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 #377A78 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 122 | 120 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.52 |
| HSL | 178.21º | 0.38% | 0.35% | - |
| HSV(B) | 178.21º | 0.55% | 0.48% | - |
| XYZ | 11.93 | 16.09 | 20.25 | - |
| YUV | 101.74 | 138.3 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 120 | 0.55 | 0 | 0.02 | 0.52 | 178.21 | 0.38 | 0.35 |
| Hex | 37 | 7A | 78 | 37 | 0 | 2 | 34 | B2 | 26 | 23 |
| Octal | 67 | 172 | 170 | 67 | 0 | 2 | 64 | 262 | 46 | 43 |
| Binary | 110111 | 1111010 | 1111000 | 110111 | 0 | 10 | 110100 | 10110010 | 100110 | 100011 |
Color Harmonies of #377A78
Complementary color
Monochromatic Colors of #377A78
Black with #377A78
Text Example
Text Example
White with #377A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377A78; }
p { color: rgb(55,122,120); }
H1.HeaderClassName
{
color: #377A78;
}
.AnyTagClassName
{
color: #377A78;
}
</style>
background-color css
<style>
a { background-color: #377A78; }
a { background-color: rgb(55,122,120); }
div.DivClassName
{
background-color: #377A78;
}
.BgClassName
{
background-color: #377A78;
}
</style>
border-color css
<style>
span { border-color: #377A78; }
span { border-color: rgb(55,122,120); }
td.TdClassName
{
border-color: #377A78;
}
.TagClassName
{
border-color: #377A78;
}
</style>