#779F90

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

Shades of Acapulco #779F90

Tints of Acapulco #779F90

Color information

#779F90 (or 0x779F90) is unknown color: approx Acapulco. HEX triplet: 77, 9F and 90. RGB value is (119,159,144). Sum of RGB (Red+Green+Blue) = 119+159+144=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 159 - color contains mainly: green. Hex color #779F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779F90 is #88606F. Grayscale: #919191. Windows color (decimal): -8937584 or 9478007. OLE color: 9478007.

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

Color convert

RGB119159144-
CMYK0.2500.090.38
HSL157.5º17.24%54.51%-
HSV(B)157.5º25.16%62.35%-
XYZ25.0430.7331-
YUV145.33127.25109.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.20%
GREEN value IS 159 (62.5% from 255) = 37.68%
BLUE value IS 144 (56.64% from 255) = 34.12%
R=28.20%
G=37.68%
B=34.12%

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
Decimal1191591440.2500.090.38157.517.2454.51
Hex779F901909269e1137
Octal16723722031011462362167
Binary1110111100111111001000011001010011001101001111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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