Color Hex Logo

#776692 Color Hex

#776692
(119,102,146)
0 Favorites   0 Comments

Color spaces of #776692

RGB 119102146
HSL0.730.180.49
HSV263°30°57°
CMYK 0.180.300.00   0.43
XYZ17.547415.500029.2611
Yxy15.50000.28160.2488
Hunter Lab39.370010.6607-16.5072
CIE-Lab46.311616.1205-21.6308

#776692 color RGB value is (119,102,146).

#776692 hex color red value is 119, green value is 102 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #776692 hue: 0.73 , saturation: 0.18 and the lightness value of 776692 is 0.49.

The process color (four color CMYK) of #776692 color hex is 0.18, 0.30, 0.00, 0.43. Web safe color of #776692 is #666699. Color #776692 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100110 10010010
Octal 167 146 222
Decimal 119 102 146
Hex 77 66 92

RGB Percentages of Color #776692

%32.43
%27.79
%39.78

CMYK Percentages of Color #776692

%18
%30
%0
%43

Triadic Colors of #776692

#776692 #927766 #669277

Analogous Colors of #776692

#776692 #8d6692 #666b92

Monochromatic Colors of #776692

#776692

Complementary Color

#776692 #819266

#776692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776692 Color CSS Codes

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

#776692 Text Font Color

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

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


#776692 Background Color

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

This div background color is #776692


#776692 Border Color

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

This div border color is #776692


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,102,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #776692; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #776692;
  -webkit-box-shadow: 1px 1px 3px 2px #776692;
  box-shadow:         1px 1px 3px 2px #776692; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776692


Comments

No comments written yet.

Please login to write comment.