#75A599

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

Shades of Acapulco #75A599

Tints of Acapulco #75A599

Color information

#75A599 (or 0x75A599) is unknown color: approx Acapulco. HEX triplet: 75, A5 and 99. RGB value is (117,165,153). Sum of RGB (Red+Green+Blue) = 117+165+153=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 165 - color contains mainly: green. Hex color #75A599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A599 is #8A5A66. Grayscale: #959595. Windows color (decimal): -9067111 or 10069365. OLE color: 10069365.

HSL color Cylindrical-coordinate representation of color #75A599: hue angle of 165º 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 #75A599 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB117165153-
CMYK0.2900.070.35
HSL165º21.05%55.29%-
HSV(B)165º29.09%64.71%-
XYZ26.5432.9935.11-
YUV149.28130.1104.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.90%
GREEN value IS 165 (64.84% from 255) = 37.93%
BLUE value IS 153 (60.16% from 255) = 35.17%
R=26.90%
G=37.93%
B=35.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1171651530.2900.070.3516521.0555.29
Hex75A5991D0723a51537
Octal1652452313507432452567
Binary111010110100101100110011110101111000111010010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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