#75A596

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

Shades of Acapulco #75A596

Tints of Acapulco #75A596

Color information

#75A596 (or 0x75A596) is unknown color: approx Acapulco. HEX triplet: 75, A5 and 96. RGB value is (117,165,150). Sum of RGB (Red+Green+Blue) = 117+165+150=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 165 - color contains mainly: green. Hex color #75A596 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A596 is #8A5A69. Grayscale: #949494. Windows color (decimal): -9067114 or 9872757. OLE color: 9872757.

HSL color Cylindrical-coordinate representation of color #75A596: hue angle of 161.25º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75A596 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB117165150-
CMYK0.2900.090.35
HSL161.25º21.05%55.29%-
HSV(B)161.25º29.09%64.71%-
XYZ26.332.8933.82-
YUV148.94128.6105.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.08%
GREEN value IS 165 (64.84% from 255) = 38.19%
BLUE value IS 150 (58.98% from 255) = 34.72%
R=27.08%
G=38.19%
B=34.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1171651500.2900.090.35161.2521.0555.29
Hex75A5961D0923a11537
Octal16524522635011432412567
Binary1110101101001011001011011101010011000111010000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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