#779FAC

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

Shades of Bali Hai #779FAC

Tints of Bali Hai #779FAC

Color information

#779FAC (or 0x779FAC) is unknown color: approx Bali Hai. HEX triplet: 77, 9F and AC. RGB value is (119,159,172). Sum of RGB (Red+Green+Blue) = 119+159+172=450 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.44% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #779FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779FAC is #886053. Grayscale: #949494. Windows color (decimal): -8937556 or 11313015. OLE color: 11313015.

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

Color convert

RGB119159172-
CMYK0.310.0800.33
HSL194.72º24.2%57.06%-
HSV(B)194.72º30.81%67.45%-
XYZ27.4531.743.7-
YUV148.52141.25106.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.44%
GREEN value IS 159 (62.5% from 255) = 35.33%
BLUE value IS 172 (67.58% from 255) = 38.22%
R=26.44%
G=35.33%
B=38.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191591720.310.0800.33194.7224.257.06
Hex779FAC1F8021c31839
Octal16723725437100413033071
Binary1110111100111111010110011111100001000011100001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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