#77A29D

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

Shades of Tradewind #77A29D

Tints of Tradewind #77A29D

Color information

#77A29D (or 0x77A29D) is unknown color: approx Tradewind. HEX triplet: 77, A2 and 9D. RGB value is (119,162,157). Sum of RGB (Red+Green+Blue) = 119+162+157=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 162 - color contains mainly: green. Hex color #77A29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A29D is #885D62. Grayscale: #949494. Windows color (decimal): -8936803 or 10330743. OLE color: 10330743.

HSL color Cylindrical-coordinate representation of color #77A29D: hue angle of 173.02º degrees, saturation: 0.19, 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 #77A29D is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB119162157-
CMYK0.2700.030.36
HSL173.02º18.78%55.1%-
HSV(B)173.02º26.54%63.53%-
XYZ26.6132.236.71-
YUV148.57132.75106.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.17%
GREEN value IS 162 (63.67% from 255) = 36.99%
BLUE value IS 157 (61.72% from 255) = 35.84%
R=27.17%
G=36.99%
B=35.84%

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
Decimal1191621570.2700.030.36173.0218.7855.1
Hex77A29D1B0324ad1337
Octal1672422353303442552367
Binary11101111010001010011101110110111001001010110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,162,157); }

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

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

 a { background-color: rgb(119,162,157); }

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

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

 span { border-color: rgb(119,162,157); }

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