#74A79A

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

Shades of Acapulco #74A79A

Tints of Acapulco #74A79A

Color information

#74A79A (or 0x74A79A) is unknown color: approx Acapulco. HEX triplet: 74, A7 and 9A. RGB value is (116,167,154). Sum of RGB (Red+Green+Blue) = 116+167+154=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 167 - color contains mainly: green. Hex color #74A79A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A79A is #8B5865. Grayscale: #969696. Windows color (decimal): -9132134 or 10135412. OLE color: 10135412.

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

Color convert

RGB116167154-
CMYK0.3100.080.35
HSL164.71º22.47%55.49%-
HSV(B)164.71º30.54%65.49%-
XYZ26.8533.6835.66-
YUV150.27130.1103.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.54%
GREEN value IS 167 (65.62% from 255) = 38.22%
BLUE value IS 154 (60.55% from 255) = 35.24%
R=26.54%
G=38.22%
B=35.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1161671540.3100.080.35164.7122.4755.49
Hex74A79A1F0823a51637
Octal16424723237010432452667
Binary1110100101001111001101011111010001000111010010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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