#77A494

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

Shades of Acapulco #77A494

Tints of Acapulco #77A494

Color information

#77A494 (or 0x77A494) is unknown color: approx Acapulco. HEX triplet: 77, A4 and 94. RGB value is (119,164,148). Sum of RGB (Red+Green+Blue) = 119+164+148=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 164 - color contains mainly: green. Hex color #77A494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A494 is #885B6B. Grayscale: #949494. Windows color (decimal): -8936300 or 9741431. OLE color: 9741431.

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

Color convert

RGB119164148-
CMYK0.2700.100.36
HSL158.67º19.82%55.49%-
HSV(B)158.67º27.44%64.31%-
XYZ26.2332.6132.93-
YUV148.72127.59106.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.61%
GREEN value IS 164 (64.45% from 255) = 38.05%
BLUE value IS 148 (58.20% from 255) = 34.34%
R=27.61%
G=38.05%
B=34.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1191641480.2700.100.36158.6719.8255.49
Hex77A4941B0A249f1437
Octal16724422433012442372467
Binary1110111101001001001010011011010101001001001111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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