Shades of Gossamer #32907A
Tints of Gossamer #32907A
RGB
CMYK
RGB Variations
Color information
#32907A (or 0x32907A) is known color: Gossamer. HEX triplet: 32, 90 and 7A. RGB value is (50,144,122). Sum of RGB (Red+Green+Blue) = 50+144+122=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #32907A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32907A is #CD6F85. Grayscale: #717171. Windows color (decimal): -13463430 or 8032306. OLE color: 8032306.
HSL color Cylindrical-coordinate representation of color #32907A: hue angle of 165.96º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32907A is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 144 | 122 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.44 |
| HSL | 165.96º | 0.48% | 0.38% | - |
| HSV(B) | 165.96º | 0.65% | 0.56% | - |
| XYZ | 14.8 | 22.03 | 21.88 | - |
| YUV | 113.39 | 132.86 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 144 | 122 | 0.65 | 0 | 0.15 | 0.44 | 165.96 | 0.48 | 0.38 |
| Hex | 32 | 90 | 7A | 41 | 0 | F | 2C | A6 | 30 | 26 |
| Octal | 62 | 220 | 172 | 101 | 0 | 17 | 54 | 246 | 60 | 46 |
| Binary | 110010 | 10010000 | 1111010 | 1000001 | 0 | 1111 | 101100 | 10100110 | 110000 | 100110 |
Color Harmonies of #32907A
Complementary color
Monochromatic Colors of #32907A
Black with #32907A
Text Example
Text Example
White with #32907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32907A; }
p { color: rgb(50,144,122); }
H1.HeaderClassName
{
color: #32907A;
}
.AnyTagClassName
{
color: #32907A;
}
</style>
background-color css
<style>
a { background-color: #32907A; }
a { background-color: rgb(50,144,122); }
div.DivClassName
{
background-color: #32907A;
}
.BgClassName
{
background-color: #32907A;
}
</style>
border-color css
<style>
span { border-color: #32907A; }
span { border-color: rgb(50,144,122); }
td.TdClassName
{
border-color: #32907A;
}
.TagClassName
{
border-color: #32907A;
}
</style>