Shades of Gossamer #329A7D
Tints of Gossamer #329A7D
RGB
CMYK
RGB Variations
Color information
#329A7D (or 0x329A7D) is known color: Gossamer. HEX triplet: 32, 9A and 7D. RGB value is (50,154,125). Sum of RGB (Red+Green+Blue) = 50+154+125=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 154 (60.55% from 255 or 46.81% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 154 - color contains mainly: green. Hex color #329A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329A7D is #CD6582. Grayscale: #777777. Windows color (decimal): -13460867 or 8231474. OLE color: 8231474.
HSL color Cylindrical-coordinate representation of color #329A7D: hue angle of 163.27º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329A7D is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 154 | 125 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.40 |
| HSL | 163.27º | 0.51% | 0.4% | - |
| HSV(B) | 163.27º | 0.68% | 0.6% | - |
| XYZ | 16.57 | 25.27 | 23.41 | - |
| YUV | 119.6 | 131.04 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 154 | 125 | 0.68 | 0 | 0.19 | 0.40 | 163.27 | 0.51 | 0.4 |
| Hex | 32 | 9A | 7D | 44 | 0 | 13 | 28 | A3 | 33 | 28 |
| Octal | 62 | 232 | 175 | 104 | 0 | 23 | 50 | 243 | 63 | 50 |
| Binary | 110010 | 10011010 | 1111101 | 1000100 | 0 | 10011 | 101000 | 10100011 | 110011 | 101000 |
Color Harmonies of #329A7D
Complementary color
Monochromatic Colors of #329A7D
Black with #329A7D
Text Example
Text Example
White with #329A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329A7D; }
p { color: rgb(50,154,125); }
H1.HeaderClassName
{
color: #329A7D;
}
.AnyTagClassName
{
color: #329A7D;
}
</style>
background-color css
<style>
a { background-color: #329A7D; }
a { background-color: rgb(50,154,125); }
div.DivClassName
{
background-color: #329A7D;
}
.BgClassName
{
background-color: #329A7D;
}
</style>
border-color css
<style>
span { border-color: #329A7D; }
span { border-color: rgb(50,154,125); }
td.TdClassName
{
border-color: #329A7D;
}
.TagClassName
{
border-color: #329A7D;
}
</style>