#77A498

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

Shades of Acapulco #77A498

Tints of Acapulco #77A498

Color information

#77A498 (or 0x77A498) is unknown color: approx Acapulco. HEX triplet: 77, A4 and 98. RGB value is (119,164,152). Sum of RGB (Red+Green+Blue) = 119+164+152=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 164 - color contains mainly: green. Hex color #77A498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A498 is #885B67. Grayscale: #959595. Windows color (decimal): -8936296 or 10003575. OLE color: 10003575.

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

Color convert

RGB119164152-
CMYK0.2700.070.36
HSL164º19.82%55.49%-
HSV(B)164º27.44%64.31%-
XYZ26.5532.7434.63-
YUV149.18129.59106.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.36%
GREEN value IS 164 (64.45% from 255) = 37.70%
BLUE value IS 152 (59.77% from 255) = 34.94%
R=27.36%
G=37.70%
B=34.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1191641520.2700.070.3616419.8255.49
Hex77A4981B0724a41437
Octal1672442303307442442467
Binary111011110100100100110001101101111001001010010010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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