#779EAB

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

Shades of Bali Hai #779EAB

Tints of Bali Hai #779EAB

Color information

#779EAB (or 0x779EAB) is unknown color: approx Bali Hai. HEX triplet: 77, 9E and AB. RGB value is (119,158,171). Sum of RGB (Red+Green+Blue) = 119+158+171=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #779EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779EAB is #886154. Grayscale: #939393. Windows color (decimal): -8937813 or 11247223. OLE color: 11247223.

HSL color Cylindrical-coordinate representation of color #779EAB: hue angle of 195º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #779EAB is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119158171-
CMYK0.300.0800.33
HSL195º23.64%56.86%-
HSV(B)195º30.41%67.06%-
XYZ27.1931.3243.14-
YUV147.82141.08107.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.56%
GREEN value IS 158 (62.11% from 255) = 35.27%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=26.56%
G=35.27%
B=38.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191581710.300.0800.3319523.6456.86
Hex779EAB1E8021c31839
Octal16723625336100413033071
Binary1110111100111101010101111110100001000011100001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,158,171); }

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

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

 a { background-color: rgb(119,158,171); }

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

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

 span { border-color: rgb(119,158,171); }

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