#779BAE

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

Shades of Bali Hai #779BAE

Tints of Bali Hai #779BAE

Color information

#779BAE (or 0x779BAE) is unknown color: approx Bali Hai. HEX triplet: 77, 9B and AE. RGB value is (119,155,174). Sum of RGB (Red+Green+Blue) = 119+155+174=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #779BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779BAE is #886451. Grayscale: #929292. Windows color (decimal): -8938578 or 11443063. OLE color: 11443063.

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

Color convert

RGB119155174-
CMYK0.320.1100.32
HSL200.73º25.35%57.45%-
HSV(B)200.73º31.61%68.24%-
XYZ26.9730.4244.49-
YUV146.4143.57108.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.56%
GREEN value IS 155 (60.94% from 255) = 34.60%
BLUE value IS 174 (68.36% from 255) = 38.84%
R=26.56%
G=34.60%
B=38.84%

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
Decimal1191551740.320.1100.32200.7325.3557.45
Hex779BAE20B020c91939
Octal16723325640130403113171
Binary11101111001101110101110100000101101000001100100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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