Html Css Color HEX #779EAA Bali Hai

📋 copy color: '#779EAA'

red 119 ◦ green 158 ◦ blue 170

#779EAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #779EAA

Tints of Bali Hai #779EAA

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.8% from 255) = 38.03%

R = 26.62%
G = 35.35%
B = 38.03%

CMYK

 C value IS 0.3

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#779EAA (or 0x779EAA) is known color: 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

RGB 119 158 170 -
CMYK 0.3 0.07 0 0.33
HSL 194.12º 0.23% 0.57% -
HSV(B) 194.12º 0.3% 0.67% -
XYZ 27.09 31.28 42.64 -
YUV 147.71 140.58 107.52 -
System Red Green Blue C M Y K H S L
Decimal 119 158 170 0.3 0.07 0 0.33 194.12 0.23 0.57
Hex 77 9E AA 1E 7 0 21 C2 17 39
Octal 167 236 252 36 7 0 41 302 27 71
Binary 1110111 10011110 10101010 11110 111 0 100001 11000010 10111 111001

Color Harmonies of #779EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779EAA

Black with #779EAA

Text Example


Text Example

White with #779EAA

Text Example


Text Example

HTML Codes & Css Web 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>