#77A294

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

Shades of Acapulco #77A294

Tints of Acapulco #77A294

Color information

#77A294 (or 0x77A294) is unknown color: approx Acapulco. HEX triplet: 77, A2 and 94. RGB value is (119,162,148). Sum of RGB (Red+Green+Blue) = 119+162+148=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 162 - color contains mainly: green. Hex color #77A294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A294 is #885D6B. Grayscale: #939393. Windows color (decimal): -8936812 or 9740919. OLE color: 9740919.

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

Color convert

RGB119162148-
CMYK0.2700.090.36
HSL160.47º18.78%55.1%-
HSV(B)160.47º26.54%63.53%-
XYZ25.8731.932.81-
YUV147.55128.25107.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.74%
GREEN value IS 162 (63.67% from 255) = 37.76%
BLUE value IS 148 (58.20% from 255) = 34.50%
R=27.74%
G=37.76%
B=34.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1191621480.2700.090.36160.4718.7855.1
Hex77A2941B0924a01337
Octal16724222433011442402367
Binary1110111101000101001010011011010011001001010000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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