Shades of Gossamer #409B77
Tints of Gossamer #409B77
RGB
CMYK
RGB Variations
Color information
#409B77 (or 0x409B77) is known color: Gossamer. HEX triplet: 40, 9B and 77. RGB value is (64,155,119). Sum of RGB (Red+Green+Blue) = 64+155+119=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #409B77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409B77 is #BF6488. Grayscale: #7B7B7B. Windows color (decimal): -12543113 or 7838528. OLE color: 7838528.
HSL color Cylindrical-coordinate representation of color #409B77: hue angle of 156.26º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409B77 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 155 | 119 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.39 |
| HSL | 156.26º | 0.42% | 0.43% | - |
| HSV(B) | 156.26º | 0.59% | 0.61% | - |
| XYZ | 17.17 | 25.86 | 21.54 | - |
| YUV | 123.69 | 125.35 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 119 | 0.59 | 0 | 0.23 | 0.39 | 156.26 | 0.42 | 0.43 |
| Hex | 40 | 9B | 77 | 3B | 0 | 17 | 27 | 9C | 2A | 2B |
| Octal | 100 | 233 | 167 | 73 | 0 | 27 | 47 | 234 | 52 | 53 |
| Binary | 1000000 | 10011011 | 1110111 | 111011 | 0 | 10111 | 100111 | 10011100 | 101010 | 101011 |
Color Harmonies of #409B77
Complementary color
Monochromatic Colors of #409B77
Black with #409B77
Text Example
Text Example
White with #409B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409B77; }
p { color: rgb(64,155,119); }
H1.HeaderClassName
{
color: #409B77;
}
.AnyTagClassName
{
color: #409B77;
}
</style>
background-color css
<style>
a { background-color: #409B77; }
a { background-color: rgb(64,155,119); }
div.DivClassName
{
background-color: #409B77;
}
.BgClassName
{
background-color: #409B77;
}
</style>
border-color css
<style>
span { border-color: #409B77; }
span { border-color: rgb(64,155,119); }
td.TdClassName
{
border-color: #409B77;
}
.TagClassName
{
border-color: #409B77;
}
</style>