Html Css Color HEX #779CAB Bali Hai

📋 copy color: '#779CAB'

red 119 ◦ green 156 ◦ blue 171

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

Shades of Bali Hai #779CAB

Tints of Bali Hai #779CAB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.98%

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

R = 26.68%
G = 34.98%
B = 38.34%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#779CAB (or 0x779CAB) is known color: Bali Hai. HEX triplet: 77, 9C and AB. RGB value is (119,156,171). Sum of RGB (Red+Green+Blue) = 119+156+171=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #779CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779CAB is #886354. Grayscale: #929292. Windows color (decimal): -8938325 or 11246711. OLE color: 11246711.

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

Color convert

RGB 119 156 171 -
CMYK 0.30 0.09 0 0.33
HSL 197.31º 0.24% 0.57% -
HSV(B) 197.31º 0.3% 0.67% -
XYZ 26.85 30.64 43.03 -
YUV 146.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 119 156 171 0.30 0.09 0 0.33 197.31 0.24 0.57
Hex 77 9C AB 1E 9 0 21 C5 18 39
Octal 167 234 253 36 11 0 41 305 30 71
Binary 1110111 10011100 10101011 11110 1001 0 100001 11000101 11000 111001

Color Harmonies of #779CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779CAB

Black with #779CAB

Text Example


Text Example

White with #779CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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