#759F88

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

Shades of Acapulco #759F88

Tints of Acapulco #759F88

Color information

#759F88 (or 0x759F88) is unknown color: approx Acapulco. HEX triplet: 75, 9F and 88. RGB value is (117,159,136). Sum of RGB (Red+Green+Blue) = 117+159+136=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 159 - color contains mainly: green. Hex color #759F88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759F88 is #8A6077. Grayscale: #8F8F8F. Windows color (decimal): -9068664 or 8953717. OLE color: 8953717.

HSL color Cylindrical-coordinate representation of color #759F88: hue angle of 147.14º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #759F88 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB117159136-
CMYK0.2600.140.38
HSL147.14º17.95%54.12%-
HSV(B)147.14º26.42%62.35%-
XYZ24.1830.3627.88-
YUV143.82123.59108.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.40%
GREEN value IS 159 (62.5% from 255) = 38.59%
BLUE value IS 136 (53.52% from 255) = 33.01%
R=28.40%
G=38.59%
B=33.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171591360.2600.140.38147.1417.9554.12
Hex759F881A0E26931236
Octal16523721032016462232266
Binary1110101100111111000100011010011101001101001001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759F88; }

 p { color: rgb(117,159,136); }

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

<style>
 a { background-color: #759F88; }

 a { background-color: rgb(117,159,136); }

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

<style>
 span { border-color: #759F88; }

 span { border-color: rgb(117,159,136); }

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