#76A090

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

Shades of Acapulco #76A090

Tints of Acapulco #76A090

Color information

#76A090 (or 0x76A090) is unknown color: approx Acapulco. HEX triplet: 76, A0 and 90. RGB value is (118,160,144). Sum of RGB (Red+Green+Blue) = 118+160+144=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 160 - color contains mainly: green. Hex color #76A090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A090 is #895F6F. Grayscale: #919191. Windows color (decimal): -9002864 or 9478262. OLE color: 9478262.

HSL color Cylindrical-coordinate representation of color #76A090: hue angle of 157.14º 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 #76A090 is Cyan = 0.26, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB118160144-
CMYK0.2600.10.37
HSL157.14º18.1%54.51%-
HSV(B)157.14º26.25%62.75%-
XYZ25.0831.0131.05-
YUV145.62127.09108.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.96%
GREEN value IS 160 (62.89% from 255) = 37.91%
BLUE value IS 144 (56.64% from 255) = 34.12%
R=27.96%
G=37.91%
B=34.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1181601440.2600.10.37157.1418.154.51
Hex76A0901A0A259d1237
Octal16624022032012452352267
Binary1110110101000001001000011010010101001011001110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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