#769F8B

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

Shades of Acapulco #769F8B

Tints of Acapulco #769F8B

Color information

#769F8B (or 0x769F8B) is unknown color: approx Acapulco. HEX triplet: 76, 9F and 8B. RGB value is (118,159,139). Sum of RGB (Red+Green+Blue) = 118+159+139=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 159 - color contains mainly: green. Hex color #769F8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769F8B is #896074. Grayscale: #909090. Windows color (decimal): -9003125 or 9150326. OLE color: 9150326.

HSL color Cylindrical-coordinate representation of color #769F8B: hue angle of 150.73º 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 #769F8B is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB118159139-
CMYK0.2600.130.38
HSL150.73º17.6%54.31%-
HSV(B)150.73º25.79%62.35%-
XYZ24.5330.5129.02-
YUV144.46124.92109.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.37%
GREEN value IS 159 (62.5% from 255) = 38.22%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=28.37%
G=38.22%
B=33.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181591390.2600.130.38150.7317.654.31
Hex769F8B1A0D26971236
Octal16623721332015462272266
Binary1110110100111111000101111010011011001101001011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,159,139); }

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

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

 a { background-color: rgb(118,159,139); }

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

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

 span { border-color: rgb(118,159,139); }

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