Shades of Gossamer #37A077
Tints of Gossamer #37A077
RGB
CMYK
RGB Variations
Color information
#37A077 (or 0x37A077) is known color: Gossamer. HEX triplet: 37, A0 and 77. RGB value is (55,160,119). Sum of RGB (Red+Green+Blue) = 55+160+119=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 160 - color contains mainly: green. Hex color #37A077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37A077 is #C85F88. Grayscale: #7B7B7B. Windows color (decimal): -13131657 or 7839799. OLE color: 7839799.
HSL color Cylindrical-coordinate representation of color #37A077: hue angle of 156.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37A077 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 160 | 119 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.37 |
| HSL | 156.57º | 0.49% | 0.42% | - |
| HSV(B) | 156.57º | 0.66% | 0.63% | - |
| XYZ | 17.48 | 27.29 | 21.8 | - |
| YUV | 123.93 | 125.21 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 160 | 119 | 0.66 | 0 | 0.26 | 0.37 | 156.57 | 0.49 | 0.42 |
| Hex | 37 | A0 | 77 | 42 | 0 | 1A | 25 | 9D | 31 | 2A |
| Octal | 67 | 240 | 167 | 102 | 0 | 32 | 45 | 235 | 61 | 52 |
| Binary | 110111 | 10100000 | 1110111 | 1000010 | 0 | 11010 | 100101 | 10011101 | 110001 | 101010 |
Color Harmonies of #37A077
Complementary color
Monochromatic Colors of #37A077
Black with #37A077
Text Example
Text Example
White with #37A077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A077; }
p { color: rgb(55,160,119); }
H1.HeaderClassName
{
color: #37A077;
}
.AnyTagClassName
{
color: #37A077;
}
</style>
background-color css
<style>
a { background-color: #37A077; }
a { background-color: rgb(55,160,119); }
div.DivClassName
{
background-color: #37A077;
}
.BgClassName
{
background-color: #37A077;
}
</style>
border-color css
<style>
span { border-color: #37A077; }
span { border-color: rgb(55,160,119); }
td.TdClassName
{
border-color: #37A077;
}
.TagClassName
{
border-color: #37A077;
}
</style>