#77BA9E

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

Shades of Acapulco #77BA9E

Tints of Acapulco #77BA9E

Color information

#77BA9E (or 0x77BA9E) is unknown color: approx Acapulco. HEX triplet: 77, BA and 9E. RGB value is (119,186,158). Sum of RGB (Red+Green+Blue) = 119+186+158=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BA9E is #884561. Grayscale: #A2A2A2. Windows color (decimal): -8930658 or 10402423. OLE color: 10402423.

HSL color Cylindrical-coordinate representation of color #77BA9E: hue angle of 154.93º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77BA9E is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB119186158-
CMYK0.3600.150.27
HSL154.93º32.68%59.8%-
HSV(B)154.93º36.02%72.94%-
XYZ31.3441.5138.71-
YUV162.77125.396.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.70%
GREEN value IS 186 (73.05% from 255) = 40.17%
BLUE value IS 158 (62.11% from 255) = 34.13%
R=25.70%
G=40.17%
B=34.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191861580.3600.150.27154.9332.6859.8
Hex77BA9E240F1B9b213c
Octal16727223644017332334174
Binary11101111011101010011110100100011111101110011011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,186,158); }

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

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

 a { background-color: rgb(119,186,158); }

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

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

 span { border-color: rgb(119,186,158); }

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