Shades of Gossamer #3F977C
Tints of Gossamer #3F977C
RGB
CMYK
RGB Variations
Color information
#3F977C (or 0x3F977C) is known color: Gossamer. HEX triplet: 3F, 97 and 7C. RGB value is (63,151,124). Sum of RGB (Red+Green+Blue) = 63+151+124=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 151 - color contains mainly: green. Hex color #3F977C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F977C is #C06883. Grayscale: #797979. Windows color (decimal): -12609668 or 8165183. OLE color: 8165183.
HSL color Cylindrical-coordinate representation of color #3F977C: hue angle of 161.59º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F977C is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 151 | 124 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.41 |
| HSL | 161.59º | 0.41% | 0.42% | - |
| HSV(B) | 161.59º | 0.58% | 0.59% | - |
| XYZ | 16.75 | 24.65 | 22.94 | - |
| YUV | 121.61 | 129.35 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 151 | 124 | 0.58 | 0 | 0.18 | 0.41 | 161.59 | 0.41 | 0.42 |
| Hex | 3F | 97 | 7C | 3A | 0 | 12 | 29 | A2 | 29 | 2A |
| Octal | 77 | 227 | 174 | 72 | 0 | 22 | 51 | 242 | 51 | 52 |
| Binary | 111111 | 10010111 | 1111100 | 111010 | 0 | 10010 | 101001 | 10100010 | 101001 | 101010 |
Color Harmonies of #3F977C
Complementary color
Monochromatic Colors of #3F977C
Black with #3F977C
Text Example
Text Example
White with #3F977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F977C; }
p { color: rgb(63,151,124); }
H1.HeaderClassName
{
color: #3F977C;
}
.AnyTagClassName
{
color: #3F977C;
}
</style>
background-color css
<style>
a { background-color: #3F977C; }
a { background-color: rgb(63,151,124); }
div.DivClassName
{
background-color: #3F977C;
}
.BgClassName
{
background-color: #3F977C;
}
</style>
border-color css
<style>
span { border-color: #3F977C; }
span { border-color: rgb(63,151,124); }
td.TdClassName
{
border-color: #3F977C;
}
.TagClassName
{
border-color: #3F977C;
}
</style>