Color Hex Logo

#776fbf Color Hex

#776FBF
(119,111,191)
0 Favorites   0 Comments

Color spaces of #776fbf

RGB 119111191
HSL0.680.380.59
HSV246°42°75°
CMYK 0.380.420.00   0.25
XYZ22.696219.052451.7715
Yxy19.05240.24270.2037
Hunter Lab43.649116.4288-39.7687
CIE-Lab50.748522.4910-41.0179

#776fbf color RGB value is (119,111,191).

#776fbf hex color red value is 119, green value is 111 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #776fbf hue: 0.68 , saturation: 0.38 and the lightness value of 776fbf is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01101111 10111111
Octal 167 157 277
Decimal 119 111 191
Hex 77 6F BF

RGB Percentages of Color #776fbf

%28.27
%26.37
%45.37

CMYK Percentages of Color #776fbf

%38
%42
%0
%25

Triadic Colors of #776fbf

#776fbf #bf776f #6fbf77

Analogous Colors of #776fbf

#776fbf #9f6fbf #6f8fbf

Monochromatic Colors of #776fbf

#776fbf

Complementary Color

#776fbf #b7bf6f

#776fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#776fbf Color CSS Codes

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

#776fbf Text Font Color

<p style="color:#776fbf">Text here</p>

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


#776fbf Background Color

<div style="background-color:#776fbf">
Div content here</div>

This div background color is #776fbf


#776fbf Border Color

<div style="border:3px solid #776fbf">
Div here</div>

This div border color is #776fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776fbf


Comments

No comments written yet.

Please login to write comment.