Shades of Gossamer #379A7D
Tints of Gossamer #379A7D
RGB
CMYK
RGB Variations
Color information
#379A7D (or 0x379A7D) is known color: Gossamer. HEX triplet: 37, 9A and 7D. RGB value is (55,154,125). Sum of RGB (Red+Green+Blue) = 55+154+125=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 154 - color contains mainly: green. Hex color #379A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379A7D is #C86582. Grayscale: #797979. Windows color (decimal): -13133187 or 8231479. OLE color: 8231479.
HSL color Cylindrical-coordinate representation of color #379A7D: hue angle of 162.42º 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 #379A7D is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 154 | 125 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.40 |
| HSL | 162.42º | 0.47% | 0.41% | - |
| HSV(B) | 162.42º | 0.64% | 0.6% | - |
| XYZ | 16.83 | 25.4 | 23.42 | - |
| YUV | 121.09 | 130.2 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 154 | 125 | 0.64 | 0 | 0.19 | 0.40 | 162.42 | 0.47 | 0.41 |
| Hex | 37 | 9A | 7D | 40 | 0 | 13 | 28 | A2 | 2F | 29 |
| Octal | 67 | 232 | 175 | 100 | 0 | 23 | 50 | 242 | 57 | 51 |
| Binary | 110111 | 10011010 | 1111101 | 1000000 | 0 | 10011 | 101000 | 10100010 | 101111 | 101001 |
Color Harmonies of #379A7D
Complementary color
Monochromatic Colors of #379A7D
Black with #379A7D
Text Example
Text Example
White with #379A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379A7D; }
p { color: rgb(55,154,125); }
H1.HeaderClassName
{
color: #379A7D;
}
.AnyTagClassName
{
color: #379A7D;
}
</style>
background-color css
<style>
a { background-color: #379A7D; }
a { background-color: rgb(55,154,125); }
div.DivClassName
{
background-color: #379A7D;
}
.BgClassName
{
background-color: #379A7D;
}
</style>
border-color css
<style>
span { border-color: #379A7D; }
span { border-color: rgb(55,154,125); }
td.TdClassName
{
border-color: #379A7D;
}
.TagClassName
{
border-color: #379A7D;
}
</style>