Color Hex Logo

#7778bf Color Hex

#7778BF
(119,120,191)
0 Favorites   0 Comments

Color spaces of #7778bf

RGB 119120191
HSL0.660.360.61
HSV239°38°75°
CMYK 0.380.370.00   0.25
XYZ23.728221.116552.1155
Yxy21.11650.24470.2178
Hunter Lab45.952711.7533-35.0746
CIE-Lab53.076817.0873-37.3485

#7778bf color RGB value is (119,120,191).

#7778bf hex color red value is 119, green value is 120 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7778bf hue: 0.66 , saturation: 0.36 and the lightness value of 7778bf is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111000 10111111
Octal 167 170 277
Decimal 119 120 191
Hex 77 78 BF

RGB Percentages of Color #7778bf

%27.67
%27.91
%44.42

CMYK Percentages of Color #7778bf

%38
%37
%0
%25

Triadic Colors of #7778bf

#7778bf #bf7778 #78bf77

Analogous Colors of #7778bf

#7778bf #9a77bf #779cbf

Monochromatic Colors of #7778bf

#7778bf

Complementary Color

#7778bf #bfbe77

#7778bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7778bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7778bf Color CSS Codes

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

#7778bf Text Font Color

<p style="color:#7778bf">Text here</p>

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


#7778bf Background Color

<div style="background-color:#7778bf">
Div content here</div>

This div background color is #7778bf


#7778bf Border Color

<div style="border:3px solid #7778bf">
Div here</div>

This div border color is #7778bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,120,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7778bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7778bf;
  -webkit-box-shadow: 1px 1px 3px 2px #7778bf;
  box-shadow:         1px 1px 3px 2px #7778bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7778bf


Comments

No comments written yet.

Please login to write comment.