Shades of Gossamer #379B76
Tints of Gossamer #379B76
RGB
CMYK
RGB Variations
Color information
#379B76 (or 0x379B76) is known color: Gossamer. HEX triplet: 37, 9B and 76. RGB value is (55,155,118). Sum of RGB (Red+Green+Blue) = 55+155+118=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #379B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379B76 is #C86489. Grayscale: #787878. Windows color (decimal): -13132938 or 7772983. OLE color: 7772983.
HSL color Cylindrical-coordinate representation of color #379B76: hue angle of 157.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379B76 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 155 | 118 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.39 |
| HSL | 157.8º | 0.48% | 0.41% | - |
| HSV(B) | 157.8º | 0.65% | 0.61% | - |
| XYZ | 16.57 | 25.56 | 21.2 | - |
| YUV | 120.88 | 126.37 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 155 | 118 | 0.65 | 0 | 0.24 | 0.39 | 157.8 | 0.48 | 0.41 |
| Hex | 37 | 9B | 76 | 41 | 0 | 18 | 27 | 9E | 30 | 29 |
| Octal | 67 | 233 | 166 | 101 | 0 | 30 | 47 | 236 | 60 | 51 |
| Binary | 110111 | 10011011 | 1110110 | 1000001 | 0 | 11000 | 100111 | 10011110 | 110000 | 101001 |
Color Harmonies of #379B76
Complementary color
Monochromatic Colors of #379B76
Black with #379B76
Text Example
Text Example
White with #379B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379B76; }
p { color: rgb(55,155,118); }
H1.HeaderClassName
{
color: #379B76;
}
.AnyTagClassName
{
color: #379B76;
}
</style>
background-color css
<style>
a { background-color: #379B76; }
a { background-color: rgb(55,155,118); }
div.DivClassName
{
background-color: #379B76;
}
.BgClassName
{
background-color: #379B76;
}
</style>
border-color css
<style>
span { border-color: #379B76; }
span { border-color: rgb(55,155,118); }
td.TdClassName
{
border-color: #379B76;
}
.TagClassName
{
border-color: #379B76;
}
</style>