Html Css Color HEX #779EAB Bali Hai

📋 copy color: '#779EAB'

red 119 ◦ green 158 ◦ blue 171

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

Shades of Bali Hai #779EAB

Tints of Bali Hai #779EAB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.27%

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

R = 26.56%
G = 35.27%
B = 38.17%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#779EAB (or 0x779EAB) is known color: Bali Hai. HEX triplet: 77, 9E and AB. RGB value is (119,158,171). Sum of RGB (Red+Green+Blue) = 119+158+171=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #779EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779EAB is #886154. Grayscale: #939393. Windows color (decimal): -8937813 or 11247223. OLE color: 11247223.

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

Color convert

RGB 119 158 171 -
CMYK 0.30 0.08 0 0.33
HSL 195º 0.24% 0.57% -
HSV(B) 195º 0.3% 0.67% -
XYZ 27.19 31.32 43.14 -
YUV 147.82 141.08 107.44 -
System Red Green Blue C M Y K H S L
Decimal 119 158 171 0.30 0.08 0 0.33 195 0.24 0.57
Hex 77 9E AB 1E 8 0 21 C3 18 39
Octal 167 236 253 36 10 0 41 303 30 71
Binary 1110111 10011110 10101011 11110 1000 0 100001 11000011 11000 111001

Color Harmonies of #779EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779EAB

Black with #779EAB

Text Example


Text Example

White with #779EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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