#77A08A

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

Shades of Acapulco #77A08A

Tints of Acapulco #77A08A

Color information

#77A08A (or 0x77A08A) is unknown color: approx Acapulco. HEX triplet: 77, A0 and 8A. RGB value is (119,160,138). Sum of RGB (Red+Green+Blue) = 119+160+138=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 160 - color contains mainly: green. Hex color #77A08A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A08A is #885F75. Grayscale: #919191. Windows color (decimal): -8937334 or 9085047. OLE color: 9085047.

HSL color Cylindrical-coordinate representation of color #77A08A: hue angle of 147.8º 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 #77A08A is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB119160138-
CMYK0.2600.140.37
HSL147.8º17.75%54.71%-
HSV(B)147.8º25.62%62.75%-
XYZ24.7730.928.7-
YUV145.23123.92109.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.54%
GREEN value IS 160 (62.89% from 255) = 38.37%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=28.54%
G=38.37%
B=33.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1191601380.2600.140.37147.817.7554.71
Hex77A08A1A0E25941237
Octal16724021232016452242267
Binary1110111101000001000101011010011101001011001010010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,160,138); }

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

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

 a { background-color: rgb(119,160,138); }

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

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

 span { border-color: rgb(119,160,138); }

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