#74A58C

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

Shades of Acapulco #74A58C

Tints of Acapulco #74A58C

Color information

#74A58C (or 0x74A58C) is unknown color: approx Acapulco. HEX triplet: 74, A5 and 8C. RGB value is (116,165,140). Sum of RGB (Red+Green+Blue) = 116+165+140=421 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.55% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 165 - color contains mainly: green. Hex color #74A58C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A58C is #8B5A73. Grayscale: #939393. Windows color (decimal): -9132660 or 9217396. OLE color: 9217396.

HSL color Cylindrical-coordinate representation of color #74A58C: hue angle of 149.39º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #74A58C is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB116165140-
CMYK0.3000.150.35
HSL149.39º21.4%55.1%-
HSV(B)149.39º29.7%64.71%-
XYZ25.3932.5229.75-
YUV147.5123.77105.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.55%
GREEN value IS 165 (64.84% from 255) = 39.19%
BLUE value IS 140 (55.08% from 255) = 33.25%
R=27.55%
G=39.19%
B=33.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1161651400.3000.150.35149.3921.455.1
Hex74A58C1E0F23951537
Octal16424521436017432252567
Binary1110100101001011000110011110011111000111001010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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