Html Css Color HEX #779CAC Bali Hai

📋 copy color: '#779CAC'

red 119 ◦ green 156 ◦ blue 172

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

Shades of Bali Hai #779CAC

Tints of Bali Hai #779CAC

RGB

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

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

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

R = 26.62%
G = 34.9%
B = 38.48%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#779CAC (or 0x779CAC) is known color: Bali Hai. HEX triplet: 77, 9C and AC. RGB value is (119,156,172). Sum of RGB (Red+Green+Blue) = 119+156+172=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #779CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779CAC is #886353. Grayscale: #929292. Windows color (decimal): -8938324 or 11312247. OLE color: 11312247.

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

Color convert

RGB 119 156 172 -
CMYK 0.31 0.09 0 0.33
HSL 198.11º 0.24% 0.57% -
HSV(B) 198.11º 0.31% 0.67% -
XYZ 26.94 30.68 43.53 -
YUV 146.76 142.24 108.2 -
System Red Green Blue C M Y K H S L
Decimal 119 156 172 0.31 0.09 0 0.33 198.11 0.24 0.57
Hex 77 9C AC 1F 9 0 21 C6 18 39
Octal 167 234 254 37 11 0 41 306 30 71
Binary 1110111 10011100 10101100 11111 1001 0 100001 11000110 11000 111001

Color Harmonies of #779CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779CAC

Black with #779CAC

Text Example


Text Example

White with #779CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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