Color Hex Logo

#779bcb Color Hex

#779BCB
(119,155,203)
0 Favorites   0 Comments

Color spaces of #779bcb

RGB 119155203
HSL0.600.450.63
HSV214°41°80°
CMYK 0.410.240.00   0.20
XYZ30.108631.676461.0272
Yxy31.67640.24520.2579
Hunter Lab56.2818-3.0025-24.8918
CIE-Lab63.07450.0043-28.5635

#779bcb color RGB value is (119,155,203).

#779bcb hex color red value is 119, green value is 155 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #779bcb hue: 0.60 , saturation: 0.45 and the lightness value of 779bcb is 0.63.

The process color (four color CMYK) of #779bcb color hex is 0.41, 0.24, 0.00, 0.20. Web safe color of #779bcb is #6699cc. Color #779bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011011 11001011
Octal 167 233 313
Decimal 119 155 203
Hex 77 9B CB

RGB Percentages of Color #779bcb

%24.95
%32.49
%42.56

CMYK Percentages of Color #779bcb

%41
%24
%0
%20

Triadic Colors of #779bcb

#779bcb #cb779b #9bcb77

Analogous Colors of #779bcb

#779bcb #7d77cb #77c5cb

Monochromatic Colors of #779bcb

#779bcb

Complementary Color

#779bcb #cba777

#779bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#779bcb Color CSS Codes

.mybgcolor {background-color:#779bcb; } 
.myforecolor {color:#779bcb; }
.mybordercolor {border:3px solid #779bcb; }

#779bcb Text Font Color

<p style="color:#779bcb">Text here</p>

This sample text font color is #779bcb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#779bcb Background Color

<div style="background-color:#779bcb">
Div content here</div>

This div background color is #779bcb


#779bcb Border Color

<div style="border:3px solid #779bcb">
Div here</div>

This div border color is #779bcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,155,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #779bcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #779bcb;
  -webkit-box-shadow: 1px 1px 3px 2px #779bcb;
  box-shadow:         1px 1px 3px 2px #779bcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,155,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #779bcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #779bcb;
  -webkit-box-shadow: 1px 1px 3px 2px #779bcb;
  box-shadow:         1px 1px 3px 2px #779bcb;">
Div content here</div>

This div box has shadow with color #779bcb


Comments

No comments written yet.

Please login to write comment.