Shades of Tradewind #74A79F
Tints of Tradewind #74A79F
RGB
CMYK
RGB Variations
Color information
#74A79F (or 0x74A79F) is known color: Tradewind. HEX triplet: 74, A7 and 9F. RGB value is (116,167,159). Sum of RGB (Red+Green+Blue) = 116+167+159=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 167 - color contains mainly: green. Hex color #74A79F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A79F is #8B5860. Grayscale: #969696. Windows color (decimal): -9132129 or 10463092. OLE color: 10463092.
HSL color Cylindrical-coordinate representation of color #74A79F: hue angle of 170.59º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74A79F is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 167 | 159 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.35 |
| HSL | 170.59º | 0.22% | 0.55% | - |
| HSV(B) | 170.59º | 0.31% | 0.65% | - |
| XYZ | 27.28 | 33.85 | 37.9 | - |
| YUV | 150.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 167 | 159 | 0.31 | 0 | 0.05 | 0.35 | 170.59 | 0.22 | 0.55 |
| Hex | 74 | A7 | 9F | 1F | 0 | 5 | 23 | AB | 16 | 37 |
| Octal | 164 | 247 | 237 | 37 | 0 | 5 | 43 | 253 | 26 | 67 |
| Binary | 1110100 | 10100111 | 10011111 | 11111 | 0 | 101 | 100011 | 10101011 | 10110 | 110111 |
Color Harmonies of #74A79F
Complementary color
Monochromatic Colors of #74A79F
Black with #74A79F
Text Example
Text Example
White with #74A79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A79F; }
p { color: rgb(116,167,159); }
H1.HeaderClassName
{
color: #74A79F;
}
.AnyTagClassName
{
color: #74A79F;
}
</style>
background-color css
<style>
a { background-color: #74A79F; }
a { background-color: rgb(116,167,159); }
div.DivClassName
{
background-color: #74A79F;
}
.BgClassName
{
background-color: #74A79F;
}
</style>
border-color css
<style>
span { border-color: #74A79F; }
span { border-color: rgb(116,167,159); }
td.TdClassName
{
border-color: #74A79F;
}
.TagClassName
{
border-color: #74A79F;
}
</style>