#769E8B

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

Shades of Acapulco #769E8B

Tints of Acapulco #769E8B

Color information

#769E8B (or 0x769E8B) is unknown color: approx Acapulco. HEX triplet: 76, 9E and 8B. RGB value is (118,158,139). Sum of RGB (Red+Green+Blue) = 118+158+139=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 158 - color contains mainly: green. Hex color #769E8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769E8B is #896174. Grayscale: #8F8F8F. Windows color (decimal): -9003381 or 9150070. OLE color: 9150070.

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

Color convert

RGB118158139-
CMYK0.2500.120.38
HSL151.5º17.09%54.12%-
HSV(B)151.5º25.32%61.96%-
XYZ24.3630.1728.97-
YUV143.87125.25109.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.43%
GREEN value IS 158 (62.11% from 255) = 38.07%
BLUE value IS 139 (54.69% from 255) = 33.49%
R=28.43%
G=38.07%
B=33.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181581390.2500.120.38151.517.0954.12
Hex769E8B190C26981136
Octal16623621331014462302166
Binary1110110100111101000101111001011001001101001100010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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