#74A492

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

Shades of Acapulco #74A492

Tints of Acapulco #74A492

Color information

#74A492 (or 0x74A492) is unknown color: approx Acapulco. HEX triplet: 74, A4 and 92. RGB value is (116,164,146). Sum of RGB (Red+Green+Blue) = 116+164+146=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 164 - color contains mainly: green. Hex color #74A492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A492 is #8B5B6D. Grayscale: #939393. Windows color (decimal): -9132910 or 9610356. OLE color: 9610356.

HSL color Cylindrical-coordinate representation of color #74A492: hue angle of 157.5º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #74A492 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB116164146-
CMYK0.2900.110.36
HSL157.5º20.87%54.9%-
HSV(B)157.5º29.27%64.31%-
XYZ25.6732.3432.08-
YUV147.6127.1105.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.23%
GREEN value IS 164 (64.45% from 255) = 38.50%
BLUE value IS 146 (57.42% from 255) = 34.27%
R=27.23%
G=38.50%
B=34.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1161641460.2900.110.36157.520.8754.9
Hex74A4921D0B249e1537
Octal16424422235013442362567
Binary1110100101001001001001011101010111001001001111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,164,146); }

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

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

 a { background-color: rgb(116,164,146); }

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

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

 span { border-color: rgb(116,164,146); }

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