Shades of Tradewind #75A5A1
Tints of Tradewind #75A5A1
RGB
CMYK
RGB Variations
Color information
#75A5A1 (or 0x75A5A1) is known color: Tradewind. HEX triplet: 75, A5 and A1. RGB value is (117,165,161). Sum of RGB (Red+Green+Blue) = 117+165+161=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 165 - color contains mainly: green. Hex color #75A5A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A5A1 is #8A5A5E. Grayscale: #969696. Windows color (decimal): -9067103 or 10593653. OLE color: 10593653.
HSL color Cylindrical-coordinate representation of color #75A5A1: hue angle of 175º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75A5A1 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 165 | 161 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.35 |
| HSL | 175º | 0.21% | 0.55% | - |
| HSV(B) | 175º | 0.29% | 0.65% | - |
| XYZ | 27.22 | 33.27 | 38.7 | - |
| YUV | 150.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 165 | 161 | 0.29 | 0 | 0.02 | 0.35 | 175 | 0.21 | 0.55 |
| Hex | 75 | A5 | A1 | 1D | 0 | 2 | 23 | AF | 15 | 37 |
| Octal | 165 | 245 | 241 | 35 | 0 | 2 | 43 | 257 | 25 | 67 |
| Binary | 1110101 | 10100101 | 10100001 | 11101 | 0 | 10 | 100011 | 10101111 | 10101 | 110111 |
Color Harmonies of #75A5A1
Complementary color
Monochromatic Colors of #75A5A1
Black with #75A5A1
Text Example
Text Example
White with #75A5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A5A1; }
p { color: rgb(117,165,161); }
H1.HeaderClassName
{
color: #75A5A1;
}
.AnyTagClassName
{
color: #75A5A1;
}
</style>
background-color css
<style>
a { background-color: #75A5A1; }
a { background-color: rgb(117,165,161); }
div.DivClassName
{
background-color: #75A5A1;
}
.BgClassName
{
background-color: #75A5A1;
}
</style>
border-color css
<style>
span { border-color: #75A5A1; }
span { border-color: rgb(117,165,161); }
td.TdClassName
{
border-color: #75A5A1;
}
.TagClassName
{
border-color: #75A5A1;
}
</style>