#77A49F

Color #77A49F Tradewind (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tradewind #77A49F

Tints of Tradewind #77A49F

Color information

#77A49F (or 0x77A49F) is unknown color: approx Tradewind. HEX triplet: 77, A4 and 9F. RGB value is (119,164,159). Sum of RGB (Red+Green+Blue) = 119+164+159=442 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.92% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 164 - color contains mainly: green. Hex color #77A49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A49F is #885B60. Grayscale: #959595. Windows color (decimal): -8936289 or 10462327. OLE color: 10462327.

HSL color Cylindrical-coordinate representation of color #77A49F: hue angle of 173.33º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #77A49F is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB119164159-
CMYK0.2700.030.36
HSL173.33º19.82%55.49%-
HSV(B)173.33º27.44%64.31%-
XYZ27.1432.9837.74-
YUV149.98133.09105.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 26.92%
GREEN value IS 164 (64.45% from 255) = 37.10%
BLUE value IS 159 (62.5% from 255) = 35.97%
R=26.92%
G=37.10%
B=35.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1191641590.2700.030.36173.3319.8255.49
Hex77A49F1B0324ad1437
Octal1672442373303442552467
Binary11101111010010010011111110110111001001010110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77A49F; }

 p { color: rgb(119,164,159); }

 H1.HeaderClassName
 {
   color: #77A49F;
 }
 .AnyTagClassName
 {
   color: #77A49F;
 }
</style>
background-color css

<style>
 a { background-color: #77A49F; }

 a { background-color: rgb(119,164,159); }

 div.DivClassName
 {
   background-color: #77A49F;
 }
 .BgClassName
 {
   background-color: #77A49F;
 }
</style>
border-color css

<style>
 span { border-color: #77A49F; }

 span { border-color: rgb(119,164,159); }

 td.TdClassName
 {
   border-color: #77A49F;
 }
 .TagClassName
 {
   border-color: #77A49F;
 }
</style>