Html Css Color HEX #779FAC Bali Hai

📋 copy color: '#779FAC'

red 119 ◦ green 159 ◦ blue 172

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

Shades of Bali Hai #779FAC

Tints of Bali Hai #779FAC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.33%

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

R = 26.44%
G = 35.33%
B = 38.22%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#779FAC (or 0x779FAC) is known color: Bali Hai. HEX triplet: 77, 9F and AC. RGB value is (119,159,172). Sum of RGB (Red+Green+Blue) = 119+159+172=450 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.44% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #779FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779FAC is #886053. Grayscale: #949494. Windows color (decimal): -8937556 or 11313015. OLE color: 11313015.

HSL color Cylindrical-coordinate representation of color #779FAC: hue angle of 194.72º 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 #779FAC is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 159 172 -
CMYK 0.31 0.08 0 0.33
HSL 194.72º 0.24% 0.57% -
HSV(B) 194.72º 0.31% 0.67% -
XYZ 27.45 31.7 43.7 -
YUV 148.52 141.25 106.94 -
System Red Green Blue C M Y K H S L
Decimal 119 159 172 0.31 0.08 0 0.33 194.72 0.24 0.57
Hex 77 9F AC 1F 8 0 21 C3 18 39
Octal 167 237 254 37 10 0 41 303 30 71
Binary 1110111 10011111 10101100 11111 1000 0 100001 11000011 11000 111001

Color Harmonies of #779FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779FAC

Black with #779FAC

Text Example


Text Example

White with #779FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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