Shades of Tradewind #76A5A0
Tints of Tradewind #76A5A0
RGB
CMYK
RGB Variations
Color information
#76A5A0 (or 0x76A5A0) is known color: Tradewind. HEX triplet: 76, A5 and A0. RGB value is (118,165,160). Sum of RGB (Red+Green+Blue) = 118+165+160=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 165 - color contains mainly: green. Hex color #76A5A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A5A0 is #895A5F. Grayscale: #969696. Windows color (decimal): -9001568 or 10528118. OLE color: 10528118.
HSL color Cylindrical-coordinate representation of color #76A5A0: hue angle of 173.62º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76A5A0 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 165 | 160 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.35 |
| HSL | 173.62º | 0.21% | 0.55% | - |
| HSV(B) | 173.62º | 0.28% | 0.65% | - |
| XYZ | 27.27 | 33.3 | 38.25 | - |
| YUV | 150.38 | 133.43 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 165 | 160 | 0.28 | 0 | 0.03 | 0.35 | 173.62 | 0.21 | 0.55 |
| Hex | 76 | A5 | A0 | 1C | 0 | 3 | 23 | AE | 15 | 37 |
| Octal | 166 | 245 | 240 | 34 | 0 | 3 | 43 | 256 | 25 | 67 |
| Binary | 1110110 | 10100101 | 10100000 | 11100 | 0 | 11 | 100011 | 10101110 | 10101 | 110111 |
Color Harmonies of #76A5A0
Complementary color
Monochromatic Colors of #76A5A0
Black with #76A5A0
Text Example
Text Example
White with #76A5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A5A0; }
p { color: rgb(118,165,160); }
H1.HeaderClassName
{
color: #76A5A0;
}
.AnyTagClassName
{
color: #76A5A0;
}
</style>
background-color css
<style>
a { background-color: #76A5A0; }
a { background-color: rgb(118,165,160); }
div.DivClassName
{
background-color: #76A5A0;
}
.BgClassName
{
background-color: #76A5A0;
}
</style>
border-color css
<style>
span { border-color: #76A5A0; }
span { border-color: rgb(118,165,160); }
td.TdClassName
{
border-color: #76A5A0;
}
.TagClassName
{
border-color: #76A5A0;
}
</style>