Shades of Gossamer #33907C
Tints of Gossamer #33907C
RGB
CMYK
RGB Variations
Color information
#33907C (or 0x33907C) is known color: Gossamer. HEX triplet: 33, 90 and 7C. RGB value is (51,144,124). Sum of RGB (Red+Green+Blue) = 51+144+124=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #33907C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33907C is #CC6F83. Grayscale: #717171. Windows color (decimal): -13397892 or 8163379. OLE color: 8163379.
HSL color Cylindrical-coordinate representation of color #33907C: hue angle of 167.1º 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 #33907C is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 144 | 124 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.44 |
| HSL | 167.1º | 0.48% | 0.38% | - |
| HSV(B) | 167.1º | 0.65% | 0.56% | - |
| XYZ | 14.98 | 22.11 | 22.55 | - |
| YUV | 113.91 | 133.69 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 144 | 124 | 0.65 | 0 | 0.14 | 0.44 | 167.1 | 0.48 | 0.38 |
| Hex | 33 | 90 | 7C | 41 | 0 | E | 2C | A7 | 30 | 26 |
| Octal | 63 | 220 | 174 | 101 | 0 | 16 | 54 | 247 | 60 | 46 |
| Binary | 110011 | 10010000 | 1111100 | 1000001 | 0 | 1110 | 101100 | 10100111 | 110000 | 100110 |
Color Harmonies of #33907C
Complementary color
Monochromatic Colors of #33907C
Black with #33907C
Text Example
Text Example
White with #33907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33907C; }
p { color: rgb(51,144,124); }
H1.HeaderClassName
{
color: #33907C;
}
.AnyTagClassName
{
color: #33907C;
}
</style>
background-color css
<style>
a { background-color: #33907C; }
a { background-color: rgb(51,144,124); }
div.DivClassName
{
background-color: #33907C;
}
.BgClassName
{
background-color: #33907C;
}
</style>
border-color css
<style>
span { border-color: #33907C; }
span { border-color: rgb(51,144,124); }
td.TdClassName
{
border-color: #33907C;
}
.TagClassName
{
border-color: #33907C;
}
</style>