Shades of Gossamer #32977C
Tints of Gossamer #32977C
RGB
CMYK
RGB Variations
Color information
#32977C (or 0x32977C) is known color: Gossamer. HEX triplet: 32, 97 and 7C. RGB value is (50,151,124). Sum of RGB (Red+Green+Blue) = 50+151+124=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 151 (59.38% from 255 or 46.46% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 151 - color contains mainly: green. Hex color #32977C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32977C is #CD6883. Grayscale: #757575. Windows color (decimal): -13461636 or 8165170. OLE color: 8165170.
HSL color Cylindrical-coordinate representation of color #32977C: hue angle of 163.96º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32977C is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 151 | 124 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.41 |
| HSL | 163.96º | 0.5% | 0.39% | - |
| HSV(B) | 163.96º | 0.67% | 0.59% | - |
| XYZ | 16.02 | 24.27 | 22.91 | - |
| YUV | 117.72 | 131.54 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 151 | 124 | 0.67 | 0 | 0.18 | 0.41 | 163.96 | 0.5 | 0.39 |
| Hex | 32 | 97 | 7C | 43 | 0 | 12 | 29 | A4 | 32 | 27 |
| Octal | 62 | 227 | 174 | 103 | 0 | 22 | 51 | 244 | 62 | 47 |
| Binary | 110010 | 10010111 | 1111100 | 1000011 | 0 | 10010 | 101001 | 10100100 | 110010 | 100111 |
Color Harmonies of #32977C
Complementary color
Monochromatic Colors of #32977C
Black with #32977C
Text Example
Text Example
White with #32977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32977C; }
p { color: rgb(50,151,124); }
H1.HeaderClassName
{
color: #32977C;
}
.AnyTagClassName
{
color: #32977C;
}
</style>
background-color css
<style>
a { background-color: #32977C; }
a { background-color: rgb(50,151,124); }
div.DivClassName
{
background-color: #32977C;
}
.BgClassName
{
background-color: #32977C;
}
</style>
border-color css
<style>
span { border-color: #32977C; }
span { border-color: rgb(50,151,124); }
td.TdClassName
{
border-color: #32977C;
}
.TagClassName
{
border-color: #32977C;
}
</style>