Color Hex Logo

#777bbe Color Hex

#777BBE
(119,123,190)
0 Favorites   0 Comments

Color spaces of #777bbe

RGB 119123190
HSL0.660.350.61
HSV237°37°75°
CMYK 0.370.350.00   0.25
XYZ23.985021.805651.6599
Yxy21.80560.24610.2238
Hunter Lab46.69659.9653-32.9045
CIE-Lab53.820115.0148-35.6096

#777bbe color RGB value is (119,123,190).

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

The process color (four color CMYK) of #777bbe color hex is 0.37, 0.35, 0.00, 0.25. Web safe color of #777bbe is #6666cc. Color #777bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111011 10111110
Octal 167 173 276
Decimal 119 123 190
Hex 77 7B BE

RGB Percentages of Color #777bbe

%27.55
%28.47
%43.98

CMYK Percentages of Color #777bbe

%37
%35
%0
%25

Triadic Colors of #777bbe

#777bbe #be777b #7bbe77

Analogous Colors of #777bbe

#777bbe #9777be #779fbe

Monochromatic Colors of #777bbe

#777bbe

Complementary Color

#777bbe #beba77

#777bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#777bbe Color CSS Codes

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

#777bbe Text Font Color

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

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


#777bbe Background Color

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

This div background color is #777bbe


#777bbe Border Color

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

This div border color is #777bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777bbe


Comments

No comments written yet.

Please login to write comment.