Shades of Gossamer #328F7C
Tints of Gossamer #328F7C
RGB
CMYK
RGB Variations
Color information
#328F7C (or 0x328F7C) is known color: Gossamer. HEX triplet: 32, 8F and 7C. RGB value is (50,143,124). Sum of RGB (Red+Green+Blue) = 50+143+124=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 143 - color contains mainly: green. Hex color #328F7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328F7C is #CD7083. Grayscale: #717171. Windows color (decimal): -13463684 or 8163122. OLE color: 8163122.
HSL color Cylindrical-coordinate representation of color #328F7C: hue angle of 167.74º 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 #328F7C is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 143 | 124 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.44 |
| HSL | 167.74º | 0.48% | 0.38% | - |
| HSV(B) | 167.74º | 0.65% | 0.56% | - |
| XYZ | 14.78 | 21.78 | 22.49 | - |
| YUV | 113.03 | 134.19 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 124 | 0.65 | 0 | 0.13 | 0.44 | 167.74 | 0.48 | 0.38 |
| Hex | 32 | 8F | 7C | 41 | 0 | D | 2C | A8 | 30 | 26 |
| Octal | 62 | 217 | 174 | 101 | 0 | 15 | 54 | 250 | 60 | 46 |
| Binary | 110010 | 10001111 | 1111100 | 1000001 | 0 | 1101 | 101100 | 10101000 | 110000 | 100110 |
Color Harmonies of #328F7C
Complementary color
Monochromatic Colors of #328F7C
Black with #328F7C
Text Example
Text Example
White with #328F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328F7C; }
p { color: rgb(50,143,124); }
H1.HeaderClassName
{
color: #328F7C;
}
.AnyTagClassName
{
color: #328F7C;
}
</style>
background-color css
<style>
a { background-color: #328F7C; }
a { background-color: rgb(50,143,124); }
div.DivClassName
{
background-color: #328F7C;
}
.BgClassName
{
background-color: #328F7C;
}
</style>
border-color css
<style>
span { border-color: #328F7C; }
span { border-color: rgb(50,143,124); }
td.TdClassName
{
border-color: #328F7C;
}
.TagClassName
{
border-color: #328F7C;
}
</style>