#7CA692

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

Shades of Acapulco #7CA692

Tints of Acapulco #7CA692

Color information

#7CA692 (or 0x7CA692) is unknown color: approx Acapulco. HEX triplet: 7C, A6 and 92. RGB value is (124,166,146). Sum of RGB (Red+Green+Blue) = 124+166+146=436 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.44% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 166 - color contains mainly: green. Hex color #7CA692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA692 is #83596D. Grayscale: #979797. Windows color (decimal): -8608110 or 9610876. OLE color: 9610876.

HSL color Cylindrical-coordinate representation of color #7CA692: hue angle of 151.43º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7CA692 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB124166146-
CMYK0.2500.120.35
HSL151.43º19.09%56.86%-
HSV(B)151.43º25.3%65.1%-
XYZ27.1433.6332.26-
YUV151.16125.09108.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.44%
GREEN value IS 166 (65.23% from 255) = 38.07%
BLUE value IS 146 (57.42% from 255) = 33.49%
R=28.44%
G=38.07%
B=33.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1241661460.2500.120.35151.4319.0956.86
Hex7CA692190C23971339
Octal17424622231014432272371
Binary1111100101001101001001011001011001000111001011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,166,146); }

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

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

 a { background-color: rgb(124,166,146); }

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

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

 span { border-color: rgb(124,166,146); }

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