Color Hex Logo

#777bc8 Color Hex

#777BC8
(119,123,200)
0 Favorites   0 Comments

Color spaces of #777bc8

RGB 119123200
HSL0.660.420.63
HSV237°41°78°
CMYK 0.410.390.00   0.22
XYZ25.116022.258057.6160
Yxy22.25800.23920.2120
Hunter Lab47.178412.4645-39.3823
CIE-Lab54.299717.8380-40.5610

#777bc8 color RGB value is (119,123,200).

#777bc8 hex color red value is 119, green value is 123 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #777bc8 hue: 0.66 , saturation: 0.42 and the lightness value of 777bc8 is 0.63.

The process color (four color CMYK) of #777bc8 color hex is 0.41, 0.39, 0.00, 0.22. Web safe color of #777bc8 is #6666cc. Color #777bc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111011 11001000
Octal 167 173 310
Decimal 119 123 200
Hex 77 7B C8

RGB Percentages of Color #777bc8

%26.92
%27.83
%45.25

CMYK Percentages of Color #777bc8

%41
%39
%0
%22

Triadic Colors of #777bc8

#777bc8 #c8777b #7bc877

Analogous Colors of #777bc8

#777bc8 #9c77c8 #77a4c8

Monochromatic Colors of #777bc8

#777bc8

Complementary Color

#777bc8 #c8c477

#777bc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777bc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#777bc8 Color CSS Codes

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

#777bc8 Text Font Color

<p style="color:#777bc8">Text here</p>

This sample text font color is #777bc8
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.


#777bc8 Background Color

<div style="background-color:#777bc8">
Div content here</div>

This div background color is #777bc8


#777bc8 Border Color

<div style="border:3px solid #777bc8">
Div here</div>

This div border color is #777bc8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,123,200, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #777bc8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #777bc8;
  -webkit-box-shadow: 1px 1px 3px 2px #777bc8;
  box-shadow:         1px 1px 3px 2px #777bc8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777bc8


Comments

No comments written yet.

Please login to write comment.