Shades of Gossamer #32977B
Tints of Gossamer #32977B
RGB
CMYK
RGB Variations
Color information
#32977B (or 0x32977B) is known color: Gossamer. HEX triplet: 32, 97 and 7B. RGB value is (50,151,123). Sum of RGB (Red+Green+Blue) = 50+151+123=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 151 - color contains mainly: green. Hex color #32977B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32977B is #CD6884. Grayscale: #757575. Windows color (decimal): -13461637 or 8099634. OLE color: 8099634.
HSL color Cylindrical-coordinate representation of color #32977B: hue angle of 163.37º 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 #32977B is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 151 | 123 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.41 |
| HSL | 163.37º | 0.5% | 0.39% | - |
| HSV(B) | 163.37º | 0.67% | 0.59% | - |
| XYZ | 15.96 | 24.24 | 22.58 | - |
| YUV | 117.61 | 131.04 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 151 | 123 | 0.67 | 0 | 0.19 | 0.41 | 163.37 | 0.5 | 0.39 |
| Hex | 32 | 97 | 7B | 43 | 0 | 13 | 29 | A3 | 32 | 27 |
| Octal | 62 | 227 | 173 | 103 | 0 | 23 | 51 | 243 | 62 | 47 |
| Binary | 110010 | 10010111 | 1111011 | 1000011 | 0 | 10011 | 101001 | 10100011 | 110010 | 100111 |
Color Harmonies of #32977B
Complementary color
Monochromatic Colors of #32977B
Black with #32977B
Text Example
Text Example
White with #32977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32977B; }
p { color: rgb(50,151,123); }
H1.HeaderClassName
{
color: #32977B;
}
.AnyTagClassName
{
color: #32977B;
}
</style>
background-color css
<style>
a { background-color: #32977B; }
a { background-color: rgb(50,151,123); }
div.DivClassName
{
background-color: #32977B;
}
.BgClassName
{
background-color: #32977B;
}
</style>
border-color css
<style>
span { border-color: #32977B; }
span { border-color: rgb(50,151,123); }
td.TdClassName
{
border-color: #32977B;
}
.TagClassName
{
border-color: #32977B;
}
</style>