Shades of Gossamer #37987F
Tints of Gossamer #37987F
RGB
CMYK
RGB Variations
Color information
#37987F (or 0x37987F) is known color: Gossamer. HEX triplet: 37, 98 and 7F. RGB value is (55,152,127). Sum of RGB (Red+Green+Blue) = 55+152+127=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 152 - color contains mainly: green. Hex color #37987F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37987F is #C86780. Grayscale: #787878. Windows color (decimal): -13133697 or 8362039. OLE color: 8362039.
HSL color Cylindrical-coordinate representation of color #37987F: hue angle of 164.54º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #37987F is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 152 | 127 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.40 |
| HSL | 164.54º | 0.47% | 0.41% | - |
| HSV(B) | 164.54º | 0.64% | 0.6% | - |
| XYZ | 16.63 | 24.8 | 23.99 | - |
| YUV | 120.15 | 131.86 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 152 | 127 | 0.64 | 0 | 0.16 | 0.40 | 164.54 | 0.47 | 0.41 |
| Hex | 37 | 98 | 7F | 40 | 0 | 10 | 28 | A5 | 2F | 29 |
| Octal | 67 | 230 | 177 | 100 | 0 | 20 | 50 | 245 | 57 | 51 |
| Binary | 110111 | 10011000 | 1111111 | 1000000 | 0 | 10000 | 101000 | 10100101 | 101111 | 101001 |
Color Harmonies of #37987F
Complementary color
Monochromatic Colors of #37987F
Black with #37987F
Text Example
Text Example
White with #37987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37987F; }
p { color: rgb(55,152,127); }
H1.HeaderClassName
{
color: #37987F;
}
.AnyTagClassName
{
color: #37987F;
}
</style>
background-color css
<style>
a { background-color: #37987F; }
a { background-color: rgb(55,152,127); }
div.DivClassName
{
background-color: #37987F;
}
.BgClassName
{
background-color: #37987F;
}
</style>
border-color css
<style>
span { border-color: #37987F; }
span { border-color: rgb(55,152,127); }
td.TdClassName
{
border-color: #37987F;
}
.TagClassName
{
border-color: #37987F;
}
</style>