#74A78C

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

Shades of Acapulco #74A78C

Tints of Acapulco #74A78C

Color information

#74A78C (or 0x74A78C) is unknown color: approx Acapulco. HEX triplet: 74, A7 and 8C. RGB value is (116,167,140). Sum of RGB (Red+Green+Blue) = 116+167+140=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 167 - color contains mainly: green. Hex color #74A78C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A78C is #8B5873. Grayscale: #949494. Windows color (decimal): -9132148 or 9217908. OLE color: 9217908.

HSL color Cylindrical-coordinate representation of color #74A78C: hue angle of 148.24º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74A78C is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB116167140-
CMYK0.3100.160.35
HSL148.24º22.47%55.49%-
HSV(B)148.24º30.54%65.49%-
XYZ25.7533.2429.87-
YUV148.67123.1104.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.42%
GREEN value IS 167 (65.62% from 255) = 39.48%
BLUE value IS 140 (55.08% from 255) = 33.10%
R=27.42%
G=39.48%
B=33.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1161671400.3100.160.35148.2422.4755.49
Hex74A78C1F01023941637
Octal16424721437020432242667
Binary11101001010011110001100111110100001000111001010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74A78C; }

 p { color: rgb(116,167,140); }

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

<style>
 a { background-color: #74A78C; }

 a { background-color: rgb(116,167,140); }

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

<style>
 span { border-color: #74A78C; }

 span { border-color: rgb(116,167,140); }

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