#76A08C

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

Shades of Acapulco #76A08C

Tints of Acapulco #76A08C

Color information

#76A08C (or 0x76A08C) is unknown color: approx Acapulco. HEX triplet: 76, A0 and 8C. RGB value is (118,160,140). Sum of RGB (Red+Green+Blue) = 118+160+140=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 160 - color contains mainly: green. Hex color #76A08C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A08C is #895F73. Grayscale: #919191. Windows color (decimal): -9002868 or 9216118. OLE color: 9216118.

HSL color Cylindrical-coordinate representation of color #76A08C: hue angle of 151.43º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #76A08C is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB118160140-
CMYK0.2600.120.37
HSL151.43º18.1%54.51%-
HSV(B)151.43º26.25%62.75%-
XYZ24.7830.8929.47-
YUV145.16125.09108.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.23%
GREEN value IS 160 (62.89% from 255) = 38.28%
BLUE value IS 140 (55.08% from 255) = 33.49%
R=28.23%
G=38.28%
B=33.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1181601400.2600.120.37151.4318.154.51
Hex76A08C1A0C25971237
Octal16624021432014452272267
Binary1110110101000001000110011010011001001011001011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76A08C; }

 p { color: rgb(118,160,140); }

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

<style>
 a { background-color: #76A08C; }

 a { background-color: rgb(118,160,140); }

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

<style>
 span { border-color: #76A08C; }

 span { border-color: rgb(118,160,140); }

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