#76B497

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

Shades of Acapulco #76B497

Tints of Acapulco #76B497

Color information

#76B497 (or 0x76B497) is unknown color: approx Acapulco. HEX triplet: 76, B4 and 97. RGB value is (118,180,151). Sum of RGB (Red+Green+Blue) = 118+180+151=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #76B497 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B497 is #894B68. Grayscale: #9E9E9E. Windows color (decimal): -8997737 or 9942134. OLE color: 9942134.

HSL color Cylindrical-coordinate representation of color #76B497: hue angle of 151.94º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B497 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB118180151-
CMYK0.3400.160.29
HSL151.94º29.25%58.43%-
HSV(B)151.94º34.44%70.59%-
XYZ29.3838.7335.21-
YUV158.16123.9699.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.28%
GREEN value IS 180 (70.70% from 255) = 40.09%
BLUE value IS 151 (59.38% from 255) = 33.63%
R=26.28%
G=40.09%
B=33.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181801510.3400.160.29151.9429.2558.43
Hex76B497220101D981d3a
Octal16626422742020352303572
Binary11101101011010010010111100010010000111011001100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,180,151); }

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

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

 a { background-color: rgb(118,180,151); }

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

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

 span { border-color: rgb(118,180,151); }

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