#77B094

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

Shades of Acapulco #77B094

Tints of Acapulco #77B094

Color information

#77B094 (or 0x77B094) is unknown color: approx Acapulco. HEX triplet: 77, B0 and 94. RGB value is (119,176,148). Sum of RGB (Red+Green+Blue) = 119+176+148=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 176 - color contains mainly: green. Hex color #77B094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77B094 is #884F6B. Grayscale: #9B9B9B. Windows color (decimal): -8933228 or 9744503. OLE color: 9744503.

HSL color Cylindrical-coordinate representation of color #77B094: hue angle of 150.53º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77B094 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB119176148-
CMYK0.3200.160.31
HSL150.53º26.51%57.84%-
HSV(B)150.53º32.39%69.02%-
XYZ28.4837.1133.68-
YUV155.76123.62101.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.86%
GREEN value IS 176 (69.14% from 255) = 39.73%
BLUE value IS 148 (58.20% from 255) = 33.41%
R=26.86%
G=39.73%
B=33.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191761480.3200.160.31150.5326.5157.84
Hex77B094200101F971b3a
Octal16726022440020372273372
Binary11101111011000010010100100000010000111111001011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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