Shades of Ming #377A76
Tints of Ming #377A76
RGB
CMYK
RGB Variations
Color information
#377A76 (or 0x377A76) is known color: Ming. HEX triplet: 37, 7A and 76. RGB value is (55,122,118). Sum of RGB (Red+Green+Blue) = 55+122+118=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 122 - color contains mainly: green. Hex color #377A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377A76 is #C88589. Grayscale: #656565. Windows color (decimal): -13141386 or 7764535. OLE color: 7764535.
HSL color Cylindrical-coordinate representation of color #377A76: hue angle of 176.42º 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 #377A76 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 122 | 118 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.52 |
| HSL | 176.42º | 0.38% | 0.35% | - |
| HSV(B) | 176.42º | 0.55% | 0.48% | - |
| XYZ | 11.81 | 16.04 | 19.61 | - |
| YUV | 101.51 | 137.3 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 118 | 0.55 | 0 | 0.03 | 0.52 | 176.42 | 0.38 | 0.35 |
| Hex | 37 | 7A | 76 | 37 | 0 | 3 | 34 | B0 | 26 | 23 |
| Octal | 67 | 172 | 166 | 67 | 0 | 3 | 64 | 260 | 46 | 43 |
| Binary | 110111 | 1111010 | 1110110 | 110111 | 0 | 11 | 110100 | 10110000 | 100110 | 100011 |
Color Harmonies of #377A76
Complementary color
Monochromatic Colors of #377A76
Black with #377A76
Text Example
Text Example
White with #377A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377A76; }
p { color: rgb(55,122,118); }
H1.HeaderClassName
{
color: #377A76;
}
.AnyTagClassName
{
color: #377A76;
}
</style>
background-color css
<style>
a { background-color: #377A76; }
a { background-color: rgb(55,122,118); }
div.DivClassName
{
background-color: #377A76;
}
.BgClassName
{
background-color: #377A76;
}
</style>
border-color css
<style>
span { border-color: #377A76; }
span { border-color: rgb(55,122,118); }
td.TdClassName
{
border-color: #377A76;
}
.TagClassName
{
border-color: #377A76;
}
</style>