#769E88

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

Shades of Acapulco #769E88

Tints of Acapulco #769E88

Color information

#769E88 (or 0x769E88) is unknown color: approx Acapulco. HEX triplet: 76, 9E and 88. RGB value is (118,158,136). Sum of RGB (Red+Green+Blue) = 118+158+136=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 158 - color contains mainly: green. Hex color #769E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769E88 is #896177. Grayscale: #8F8F8F. Windows color (decimal): -9003384 or 8953462. OLE color: 8953462.

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

Color convert

RGB118158136-
CMYK0.2500.140.38
HSL147º17.09%54.12%-
HSV(B)147º25.32%61.96%-
XYZ24.1430.0827.83-
YUV143.53123.75109.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.64%
GREEN value IS 158 (62.11% from 255) = 38.35%
BLUE value IS 136 (53.52% from 255) = 33.01%
R=28.64%
G=38.35%
B=33.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181581360.2500.140.3814717.0954.12
Hex769E88190E26931136
Octal16623621031016462232166
Binary1110110100111101000100011001011101001101001001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769E88; }

 p { color: rgb(118,158,136); }

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

<style>
 a { background-color: #769E88; }

 a { background-color: rgb(118,158,136); }

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

<style>
 span { border-color: #769E88; }

 span { border-color: rgb(118,158,136); }

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