Shades of Gossamer #389F77
Tints of Gossamer #389F77
RGB
CMYK
RGB Variations
Color information
#389F77 (or 0x389F77) is known color: Gossamer. HEX triplet: 38, 9F and 77. RGB value is (56,159,119). Sum of RGB (Red+Green+Blue) = 56+159+119=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 159 - color contains mainly: green. Hex color #389F77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389F77 is #C76088. Grayscale: #7B7B7B. Windows color (decimal): -13066377 or 7839544. OLE color: 7839544.
HSL color Cylindrical-coordinate representation of color #389F77: hue angle of 156.7º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #389F77 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 159 | 119 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.38 |
| HSL | 156.7º | 0.48% | 0.42% | - |
| HSV(B) | 156.7º | 0.65% | 0.62% | - |
| XYZ | 17.36 | 26.97 | 21.74 | - |
| YUV | 123.64 | 125.38 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 119 | 0.65 | 0 | 0.25 | 0.38 | 156.7 | 0.48 | 0.42 |
| Hex | 38 | 9F | 77 | 41 | 0 | 19 | 26 | 9D | 30 | 2A |
| Octal | 70 | 237 | 167 | 101 | 0 | 31 | 46 | 235 | 60 | 52 |
| Binary | 111000 | 10011111 | 1110111 | 1000001 | 0 | 11001 | 100110 | 10011101 | 110000 | 101010 |
Color Harmonies of #389F77
Complementary color
Monochromatic Colors of #389F77
Black with #389F77
Text Example
Text Example
White with #389F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389F77; }
p { color: rgb(56,159,119); }
H1.HeaderClassName
{
color: #389F77;
}
.AnyTagClassName
{
color: #389F77;
}
</style>
background-color css
<style>
a { background-color: #389F77; }
a { background-color: rgb(56,159,119); }
div.DivClassName
{
background-color: #389F77;
}
.BgClassName
{
background-color: #389F77;
}
</style>
border-color css
<style>
span { border-color: #389F77; }
span { border-color: rgb(56,159,119); }
td.TdClassName
{
border-color: #389F77;
}
.TagClassName
{
border-color: #389F77;
}
</style>