#779AAE

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

Shades of Bali Hai #779AAE

Tints of Bali Hai #779AAE

Color information

#779AAE (or 0x779AAE) is unknown color: approx Bali Hai. HEX triplet: 77, 9A and AE. RGB value is (119,154,174). Sum of RGB (Red+Green+Blue) = 119+154+174=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #779AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779AAE is #886551. Grayscale: #919191. Windows color (decimal): -8938834 or 11442807. OLE color: 11442807.

HSL color Cylindrical-coordinate representation of color #779AAE: hue angle of 201.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #779AAE is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119154174-
CMYK0.320.1100.32
HSL201.82º25.35%57.45%-
HSV(B)201.82º31.61%68.24%-
XYZ26.830.0944.44-
YUV145.82143.9108.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.62%
GREEN value IS 154 (60.55% from 255) = 34.45%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=26.62%
G=34.45%
B=38.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191541740.320.1100.32201.8225.3557.45
Hex779AAE20B020ca1939
Octal16723225640130403123171
Binary11101111001101010101110100000101101000001100101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,154,174); }

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

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

 a { background-color: rgb(119,154,174); }

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

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

 span { border-color: rgb(119,154,174); }

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