Html Css Color HEX #779AA4 Bali Hai

📋 copy color: '#779AA4'

red 119 ◦ green 154 ◦ blue 164

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

Shades of Bali Hai #779AA4

Tints of Bali Hai #779AA4

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 value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

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

RGB 119 154 164 -
CMYK 0.27 0.06 0 0.36
HSL 193.33º 0.2% 0.55% -
HSV(B) 193.33º 0.27% 0.64% -
XYZ 25.86 29.71 39.49 -
YUV 144.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 119 154 164 0.27 0.06 0 0.36 193.33 0.2 0.55
Hex 77 9A A4 1B 6 0 24 C1 14 37
Octal 167 232 244 33 6 0 44 301 24 67
Binary 1110111 10011010 10100100 11011 110 0 100100 11000001 10100 110111

Color Harmonies of #779AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779AA4

Black with #779AA4

Text Example


Text Example

White with #779AA4

Text Example


Text Example

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