Shades of Gossamer #27967C
Tints of Gossamer #27967C
RGB
CMYK
RGB Variations
Color information
#27967C (or 0x27967C) is known color: Gossamer. HEX triplet: 27, 96 and 7C. RGB value is (39,150,124). Sum of RGB (Red+Green+Blue) = 39+150+124=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #27967C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27967C is #D86983. Grayscale: #717171. Windows color (decimal): -14182788 or 8164903. OLE color: 8164903.
HSL color Cylindrical-coordinate representation of color #27967C: hue angle of 165.95º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27967C is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 39 | 150 | 124 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.41 |
| HSL | 165.95º | 0.59% | 0.37% | - |
| HSV(B) | 165.95º | 0.74% | 0.59% | - |
| XYZ | 15.38 | 23.7 | 22.83 | - |
| YUV | 113.85 | 133.73 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 150 | 124 | 0.74 | 0 | 0.17 | 0.41 | 165.95 | 0.59 | 0.37 |
| Hex | 27 | 96 | 7C | 4A | 0 | 11 | 29 | A6 | 3B | 25 |
| Octal | 47 | 226 | 174 | 112 | 0 | 21 | 51 | 246 | 73 | 45 |
| Binary | 100111 | 10010110 | 1111100 | 1001010 | 0 | 10001 | 101001 | 10100110 | 111011 | 100101 |
Color Harmonies of #27967C
Complementary color
Monochromatic Colors of #27967C
Black with #27967C
Text Example
Text Example
White with #27967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27967C; }
p { color: rgb(39,150,124); }
H1.HeaderClassName
{
color: #27967C;
}
.AnyTagClassName
{
color: #27967C;
}
</style>
background-color css
<style>
a { background-color: #27967C; }
a { background-color: rgb(39,150,124); }
div.DivClassName
{
background-color: #27967C;
}
.BgClassName
{
background-color: #27967C;
}
</style>
border-color css
<style>
span { border-color: #27967C; }
span { border-color: rgb(39,150,124); }
td.TdClassName
{
border-color: #27967C;
}
.TagClassName
{
border-color: #27967C;
}
</style>