#779CAB

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

Shades of Bali Hai #779CAB

Tints of Bali Hai #779CAB

Color information

#779CAB (or 0x779CAB) is unknown color: approx Bali Hai. HEX triplet: 77, 9C and AB. RGB value is (119,156,171). Sum of RGB (Red+Green+Blue) = 119+156+171=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #779CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779CAB is #886354. Grayscale: #929292. Windows color (decimal): -8938325 or 11246711. OLE color: 11246711.

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

Color convert

RGB119156171-
CMYK0.300.0900.33
HSL197.31º23.64%56.86%-
HSV(B)197.31º30.41%67.06%-
XYZ26.8530.6443.03-
YUV146.65141.74108.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.68%
GREEN value IS 156 (61.33% from 255) = 34.98%
BLUE value IS 171 (67.19% from 255) = 38.34%
R=26.68%
G=34.98%
B=38.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191561710.300.0900.33197.3123.6456.86
Hex779CAB1E9021c51839
Octal16723425336110413053071
Binary1110111100111001010101111110100101000011100010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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