#779CB6

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

Shades of Bali Hai #779CB6

Tints of Bali Hai #779CB6

Color information

#779CB6 (or 0x779CB6) is unknown color: approx Bali Hai. HEX triplet: 77, 9C and B6. RGB value is (119,156,182). Sum of RGB (Red+Green+Blue) = 119+156+182=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 182 - color contains mainly: blue. Hex color #779CB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779CB6 is #886349. Grayscale: #939393. Windows color (decimal): -8938314 or 11967607. OLE color: 11967607.

HSL color Cylindrical-coordinate representation of color #779CB6: hue angle of 204.76º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #779CB6 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB119156182-
CMYK0.350.1400.29
HSL204.76º30.14%59.02%-
HSV(B)204.76º34.62%71.37%-
XYZ27.9431.0848.78-
YUV147.9147.24107.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.04%
GREEN value IS 156 (61.33% from 255) = 34.14%
BLUE value IS 182 (71.48% from 255) = 39.82%
R=26.04%
G=34.14%
B=39.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1191561820.350.1400.29204.7630.1459.02
Hex779CB623E01Dcd1e3b
Octal16723426643160353153673
Binary1110111100111001011011010001111100111011100110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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