Shades of Gossamer #33A077
Tints of Gossamer #33A077
RGB
CMYK
RGB Variations
Color information
#33A077 (or 0x33A077) is known color: Gossamer. HEX triplet: 33, A0 and 77. RGB value is (51,160,119). Sum of RGB (Red+Green+Blue) = 51+160+119=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 160 - color contains mainly: green. Hex color #33A077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A077 is #CC5F88. Grayscale: #7A7A7A. Windows color (decimal): -13393801 or 7839795. OLE color: 7839795.
HSL color Cylindrical-coordinate representation of color #33A077: hue angle of 157.43º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33A077 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 160 | 119 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.37 |
| HSL | 157.43º | 0.52% | 0.41% | - |
| HSV(B) | 157.43º | 0.68% | 0.63% | - |
| XYZ | 17.27 | 27.18 | 21.79 | - |
| YUV | 122.74 | 125.89 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 160 | 119 | 0.68 | 0 | 0.26 | 0.37 | 157.43 | 0.52 | 0.41 |
| Hex | 33 | A0 | 77 | 44 | 0 | 1A | 25 | 9D | 34 | 29 |
| Octal | 63 | 240 | 167 | 104 | 0 | 32 | 45 | 235 | 64 | 51 |
| Binary | 110011 | 10100000 | 1110111 | 1000100 | 0 | 11010 | 100101 | 10011101 | 110100 | 101001 |
Color Harmonies of #33A077
Complementary color
Monochromatic Colors of #33A077
Black with #33A077
Text Example
Text Example
White with #33A077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A077; }
p { color: rgb(51,160,119); }
H1.HeaderClassName
{
color: #33A077;
}
.AnyTagClassName
{
color: #33A077;
}
</style>
background-color css
<style>
a { background-color: #33A077; }
a { background-color: rgb(51,160,119); }
div.DivClassName
{
background-color: #33A077;
}
.BgClassName
{
background-color: #33A077;
}
</style>
border-color css
<style>
span { border-color: #33A077; }
span { border-color: rgb(51,160,119); }
td.TdClassName
{
border-color: #33A077;
}
.TagClassName
{
border-color: #33A077;
}
</style>