Html Css Color HEX #779AAB Bali Hai

📋 copy color: '#779AAB'

red 119 ◦ green 154 ◦ blue 171

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

Shades of Bali Hai #779AAB

Tints of Bali Hai #779AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.51%

R = 26.8%
G = 34.68%
B = 38.51%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#779AAB (or 0x779AAB) is known color: Bali Hai. HEX triplet: 77, 9A and AB. RGB value is (119,154,171). Sum of RGB (Red+Green+Blue) = 119+154+171=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #779AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779AAB is #886554. Grayscale: #919191. Windows color (decimal): -8938837 or 11246199. OLE color: 11246199.

HSL color Cylindrical-coordinate representation of color #779AAB: hue angle of 199.62º degrees, saturation: 0.24, 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 #779AAB is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 154 171 -
CMYK 0.30 0.10 0 0.33
HSL 199.62º 0.24% 0.57% -
HSV(B) 199.62º 0.3% 0.67% -
XYZ 26.51 29.97 42.92 -
YUV 145.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 119 154 171 0.30 0.10 0 0.33 199.62 0.24 0.57
Hex 77 9A AB 1E A 0 21 C8 18 39
Octal 167 232 253 36 12 0 41 310 30 71
Binary 1110111 10011010 10101011 11110 1010 0 100001 11001000 11000 111001

Color Harmonies of #779AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779AAB

Black with #779AAB

Text Example


Text Example

White with #779AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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