#779CBB

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

Shades of Bali Hai #779CBB

Tints of Bali Hai #779CBB

Color information

#779CBB (or 0x779CBB) is unknown color: approx Bali Hai. HEX triplet: 77, 9C and BB. RGB value is (119,156,187). Sum of RGB (Red+Green+Blue) = 119+156+187=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #779CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779CBB is #886344. Grayscale: #949494. Windows color (decimal): -8938309 or 12295287. OLE color: 12295287.

HSL color Cylindrical-coordinate representation of color #779CBB: hue angle of 207.35º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #779CBB is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB119156187-
CMYK0.360.1700.27
HSL207.35º33.33%60%-
HSV(B)207.35º36.36%73.33%-
XYZ28.4731.2951.55-
YUV148.47149.74106.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.76%
GREEN value IS 156 (61.33% from 255) = 33.77%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=25.76%
G=33.77%
B=40.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191561870.360.1700.27207.3533.3360
Hex779CBB241101Bcf213c
Octal16723427344210333174174
Binary111011110011100101110111001001000101101111001111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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