#779AB0

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

Shades of Bali Hai #779AB0

Tints of Bali Hai #779AB0

Color information

#779AB0 (or 0x779AB0) is unknown color: approx Bali Hai. HEX triplet: 77, 9A and B0. RGB value is (119,154,176). Sum of RGB (Red+Green+Blue) = 119+154+176=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 176 - color contains mainly: blue. Hex color #779AB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779AB0 is #88654F. Grayscale: #919191. Windows color (decimal): -8938832 or 11573879. OLE color: 11573879.

HSL color Cylindrical-coordinate representation of color #779AB0: hue angle of 203.16º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #779AB0 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB119154176-
CMYK0.320.1200.31
HSL203.16º26.51%57.84%-
HSV(B)203.16º32.39%69.02%-
XYZ2730.1745.47-
YUV146.04144.9108.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.50%
GREEN value IS 154 (60.55% from 255) = 34.30%
BLUE value IS 176 (69.14% from 255) = 39.20%
R=26.50%
G=34.30%
B=39.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191541760.320.1200.31203.1626.5157.84
Hex779AB020C01Fcb1b3a
Octal16723226040140373133372
Binary1110111100110101011000010000011000111111100101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,154,176); }

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

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

 a { background-color: rgb(119,154,176); }

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

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

 span { border-color: rgb(119,154,176); }

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