#76A397

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

Shades of Acapulco #76A397

Tints of Acapulco #76A397

Color information

#76A397 (or 0x76A397) is unknown color: approx Acapulco. HEX triplet: 76, A3 and 97. RGB value is (118,163,151). Sum of RGB (Red+Green+Blue) = 118+163+151=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 163 - color contains mainly: green. Hex color #76A397 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A397 is #895C68. Grayscale: #949494. Windows color (decimal): -9002089 or 9937782. OLE color: 9937782.

HSL color Cylindrical-coordinate representation of color #76A397: hue angle of 164º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76A397 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB118163151-
CMYK0.2800.070.36
HSL164º19.65%55.1%-
HSV(B)164º27.61%63.92%-
XYZ26.1532.2834.13-
YUV148.18129.59106.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.31%
GREEN value IS 163 (64.06% from 255) = 37.73%
BLUE value IS 151 (59.38% from 255) = 34.95%
R=27.31%
G=37.73%
B=34.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1181631510.2800.070.3616419.6555.1
Hex76A3971C0724a41437
Octal1662432273407442442467
Binary111011010100011100101111110001111001001010010010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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