Html Css Color HEX #779BAC Bali Hai

📋 copy color: '#779BAC'

red 119 ◦ green 155 ◦ blue 172

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

Shades of Bali Hai #779BAC

Tints of Bali Hai #779BAC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.75%

 BLUE value IS 172 (67.58% from 255) = 38.57%

R = 26.68%
G = 34.75%
B = 38.57%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#779BAC (or 0x779BAC) is known color: Bali Hai. HEX triplet: 77, 9B and AC. RGB value is (119,155,172). Sum of RGB (Red+Green+Blue) = 119+155+172=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #779BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779BAC is #886453. Grayscale: #929292. Windows color (decimal): -8938580 or 11311991. OLE color: 11311991.

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

Color convert

RGB 119 155 172 -
CMYK 0.31 0.10 0 0.33
HSL 199.25º 0.24% 0.57% -
HSV(B) 199.25º 0.31% 0.67% -
XYZ 26.78 30.34 43.48 -
YUV 146.17 142.57 108.62 -
System Red Green Blue C M Y K H S L
Decimal 119 155 172 0.31 0.10 0 0.33 199.25 0.24 0.57
Hex 77 9B AC 1F A 0 21 C7 18 39
Octal 167 233 254 37 12 0 41 307 30 71
Binary 1110111 10011011 10101100 11111 1010 0 100001 11000111 11000 111001

Color Harmonies of #779BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779BAC

Black with #779BAC

Text Example


Text Example

White with #779BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,155,172); }

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

background-color css

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

 a { background-color: rgb(119,155,172); }

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

border-color css

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

 span { border-color: rgb(119,155,172); }

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