#77A196

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

Shades of Acapulco #77A196

Tints of Acapulco #77A196

Color information

#77A196 (or 0x77A196) is unknown color: approx Acapulco. HEX triplet: 77, A1 and 96. RGB value is (119,161,150). Sum of RGB (Red+Green+Blue) = 119+161+150=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 161 - color contains mainly: green. Hex color #77A196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A196 is #885E69. Grayscale: #939393. Windows color (decimal): -8937066 or 9871735. OLE color: 9871735.

HSL color Cylindrical-coordinate representation of color #77A196: hue angle of 164.29º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77A196 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB119161150-
CMYK0.2600.070.37
HSL164.29º18.26%54.9%-
HSV(B)164.29º26.09%63.14%-
XYZ25.8631.6133.59-
YUV147.19129.59107.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.67%
GREEN value IS 161 (63.28% from 255) = 37.44%
BLUE value IS 150 (58.98% from 255) = 34.88%
R=27.67%
G=37.44%
B=34.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1191611500.2600.070.37164.2918.2654.9
Hex77A1961A0725a41237
Octal1672412263207452442267
Binary111011110100001100101101101001111001011010010010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,161,150); }

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

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

 a { background-color: rgb(119,161,150); }

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

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

 span { border-color: rgb(119,161,150); }

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