#77A49A

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

Shades of Acapulco #77A49A

Tints of Acapulco #77A49A

Color information

#77A49A (or 0x77A49A) is unknown color: approx Acapulco. HEX triplet: 77, A4 and 9A. RGB value is (119,164,154). Sum of RGB (Red+Green+Blue) = 119+164+154=437 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.23% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 164 - color contains mainly: green. Hex color #77A49A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A49A is #885B65. Grayscale: #959595. Windows color (decimal): -8936294 or 10134647. OLE color: 10134647.

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

Color convert

RGB119164154-
CMYK0.2700.060.36
HSL166.67º19.82%55.49%-
HSV(B)166.67º27.44%64.31%-
XYZ26.7232.8135.5-
YUV149.4130.59106.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.23%
GREEN value IS 164 (64.45% from 255) = 37.53%
BLUE value IS 154 (60.55% from 255) = 35.24%
R=27.23%
G=37.53%
B=35.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1191641540.2700.060.36166.6719.8255.49
Hex77A49A1B0624a71437
Octal1672442323306442472467
Binary111011110100100100110101101101101001001010011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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