Shades of Gossamer #40977E
Tints of Gossamer #40977E
RGB
CMYK
RGB Variations
Color information
#40977E (or 0x40977E) is known color: Gossamer. HEX triplet: 40, 97 and 7E. RGB value is (64,151,126). Sum of RGB (Red+Green+Blue) = 64+151+126=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 151 - color contains mainly: green. Hex color #40977E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40977E is #BF6881. Grayscale: #7A7A7A. Windows color (decimal): -12544130 or 8296256. OLE color: 8296256.
HSL color Cylindrical-coordinate representation of color #40977E: hue angle of 162.76º degrees, saturation: 0.4, 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 #40977E is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 151 | 126 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.41 |
| HSL | 162.76º | 0.4% | 0.42% | - |
| HSV(B) | 162.76º | 0.58% | 0.59% | - |
| XYZ | 16.95 | 24.73 | 23.62 | - |
| YUV | 122.14 | 130.18 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 151 | 126 | 0.58 | 0 | 0.17 | 0.41 | 162.76 | 0.4 | 0.42 |
| Hex | 40 | 97 | 7E | 3A | 0 | 11 | 29 | A3 | 28 | 2A |
| Octal | 100 | 227 | 176 | 72 | 0 | 21 | 51 | 243 | 50 | 52 |
| Binary | 1000000 | 10010111 | 1111110 | 111010 | 0 | 10001 | 101001 | 10100011 | 101000 | 101010 |
Color Harmonies of #40977E
Complementary color
Monochromatic Colors of #40977E
Black with #40977E
Text Example
Text Example
White with #40977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40977E; }
p { color: rgb(64,151,126); }
H1.HeaderClassName
{
color: #40977E;
}
.AnyTagClassName
{
color: #40977E;
}
</style>
background-color css
<style>
a { background-color: #40977E; }
a { background-color: rgb(64,151,126); }
div.DivClassName
{
background-color: #40977E;
}
.BgClassName
{
background-color: #40977E;
}
</style>
border-color css
<style>
span { border-color: #40977E; }
span { border-color: rgb(64,151,126); }
td.TdClassName
{
border-color: #40977E;
}
.TagClassName
{
border-color: #40977E;
}
</style>