Shades of Tradewind #76A6A1
Tints of Tradewind #76A6A1
RGB
CMYK
RGB Variations
Color information
#76A6A1 (or 0x76A6A1) is known color: Tradewind. HEX triplet: 76, A6 and A1. RGB value is (118,166,161). Sum of RGB (Red+Green+Blue) = 118+166+161=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 166 - color contains mainly: green. Hex color #76A6A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A6A1 is #89595E. Grayscale: #979797. Windows color (decimal): -9001311 or 10593910. OLE color: 10593910.
HSL color Cylindrical-coordinate representation of color #76A6A1: hue angle of 173.75º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76A6A1 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 166 | 161 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.35 |
| HSL | 173.75º | 0.21% | 0.56% | - |
| HSV(B) | 173.75º | 0.29% | 0.65% | - |
| XYZ | 27.54 | 33.7 | 38.77 | - |
| YUV | 151.08 | 133.6 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 166 | 161 | 0.29 | 0 | 0.03 | 0.35 | 173.75 | 0.21 | 0.56 |
| Hex | 76 | A6 | A1 | 1D | 0 | 3 | 23 | AE | 15 | 38 |
| Octal | 166 | 246 | 241 | 35 | 0 | 3 | 43 | 256 | 25 | 70 |
| Binary | 1110110 | 10100110 | 10100001 | 11101 | 0 | 11 | 100011 | 10101110 | 10101 | 111000 |
Color Harmonies of #76A6A1
Complementary color
Monochromatic Colors of #76A6A1
Black with #76A6A1
Text Example
Text Example
White with #76A6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A6A1; }
p { color: rgb(118,166,161); }
H1.HeaderClassName
{
color: #76A6A1;
}
.AnyTagClassName
{
color: #76A6A1;
}
</style>
background-color css
<style>
a { background-color: #76A6A1; }
a { background-color: rgb(118,166,161); }
div.DivClassName
{
background-color: #76A6A1;
}
.BgClassName
{
background-color: #76A6A1;
}
</style>
border-color css
<style>
span { border-color: #76A6A1; }
span { border-color: rgb(118,166,161); }
td.TdClassName
{
border-color: #76A6A1;
}
.TagClassName
{
border-color: #76A6A1;
}
</style>