Shades of Gossamer #43977C
Tints of Gossamer #43977C
RGB
CMYK
RGB Variations
Color information
#43977C (or 0x43977C) is known color: Gossamer. HEX triplet: 43, 97 and 7C. RGB value is (67,151,124). Sum of RGB (Red+Green+Blue) = 67+151+124=342 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.59% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 151 - color contains mainly: green. Hex color #43977C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43977C is #BC6883. Grayscale: #7A7A7A. Windows color (decimal): -12347524 or 8165187. OLE color: 8165187.
HSL color Cylindrical-coordinate representation of color #43977C: hue angle of 160.71º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #43977C is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 67 | 151 | 124 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.41 |
| HSL | 160.71º | 0.39% | 0.43% | - |
| HSV(B) | 160.71º | 0.56% | 0.59% | - |
| XYZ | 17.02 | 24.78 | 22.96 | - |
| YUV | 122.81 | 128.67 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 151 | 124 | 0.56 | 0 | 0.18 | 0.41 | 160.71 | 0.39 | 0.43 |
| Hex | 43 | 97 | 7C | 38 | 0 | 12 | 29 | A1 | 27 | 2B |
| Octal | 103 | 227 | 174 | 70 | 0 | 22 | 51 | 241 | 47 | 53 |
| Binary | 1000011 | 10010111 | 1111100 | 111000 | 0 | 10010 | 101001 | 10100001 | 100111 | 101011 |
Color Harmonies of #43977C
Complementary color
Monochromatic Colors of #43977C
Black with #43977C
Text Example
Text Example
White with #43977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43977C; }
p { color: rgb(67,151,124); }
H1.HeaderClassName
{
color: #43977C;
}
.AnyTagClassName
{
color: #43977C;
}
</style>
background-color css
<style>
a { background-color: #43977C; }
a { background-color: rgb(67,151,124); }
div.DivClassName
{
background-color: #43977C;
}
.BgClassName
{
background-color: #43977C;
}
</style>
border-color css
<style>
span { border-color: #43977C; }
span { border-color: rgb(67,151,124); }
td.TdClassName
{
border-color: #43977C;
}
.TagClassName
{
border-color: #43977C;
}
</style>