Shades of Tradewind #74A49C
Tints of Tradewind #74A49C
RGB
CMYK
RGB Variations
Color information
#74A49C (or 0x74A49C) is known color: Tradewind. HEX triplet: 74, A4 and 9C. RGB value is (116,164,156). Sum of RGB (Red+Green+Blue) = 116+164+156=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 164 - color contains mainly: green. Hex color #74A49C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A49C is #8B5B63. Grayscale: #949494. Windows color (decimal): -9132900 or 10265716. OLE color: 10265716.
HSL color Cylindrical-coordinate representation of color #74A49C: hue angle of 170º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #74A49C is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 164 | 156 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.36 |
| HSL | 170º | 0.21% | 0.55% | - |
| HSV(B) | 170º | 0.29% | 0.64% | - |
| XYZ | 26.48 | 32.66 | 36.36 | - |
| YUV | 148.74 | 132.1 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 164 | 156 | 0.29 | 0 | 0.05 | 0.36 | 170 | 0.21 | 0.55 |
| Hex | 74 | A4 | 9C | 1D | 0 | 5 | 24 | AA | 15 | 37 |
| Octal | 164 | 244 | 234 | 35 | 0 | 5 | 44 | 252 | 25 | 67 |
| Binary | 1110100 | 10100100 | 10011100 | 11101 | 0 | 101 | 100100 | 10101010 | 10101 | 110111 |
Color Harmonies of #74A49C
Complementary color
Monochromatic Colors of #74A49C
Black with #74A49C
Text Example
Text Example
White with #74A49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A49C; }
p { color: rgb(116,164,156); }
H1.HeaderClassName
{
color: #74A49C;
}
.AnyTagClassName
{
color: #74A49C;
}
</style>
background-color css
<style>
a { background-color: #74A49C; }
a { background-color: rgb(116,164,156); }
div.DivClassName
{
background-color: #74A49C;
}
.BgClassName
{
background-color: #74A49C;
}
</style>
border-color css
<style>
span { border-color: #74A49C; }
span { border-color: rgb(116,164,156); }
td.TdClassName
{
border-color: #74A49C;
}
.TagClassName
{
border-color: #74A49C;
}
</style>