#74A790

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

Shades of Acapulco #74A790

Tints of Acapulco #74A790

Color information

#74A790 (or 0x74A790) is unknown color: approx Acapulco. HEX triplet: 74, A7 and 90. RGB value is (116,167,144). Sum of RGB (Red+Green+Blue) = 116+167+144=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 167 - color contains mainly: green. Hex color #74A790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A790 is #8B586F. Grayscale: #959595. Windows color (decimal): -9132144 or 9480052. OLE color: 9480052.

HSL color Cylindrical-coordinate representation of color #74A790: hue angle of 152.94º 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 #74A790 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB116167144-
CMYK0.3100.140.35
HSL152.94º22.47%55.49%-
HSV(B)152.94º30.54%65.49%-
XYZ26.0633.3631.45-
YUV149.13125.1104.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.17%
GREEN value IS 167 (65.62% from 255) = 39.11%
BLUE value IS 144 (56.64% from 255) = 33.72%
R=27.17%
G=39.11%
B=33.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1161671440.3100.140.35152.9422.4755.49
Hex74A7901F0E23991637
Octal16424722037016432312667
Binary1110100101001111001000011111011101000111001100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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