#779F91

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

Shades of Acapulco #779F91

Tints of Acapulco #779F91

Color information

#779F91 (or 0x779F91) is unknown color: approx Acapulco. HEX triplet: 77, 9F and 91. RGB value is (119,159,145). Sum of RGB (Red+Green+Blue) = 119+159+145=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 159 - color contains mainly: green. Hex color #779F91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779F91 is #88606E. Grayscale: #919191. Windows color (decimal): -8937583 or 9543543. OLE color: 9543543.

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

Color convert

RGB119159145-
CMYK0.2500.090.38
HSL159º17.24%54.51%-
HSV(B)159º25.16%62.35%-
XYZ25.1230.7631.4-
YUV145.44127.75109.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.13%
GREEN value IS 159 (62.5% from 255) = 37.59%
BLUE value IS 145 (57.03% from 255) = 34.28%
R=28.13%
G=37.59%
B=34.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191591450.2500.090.3815917.2454.51
Hex779F911909269f1137
Octal16723722131011462372167
Binary1110111100111111001000111001010011001101001111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,159,145); }

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

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

 a { background-color: rgb(119,159,145); }

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

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

 span { border-color: rgb(119,159,145); }

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