#7FA495

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

Shades of Acapulco #7FA495

Tints of Acapulco #7FA495

Color information

#7FA495 (or 0x7FA495) is unknown color: approx Acapulco. HEX triplet: 7F, A4 and 95. RGB value is (127,164,149). Sum of RGB (Red+Green+Blue) = 127+164+149=440 (58% of max value = 765). Red value is 127 (50% from 255 or 28.86% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA495 is #805B6A. Grayscale: #979797. Windows color (decimal): -8412011 or 9806975. OLE color: 9806975.

HSL color Cylindrical-coordinate representation of color #7FA495: hue angle of 155.68º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7FA495 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB127164149-
CMYK0.2300.090.36
HSL155.68º16.89%57.06%-
HSV(B)155.68º22.56%64.31%-
XYZ27.4533.2333.4-
YUV151.23126.74110.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.86%
GREEN value IS 164 (64.45% from 255) = 37.27%
BLUE value IS 149 (58.59% from 255) = 33.86%
R=28.86%
G=37.27%
B=33.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1271641490.2300.090.36155.6816.8957.06
Hex7FA4951709249c1139
Octal17724422527011442342171
Binary1111111101001001001010110111010011001001001110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,164,149); }

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

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

 a { background-color: rgb(127,164,149); }

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

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

 span { border-color: rgb(127,164,149); }

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