#779DAE

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

Shades of Bali Hai #779DAE

Tints of Bali Hai #779DAE

Color information

#779DAE (or 0x779DAE) is unknown color: approx Bali Hai. HEX triplet: 77, 9D and AE. RGB value is (119,157,174). Sum of RGB (Red+Green+Blue) = 119+157+174=450 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.44% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 174 - color contains mainly: blue. Hex color #779DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779DAE is #886251. Grayscale: #939393. Windows color (decimal): -8938066 or 11443575. OLE color: 11443575.

HSL color Cylindrical-coordinate representation of color #779DAE: hue angle of 198.55º 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 #779DAE is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119157174-
CMYK0.320.1000.32
HSL198.55º25.35%57.45%-
HSV(B)198.55º31.61%68.24%-
XYZ27.331.0944.61-
YUV147.58142.91107.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.44%
GREEN value IS 157 (61.72% from 255) = 34.89%
BLUE value IS 174 (68.36% from 255) = 38.67%
R=26.44%
G=34.89%
B=38.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191571740.320.1000.32198.5525.3557.45
Hex779DAE20A020c71939
Octal16723525640120403073171
Binary11101111001110110101110100000101001000001100011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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