Color Hex Logo

#776583 Color Hex

#776583
(119,101,131)
0 Favorites   0 Comments

Color spaces of #776583

RGB 119101131
HSL0.770.130.45
HSV276°23°51°
CMYK 0.090.230.00   0.49
XYZ16.358214.868023.4804
Yxy14.86800.29900.2718
Hunter Lab38.55908.2481-9.1131
CIE-Lab45.452913.2392-13.9816

#776583 color RGB value is (119,101,131).

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

The process color (four color CMYK) of #776583 color hex is 0.09, 0.23, 0.00, 0.49. Web safe color of #776583 is #666699. Color #776583 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100101 10000011
Octal 167 145 203
Decimal 119 101 131
Hex 77 65 83

RGB Percentages of Color #776583

%33.90
%28.77
%37.32

CMYK Percentages of Color #776583

%9
%23
%0
%49

Triadic Colors of #776583

#776583 #837765 #658377

Analogous Colors of #776583

#776583 #836580 #686583

Monochromatic Colors of #776583

#776583

Complementary Color

#776583 #718365

#776583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776583 Color CSS Codes

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

#776583 Text Font Color

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

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


#776583 Background Color

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

This div background color is #776583


#776583 Border Color

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

This div border color is #776583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776583


Comments

No comments written yet.

Please login to write comment.