Shades of Tradewind #77A19B
Tints of Tradewind #77A19B
RGB
CMYK
RGB Variations
Color information
#77A19B (or 0x77A19B) is known color: Tradewind. HEX triplet: 77, A1 and 9B. RGB value is (119,161,155). Sum of RGB (Red+Green+Blue) = 119+161+155=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 161 - color contains mainly: green. Hex color #77A19B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A19B is #885E64. Grayscale: #939393. Windows color (decimal): -8937061 or 10199415. OLE color: 10199415.
HSL color Cylindrical-coordinate representation of color #77A19B: hue angle of 171.43º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77A19B is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 161 | 155 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.37 |
| HSL | 171.43º | 0.18% | 0.55% | - |
| HSV(B) | 171.43º | 0.26% | 0.63% | - |
| XYZ | 26.27 | 31.78 | 35.76 | - |
| YUV | 147.76 | 132.09 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 161 | 155 | 0.26 | 0 | 0.04 | 0.37 | 171.43 | 0.18 | 0.55 |
| Hex | 77 | A1 | 9B | 1A | 0 | 4 | 25 | AB | 12 | 37 |
| Octal | 167 | 241 | 233 | 32 | 0 | 4 | 45 | 253 | 22 | 67 |
| Binary | 1110111 | 10100001 | 10011011 | 11010 | 0 | 100 | 100101 | 10101011 | 10010 | 110111 |
Color Harmonies of #77A19B
Complementary color
Monochromatic Colors of #77A19B
Black with #77A19B
Text Example
Text Example
White with #77A19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A19B; }
p { color: rgb(119,161,155); }
H1.HeaderClassName
{
color: #77A19B;
}
.AnyTagClassName
{
color: #77A19B;
}
</style>
background-color css
<style>
a { background-color: #77A19B; }
a { background-color: rgb(119,161,155); }
div.DivClassName
{
background-color: #77A19B;
}
.BgClassName
{
background-color: #77A19B;
}
</style>
border-color css
<style>
span { border-color: #77A19B; }
span { border-color: rgb(119,161,155); }
td.TdClassName
{
border-color: #77A19B;
}
.TagClassName
{
border-color: #77A19B;
}
</style>