#779AA4

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

Shades of Bali Hai #779AA4

Tints of Bali Hai #779AA4

Color information

#779AA4 (or 0x779AA4) is unknown color: approx Bali Hai. HEX triplet: 77, 9A and A4. RGB value is (119,154,164). Sum of RGB (Red+Green+Blue) = 119+154+164=437 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.23% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 164 - color contains mainly: blue. Hex color #779AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779AA4 is #88655B. Grayscale: #909090. Windows color (decimal): -8938844 or 10787447. OLE color: 10787447.

HSL color Cylindrical-coordinate representation of color #779AA4: hue angle of 193.33º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #779AA4 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB119154164-
CMYK0.270.0600.36
HSL193.33º19.82%55.49%-
HSV(B)193.33º27.44%64.31%-
XYZ25.8629.7139.49-
YUV144.67138.9109.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.23%
GREEN value IS 154 (60.55% from 255) = 35.24%
BLUE value IS 164 (64.45% from 255) = 37.53%
R=27.23%
G=35.24%
B=37.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1191541640.270.0600.36193.3319.8255.49
Hex779AA41B6024c11437
Octal1672322443360443012467
Binary111011110011010101001001101111001001001100000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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