#76A292

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

Shades of Acapulco #76A292

Tints of Acapulco #76A292

Color information

#76A292 (or 0x76A292) is unknown color: approx Acapulco. HEX triplet: 76, A2 and 92. RGB value is (118,162,146). Sum of RGB (Red+Green+Blue) = 118+162+146=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 162 - color contains mainly: green. Hex color #76A292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A292 is #895D6D. Grayscale: #939393. Windows color (decimal): -9002350 or 9609846. OLE color: 9609846.

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

Color convert

RGB118162146-
CMYK0.2700.100.36
HSL158.18º19.13%54.9%-
HSV(B)158.18º27.16%63.53%-
XYZ25.5831.7731.98-
YUV147.02127.42107.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.70%
GREEN value IS 162 (63.67% from 255) = 38.03%
BLUE value IS 146 (57.42% from 255) = 34.27%
R=27.70%
G=38.03%
B=34.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1181621460.2700.100.36158.1819.1354.9
Hex76A2921B0A249e1337
Octal16624222233012442362367
Binary1110110101000101001001011011010101001001001111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,162,146); }

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

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

 a { background-color: rgb(118,162,146); }

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

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

 span { border-color: rgb(118,162,146); }

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