#77AF94

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

Shades of Acapulco #77AF94

Tints of Acapulco #77AF94

Color information

#77AF94 (or 0x77AF94) is unknown color: approx Acapulco. HEX triplet: 77, AF and 94. RGB value is (119,175,148). Sum of RGB (Red+Green+Blue) = 119+175+148=442 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.92% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #77AF94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AF94 is #88506B. Grayscale: #9B9B9B. Windows color (decimal): -8933484 or 9744247. OLE color: 9744247.

HSL color Cylindrical-coordinate representation of color #77AF94: hue angle of 151.07º degrees, saturation: 0.26, 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 #77AF94 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB119175148-
CMYK0.3200.150.31
HSL151.07º25.93%57.65%-
HSV(B)151.07º32%68.63%-
XYZ28.2836.7233.61-
YUV155.18123.95102.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.92%
GREEN value IS 175 (68.75% from 255) = 39.59%
BLUE value IS 148 (58.20% from 255) = 33.48%
R=26.92%
G=39.59%
B=33.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191751480.3200.150.31151.0725.9357.65
Hex77AF94200F1F971a3a
Octal16725722440017372273272
Binary1110111101011111001010010000001111111111001011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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