Color Hex Logo

#7776bf Color Hex

#7776BF
(119,118,191)
0 Favorites   0 Comments

Color spaces of #7776bf

RGB 119118191
HSL0.670.360.61
HSV241°38°75°
CMYK 0.380.380.00   0.25
XYZ23.490220.640452.0361
Yxy20.64040.24430.2146
Hunter Lab45.431712.7869-36.1068
CIE-Lab52.553718.2858-38.1709

#7776bf color RGB value is (119,118,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110110 10111111
Octal 167 166 277
Decimal 119 118 191
Hex 77 76 BF

RGB Percentages of Color #7776bf

%27.80
%27.57
%44.63

CMYK Percentages of Color #7776bf

%38
%38
%0
%25

Triadic Colors of #7776bf

#7776bf #bf7776 #76bf77

Analogous Colors of #7776bf

#7776bf #9c76bf #769abf

Monochromatic Colors of #7776bf

#7776bf

Complementary Color

#7776bf #bebf76

#7776bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7776bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7776bf Color CSS Codes

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

#7776bf Text Font Color

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

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


#7776bf Background Color

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

This div background color is #7776bf


#7776bf Border Color

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

This div border color is #7776bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,118,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 #7776bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7776bf


Comments

No comments written yet.

Please login to write comment.