#779BAC

Color #779BAC Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #779BAC

Tints of Bali Hai #779BAC

Color information

#779BAC (or 0x779BAC) is unknown color: approx Bali Hai. HEX triplet: 77, 9B and AC. RGB value is (119,155,172). Sum of RGB (Red+Green+Blue) = 119+155+172=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #779BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779BAC is #886453. Grayscale: #929292. Windows color (decimal): -8938580 or 11311991. OLE color: 11311991.

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

Color convert

RGB119155172-
CMYK0.310.1000.33
HSL199.25º24.2%57.06%-
HSV(B)199.25º30.81%67.45%-
XYZ26.7830.3443.48-
YUV146.17142.57108.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.68%
GREEN value IS 155 (60.94% from 255) = 34.75%
BLUE value IS 172 (67.58% from 255) = 38.57%
R=26.68%
G=34.75%
B=38.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191551720.310.1000.33199.2524.257.06
Hex779BAC1FA021c71839
Octal16723325437120413073071
Binary1110111100110111010110011111101001000011100011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #779BAC;
 }
 .AnyTagClassName
 {
   color: #779BAC;
 }
</style>
background-color css

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

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

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

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

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

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