Shades of Gossamer #27947D
Tints of Gossamer #27947D
RGB
CMYK
RGB Variations
Color information
#27947D (or 0x27947D) is known color: Gossamer. HEX triplet: 27, 94 and 7D. RGB value is (39,148,125). Sum of RGB (Red+Green+Blue) = 39+148+125=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #27947D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27947D is #D86B82. Grayscale: #707070. Windows color (decimal): -14183299 or 8229927. OLE color: 8229927.
HSL color Cylindrical-coordinate representation of color #27947D: hue angle of 167.34º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27947D is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 148 | 125 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.42 |
| HSL | 167.34º | 0.58% | 0.37% | - |
| HSV(B) | 167.34º | 0.74% | 0.58% | - |
| XYZ | 15.13 | 23.09 | 23.06 | - |
| YUV | 112.79 | 134.89 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 148 | 125 | 0.74 | 0 | 0.16 | 0.42 | 167.34 | 0.58 | 0.37 |
| Hex | 27 | 94 | 7D | 4A | 0 | 10 | 2A | A7 | 3A | 25 |
| Octal | 47 | 224 | 175 | 112 | 0 | 20 | 52 | 247 | 72 | 45 |
| Binary | 100111 | 10010100 | 1111101 | 1001010 | 0 | 10000 | 101010 | 10100111 | 111010 | 100101 |
Color Harmonies of #27947D
Complementary color
Monochromatic Colors of #27947D
Black with #27947D
Text Example
Text Example
White with #27947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27947D; }
p { color: rgb(39,148,125); }
H1.HeaderClassName
{
color: #27947D;
}
.AnyTagClassName
{
color: #27947D;
}
</style>
background-color css
<style>
a { background-color: #27947D; }
a { background-color: rgb(39,148,125); }
div.DivClassName
{
background-color: #27947D;
}
.BgClassName
{
background-color: #27947D;
}
</style>
border-color css
<style>
span { border-color: #27947D; }
span { border-color: rgb(39,148,125); }
td.TdClassName
{
border-color: #27947D;
}
.TagClassName
{
border-color: #27947D;
}
</style>