Html Css Color HEX #779DAB Bali Hai

📋 copy color: '#779DAB'

red 119 ◦ green 157 ◦ blue 171

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

Shades of Bali Hai #779DAB

Tints of Bali Hai #779DAB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.12%

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

R = 26.62%
G = 35.12%
B = 38.26%

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

#779DAB (or 0x779DAB) is known color: Bali Hai. HEX triplet: 77, 9D and AB. RGB value is (119,157,171). Sum of RGB (Red+Green+Blue) = 119+157+171=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #779DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779DAB is #886254. Grayscale: #939393. Windows color (decimal): -8938069 or 11246967. OLE color: 11246967.

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

Color convert

RGB 119 157 171 -
CMYK 0.30 0.08 0 0.33
HSL 196.15º 0.24% 0.57% -
HSV(B) 196.15º 0.3% 0.67% -
XYZ 27.02 30.98 43.08 -
YUV 147.23 141.41 107.86 -
System Red Green Blue C M Y K H S L
Decimal 119 157 171 0.30 0.08 0 0.33 196.15 0.24 0.57
Hex 77 9D AB 1E 8 0 21 C4 18 39
Octal 167 235 253 36 10 0 41 304 30 71
Binary 1110111 10011101 10101011 11110 1000 0 100001 11000100 11000 111001

Color Harmonies of #779DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779DAB

Black with #779DAB

Text Example


Text Example

White with #779DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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