#7BA497

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

Shades of Acapulco #7BA497

Tints of Acapulco #7BA497

Color information

#7BA497 (or 0x7BA497) is unknown color: approx Acapulco. HEX triplet: 7B, A4 and 97. RGB value is (123,164,151). Sum of RGB (Red+Green+Blue) = 123+164+151=438 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.08% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA497 is #845B68. Grayscale: #969696. Windows color (decimal): -8674153 or 9938043. OLE color: 9938043.

HSL color Cylindrical-coordinate representation of color #7BA497: hue angle of 160.98º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7BA497 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB123164151-
CMYK0.2500.080.36
HSL160.98º18.39%56.27%-
HSV(B)160.98º25%64.31%-
XYZ27.033334.22-
YUV150.26128.42108.56-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.08%
GREEN value IS 164 (64.45% from 255) = 37.44%
BLUE value IS 151 (59.38% from 255) = 34.47%
R=28.08%
G=37.44%
B=34.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1231641510.2500.080.36160.9818.3956.27
Hex7BA497190824a11238
Octal17324422731010442412270
Binary1111011101001001001011111001010001001001010000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BA497; }

 p { color: rgb(123,164,151); }

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

<style>
 a { background-color: #7BA497; }

 a { background-color: rgb(123,164,151); }

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

<style>
 span { border-color: #7BA497; }

 span { border-color: rgb(123,164,151); }

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