#77A7A3

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

Shades of Tradewind #77A7A3

Tints of Tradewind #77A7A3

Color information

#77A7A3 (or 0x77A7A3) is unknown color: approx Tradewind. HEX triplet: 77, A7 and A3. RGB value is (119,167,163). Sum of RGB (Red+Green+Blue) = 119+167+163=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 167 - color contains mainly: green. Hex color #77A7A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A7A3 is #88585C. Grayscale: #989898. Windows color (decimal): -8935517 or 10725239. OLE color: 10725239.

HSL color Cylindrical-coordinate representation of color #77A7A3: hue angle of 175º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #77A7A3 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB119167163-
CMYK0.2900.020.35
HSL175º21.43%56.08%-
HSV(B)175º28.74%65.49%-
XYZ28.0434.239.77-
YUV152.19134.1104.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.50%
GREEN value IS 167 (65.62% from 255) = 37.19%
BLUE value IS 163 (64.06% from 255) = 36.30%
R=26.50%
G=37.19%
B=36.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1191671630.2900.020.3517521.4356.08
Hex77A7A31D0223af1538
Octal1672472433502432572570
Binary11101111010011110100011111010101000111010111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A7A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,167,163); }

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

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

 a { background-color: rgb(119,167,163); }

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

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

 span { border-color: rgb(119,167,163); }

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