#77A89B

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

Shades of Acapulco #77A89B

Tints of Acapulco #77A89B

Color information

#77A89B (or 0x77A89B) is unknown color: approx Acapulco. HEX triplet: 77, A8 and 9B. RGB value is (119,168,155). Sum of RGB (Red+Green+Blue) = 119+168+155=442 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.92% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 168 - color contains mainly: green. Hex color #77A89B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A89B is #885764. Grayscale: #979797. Windows color (decimal): -8935269 or 10201207. OLE color: 10201207.

HSL color Cylindrical-coordinate representation of color #77A89B: hue angle of 164.08º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #77A89B is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB119168155-
CMYK0.2900.080.34
HSL164.08º21.97%56.27%-
HSV(B)164.08º29.17%65.88%-
XYZ27.5334.2936.18-
YUV151.87129.77104.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.92%
GREEN value IS 168 (66.02% from 255) = 38.01%
BLUE value IS 155 (60.94% from 255) = 35.07%
R=26.92%
G=38.01%
B=35.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1191681550.2900.080.34164.0821.9756.27
Hex77A89B1D0822a41638
Octal16725023335010422442670
Binary1110111101010001001101111101010001000101010010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,168,155); }

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

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

 a { background-color: rgb(119,168,155); }

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

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

 span { border-color: rgb(119,168,155); }

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