Shades of Gossamer #329F7F
Tints of Gossamer #329F7F
RGB
CMYK
RGB Variations
Color information
#329F7F (or 0x329F7F) is known color: Gossamer. HEX triplet: 32, 9F and 7F. RGB value is (50,159,127). Sum of RGB (Red+Green+Blue) = 50+159+127=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #329F7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329F7F is #CD6080. Grayscale: #7A7A7A. Windows color (decimal): -13459585 or 8363826. OLE color: 8363826.
HSL color Cylindrical-coordinate representation of color #329F7F: hue angle of 162.39º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329F7F is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 159 | 127 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.38 |
| HSL | 162.39º | 0.52% | 0.41% | - |
| HSV(B) | 162.39º | 0.69% | 0.62% | - |
| XYZ | 17.54 | 27.01 | 24.37 | - |
| YUV | 122.76 | 130.39 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 127 | 0.69 | 0 | 0.20 | 0.38 | 162.39 | 0.52 | 0.41 |
| Hex | 32 | 9F | 7F | 45 | 0 | 14 | 26 | A2 | 34 | 29 |
| Octal | 62 | 237 | 177 | 105 | 0 | 24 | 46 | 242 | 64 | 51 |
| Binary | 110010 | 10011111 | 1111111 | 1000101 | 0 | 10100 | 100110 | 10100010 | 110100 | 101001 |
Color Harmonies of #329F7F
Complementary color
Monochromatic Colors of #329F7F
Black with #329F7F
Text Example
Text Example
White with #329F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329F7F; }
p { color: rgb(50,159,127); }
H1.HeaderClassName
{
color: #329F7F;
}
.AnyTagClassName
{
color: #329F7F;
}
</style>
background-color css
<style>
a { background-color: #329F7F; }
a { background-color: rgb(50,159,127); }
div.DivClassName
{
background-color: #329F7F;
}
.BgClassName
{
background-color: #329F7F;
}
</style>
border-color css
<style>
span { border-color: #329F7F; }
span { border-color: rgb(50,159,127); }
td.TdClassName
{
border-color: #329F7F;
}
.TagClassName
{
border-color: #329F7F;
}
</style>