#779E8B

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

Shades of Acapulco #779E8B

Tints of Acapulco #779E8B

Color information

#779E8B (or 0x779E8B) is unknown color: approx Acapulco. HEX triplet: 77, 9E and 8B. RGB value is (119,158,139). Sum of RGB (Red+Green+Blue) = 119+158+139=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 158 - color contains mainly: green. Hex color #779E8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779E8B is #886174. Grayscale: #909090. Windows color (decimal): -8937845 or 9150071. OLE color: 9150071.

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

Color convert

RGB119158139-
CMYK0.2500.120.38
HSL150.77º16.74%54.31%-
HSV(B)150.77º24.68%61.96%-
XYZ24.4930.2428.97-
YUV144.17125.08110.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.61%
GREEN value IS 158 (62.11% from 255) = 37.98%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=28.61%
G=37.98%
B=33.41%

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
Decimal1191581390.2500.120.38150.7716.7454.31
Hex779E8B190C26971136
Octal16723621331014462272166
Binary1110111100111101000101111001011001001101001011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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