#74A596

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

Shades of Acapulco #74A596

Tints of Acapulco #74A596

Color information

#74A596 (or 0x74A596) is unknown color: approx Acapulco. HEX triplet: 74, A5 and 96. RGB value is (116,165,150). Sum of RGB (Red+Green+Blue) = 116+165+150=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 165 - color contains mainly: green. Hex color #74A596 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A596 is #8B5A69. Grayscale: #949494. Windows color (decimal): -9132650 or 9872756. OLE color: 9872756.

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

Color convert

RGB116165150-
CMYK0.3000.090.35
HSL161.63º21.4%55.1%-
HSV(B)161.63º29.7%64.71%-
XYZ26.1632.8333.81-
YUV148.64128.77104.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.91%
GREEN value IS 165 (64.84% from 255) = 38.28%
BLUE value IS 150 (58.98% from 255) = 34.80%
R=26.91%
G=38.28%
B=34.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1161651500.3000.090.35161.6321.455.1
Hex74A5961E0923a21537
Octal16424522636011432422567
Binary1110100101001011001011011110010011000111010001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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