Color Hex Logo

#776382 Color Hex

#776382
(119,99,130)
0 Favorites   0 Comments

Color spaces of #776382

RGB 11999130
HSL0.770.140.45
HSV279°24°51°
CMYK 0.080.240.00   0.49
XYZ16.098914.457323.0611
Yxy14.45730.30030.2696
Hunter Lab38.02289.0374-9.3439
CIE-Lab44.881714.2236-14.2481

#776382 color RGB value is (119,99,130).

#776382 hex color red value is 119, green value is 99 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #776382 hue: 0.77 , saturation: 0.14 and the lightness value of 776382 is 0.45.

The process color (four color CMYK) of #776382 color hex is 0.08, 0.24, 0.00, 0.49. Web safe color of #776382 is #666699. Color #776382 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100011 10000010
Octal 167 143 202
Decimal 119 99 130
Hex 77 63 82

RGB Percentages of Color #776382

%34.20
%28.45
%37.36

CMYK Percentages of Color #776382

%8
%24
%0
%49

Triadic Colors of #776382

#776382 #827763 #638277

Analogous Colors of #776382

#776382 #82637e #686382

Monochromatic Colors of #776382

#776382

Complementary Color

#776382 #6e8263

#776382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776382 Color CSS Codes

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

#776382 Text Font Color

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

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


#776382 Background Color

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

This div background color is #776382


#776382 Border Color

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

This div border color is #776382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776382


Comments

No comments written yet.

Please login to write comment.