Html Css Color HEX #779CAE Bali Hai

📋 copy color: '#779CAE'

red 119 ◦ green 156 ◦ blue 174

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

Shades of Bali Hai #779CAE

Tints of Bali Hai #779CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.75%

R = 26.5%
G = 34.74%
B = 38.75%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#779CAE (or 0x779CAE) is known color: Bali Hai. HEX triplet: 77, 9C and AE. RGB value is (119,156,174). Sum of RGB (Red+Green+Blue) = 119+156+174=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #779CAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779CAE is #886351. Grayscale: #929292. Windows color (decimal): -8938322 or 11443319. OLE color: 11443319.

HSL color Cylindrical-coordinate representation of color #779CAE: hue angle of 199.64º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #779CAE is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 156 174 -
CMYK 0.32 0.10 0 0.32
HSL 199.64º 0.25% 0.57% -
HSV(B) 199.64º 0.32% 0.68% -
XYZ 27.14 30.75 44.55 -
YUV 146.99 143.24 108.04 -
System Red Green Blue C M Y K H S L
Decimal 119 156 174 0.32 0.10 0 0.32 199.64 0.25 0.57
Hex 77 9C AE 20 A 0 20 C8 19 39
Octal 167 234 256 40 12 0 40 310 31 71
Binary 1110111 10011100 10101110 100000 1010 0 100000 11001000 11001 111001

Color Harmonies of #779CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779CAE

Black with #779CAE

Text Example


Text Example

White with #779CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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