#76A596

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

Shades of Acapulco #76A596

Tints of Acapulco #76A596

Color information

#76A596 (or 0x76A596) is unknown color: approx Acapulco. HEX triplet: 76, A5 and 96. RGB value is (118,165,150). Sum of RGB (Red+Green+Blue) = 118+165+150=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 165 - color contains mainly: green. Hex color #76A596 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A596 is #895A69. Grayscale: #959595. Windows color (decimal): -9001578 or 9872758. OLE color: 9872758.

HSL color Cylindrical-coordinate representation of color #76A596: hue angle of 160.85º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76A596 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB118165150-
CMYK0.2800.090.35
HSL160.85º20.7%55.49%-
HSV(B)160.85º28.48%64.71%-
XYZ26.4332.9633.82-
YUV149.24128.43105.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.25%
GREEN value IS 165 (64.84% from 255) = 38.11%
BLUE value IS 150 (58.98% from 255) = 34.64%
R=27.25%
G=38.11%
B=34.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1181651500.2800.090.35160.8520.755.49
Hex76A5961C0923a11537
Octal16624522634011432412567
Binary1110110101001011001011011100010011000111010000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,165,150); }

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

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

 a { background-color: rgb(118,165,150); }

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

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

 span { border-color: rgb(118,165,150); }

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