#76B49B

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

Shades of Acapulco #76B49B

Tints of Acapulco #76B49B

Color information

#76B49B (or 0x76B49B) is unknown color: approx Acapulco. HEX triplet: 76, B4 and 9B. RGB value is (118,180,155). Sum of RGB (Red+Green+Blue) = 118+180+155=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 180 - color contains mainly: green. Hex color #76B49B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B49B is #894B64. Grayscale: #9E9E9E. Windows color (decimal): -8997733 or 10204278. OLE color: 10204278.

HSL color Cylindrical-coordinate representation of color #76B49B: hue angle of 155.81º 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 #76B49B is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB118180155-
CMYK0.3400.140.29
HSL155.81º29.25%58.43%-
HSV(B)155.81º34.44%70.59%-
XYZ29.7138.8636.95-
YUV158.61125.9699.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.05%
GREEN value IS 180 (70.70% from 255) = 39.74%
BLUE value IS 155 (60.94% from 255) = 34.22%
R=26.05%
G=39.74%
B=34.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181801550.3400.140.29155.8129.2558.43
Hex76B49B220E1D9c1d3a
Octal16626423342016352343572
Binary1110110101101001001101110001001110111011001110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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