#779EAA

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

Shades of Bali Hai #779EAA

Tints of Bali Hai #779EAA

Color information

#779EAA (or 0x779EAA) is unknown color: approx Bali Hai. HEX triplet: 77, 9E and AA. RGB value is (119,158,170). Sum of RGB (Red+Green+Blue) = 119+158+170=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #779EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779EAA is #886155. Grayscale: #939393. Windows color (decimal): -8937814 or 11181687. OLE color: 11181687.

HSL color Cylindrical-coordinate representation of color #779EAA: hue angle of 194.12º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #779EAA is Cyan = 0.3, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119158170-
CMYK0.30.0700.33
HSL194.12º23.08%56.67%-
HSV(B)194.12º30%66.67%-
XYZ27.0931.2842.64-
YUV147.71140.58107.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.62%
GREEN value IS 158 (62.11% from 255) = 35.35%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=26.62%
G=35.35%
B=38.03%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191581700.30.0700.33194.1223.0856.67
Hex779EAA1E7021c21739
Octal1672362523670413022771
Binary111011110011110101010101111011101000011100001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,158,170); }

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

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

 a { background-color: rgb(119,158,170); }

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

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

 span { border-color: rgb(119,158,170); }

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