Shades of Gossamer #379A80
Tints of Gossamer #379A80
RGB
CMYK
RGB Variations
Color information
#379A80 (or 0x379A80) is known color: Gossamer. HEX triplet: 37, 9A and 80. RGB value is (55,154,128). Sum of RGB (Red+Green+Blue) = 55+154+128=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 154 - color contains mainly: green. Hex color #379A80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379A80 is #C8657F. Grayscale: #797979. Windows color (decimal): -13133184 or 8428087. OLE color: 8428087.
HSL color Cylindrical-coordinate representation of color #379A80: hue angle of 164.24º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379A80 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 154 | 128 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.40 |
| HSL | 164.24º | 0.47% | 0.41% | - |
| HSV(B) | 164.24º | 0.64% | 0.6% | - |
| XYZ | 17.03 | 25.48 | 24.44 | - |
| YUV | 121.44 | 131.7 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 154 | 128 | 0.64 | 0 | 0.17 | 0.40 | 164.24 | 0.47 | 0.41 |
| Hex | 37 | 9A | 80 | 40 | 0 | 11 | 28 | A4 | 2F | 29 |
| Octal | 67 | 232 | 200 | 100 | 0 | 21 | 50 | 244 | 57 | 51 |
| Binary | 110111 | 10011010 | 10000000 | 1000000 | 0 | 10001 | 101000 | 10100100 | 101111 | 101001 |
Color Harmonies of #379A80
Complementary color
Monochromatic Colors of #379A80
Black with #379A80
Text Example
Text Example
White with #379A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379A80; }
p { color: rgb(55,154,128); }
H1.HeaderClassName
{
color: #379A80;
}
.AnyTagClassName
{
color: #379A80;
}
</style>
background-color css
<style>
a { background-color: #379A80; }
a { background-color: rgb(55,154,128); }
div.DivClassName
{
background-color: #379A80;
}
.BgClassName
{
background-color: #379A80;
}
</style>
border-color css
<style>
span { border-color: #379A80; }
span { border-color: rgb(55,154,128); }
td.TdClassName
{
border-color: #379A80;
}
.TagClassName
{
border-color: #379A80;
}
</style>