#769F8F

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

Shades of Acapulco #769F8F

Tints of Acapulco #769F8F

Color information

#769F8F (or 0x769F8F) is unknown color: approx Acapulco. HEX triplet: 76, 9F and 8F. RGB value is (118,159,143). Sum of RGB (Red+Green+Blue) = 118+159+143=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 159 - color contains mainly: green. Hex color #769F8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769F8F is #896070. Grayscale: #909090. Windows color (decimal): -9003121 or 9412470. OLE color: 9412470.

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

Color convert

RGB118159143-
CMYK0.2600.100.38
HSL156.59º17.6%54.31%-
HSV(B)156.59º25.79%62.35%-
XYZ24.8330.6330.59-
YUV144.92126.92108.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.10%
GREEN value IS 159 (62.5% from 255) = 37.86%
BLUE value IS 143 (56.25% from 255) = 34.05%
R=28.10%
G=37.86%
B=34.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181591430.2600.100.38156.5917.654.31
Hex769F8F1A0A269d1236
Octal16623721732012462352266
Binary1110110100111111000111111010010101001101001110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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