#779DAB

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

Shades of Bali Hai #779DAB

Tints of Bali Hai #779DAB

Color information

#779DAB (or 0x779DAB) is unknown color: approx Bali Hai. HEX triplet: 77, 9D and AB. RGB value is (119,157,171). Sum of RGB (Red+Green+Blue) = 119+157+171=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #779DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779DAB is #886254. Grayscale: #939393. Windows color (decimal): -8938069 or 11246967. OLE color: 11246967.

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

Color convert

RGB119157171-
CMYK0.300.0800.33
HSL196.15º23.64%56.86%-
HSV(B)196.15º30.41%67.06%-
XYZ27.0230.9843.08-
YUV147.23141.41107.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.62%
GREEN value IS 157 (61.72% from 255) = 35.12%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=26.62%
G=35.12%
B=38.26%

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
Decimal1191571710.300.0800.33196.1523.6456.86
Hex779DAB1E8021c41839
Octal16723525336100413043071
Binary1110111100111011010101111110100001000011100010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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