Html Css Color HEX #779AAE Bali Hai

📋 copy color: '#779AAE'

red 119 ◦ green 154 ◦ blue 174

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

Shades of Bali Hai #779AAE

Tints of Bali Hai #779AAE

RGB

 RED value IS 119 (46.88% from 255) = 26.62%

 GREEN value IS 154 (60.55% from 255) = 34.45%

 BLUE value IS 174 (68.36% from 255) = 38.93%

R = 26.62%
G = 34.45%
B = 38.93%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#779AAE (or 0x779AAE) is known color: Bali Hai. HEX triplet: 77, 9A and AE. RGB value is (119,154,174). Sum of RGB (Red+Green+Blue) = 119+154+174=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #779AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779AAE is #886551. Grayscale: #919191. Windows color (decimal): -8938834 or 11442807. OLE color: 11442807.

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

Color convert

RGB 119 154 174 -
CMYK 0.32 0.11 0 0.32
HSL 201.82º 0.25% 0.57% -
HSV(B) 201.82º 0.32% 0.68% -
XYZ 26.8 30.09 44.44 -
YUV 145.82 143.9 108.87 -
System Red Green Blue C M Y K H S L
Decimal 119 154 174 0.32 0.11 0 0.32 201.82 0.25 0.57
Hex 77 9A AE 20 B 0 20 CA 19 39
Octal 167 232 256 40 13 0 40 312 31 71
Binary 1110111 10011010 10101110 100000 1011 0 100000 11001010 11001 111001

Color Harmonies of #779AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779AAE

Black with #779AAE

Text Example


Text Example

White with #779AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #779AAE;
 }
 .AnyTagClassName
 {
   color: #779AAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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