Shades of Tradewind #77A6A2
Tints of Tradewind #77A6A2
RGB
CMYK
RGB Variations
Color information
#77A6A2 (or 0x77A6A2) is known color: Tradewind. HEX triplet: 77, A6 and A2. RGB value is (119,166,162). Sum of RGB (Red+Green+Blue) = 119+166+162=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 166 - color contains mainly: green. Hex color #77A6A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A6A2 is #88595D. Grayscale: #979797. Windows color (decimal): -8935774 or 10659447. OLE color: 10659447.
HSL color Cylindrical-coordinate representation of color #77A6A2: hue angle of 174.89º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #77A6A2 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 166 | 162 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.35 |
| HSL | 174.89º | 0.21% | 0.56% | - |
| HSV(B) | 174.89º | 0.28% | 0.65% | - |
| XYZ | 27.77 | 33.8 | 39.24 | - |
| YUV | 151.49 | 133.93 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 166 | 162 | 0.28 | 0 | 0.02 | 0.35 | 174.89 | 0.21 | 0.56 |
| Hex | 77 | A6 | A2 | 1C | 0 | 2 | 23 | AF | 15 | 38 |
| Octal | 167 | 246 | 242 | 34 | 0 | 2 | 43 | 257 | 25 | 70 |
| Binary | 1110111 | 10100110 | 10100010 | 11100 | 0 | 10 | 100011 | 10101111 | 10101 | 111000 |
Color Harmonies of #77A6A2
Complementary color
Monochromatic Colors of #77A6A2
Black with #77A6A2
Text Example
Text Example
White with #77A6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A6A2; }
p { color: rgb(119,166,162); }
H1.HeaderClassName
{
color: #77A6A2;
}
.AnyTagClassName
{
color: #77A6A2;
}
</style>
background-color css
<style>
a { background-color: #77A6A2; }
a { background-color: rgb(119,166,162); }
div.DivClassName
{
background-color: #77A6A2;
}
.BgClassName
{
background-color: #77A6A2;
}
</style>
border-color css
<style>
span { border-color: #77A6A2; }
span { border-color: rgb(119,166,162); }
td.TdClassName
{
border-color: #77A6A2;
}
.TagClassName
{
border-color: #77A6A2;
}
</style>