Color Hex Logo

#777596 Color Hex

#777596
(119,117,150)
0 Favorites   0 Comments

Color spaces of #777596

RGB 119117150
HSL0.680.140.52
HSV244°22°59°
CMYK 0.210.220.00   0.41
XYZ19.474118.846531.4655
Yxy18.84650.27910.2701
Hunter Lab43.41264.1000-12.5847
CIE-Lab50.50718.0966-17.5599

#777596 color RGB value is (119,117,150).

#777596 hex color red value is 119, green value is 117 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #777596 hue: 0.68 , saturation: 0.14 and the lightness value of 777596 is 0.52.

The process color (four color CMYK) of #777596 color hex is 0.21, 0.22, 0.00, 0.41. Web safe color of #777596 is #666699. Color #777596 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110101 10010110
Octal 167 165 226
Decimal 119 117 150
Hex 77 75 96

RGB Percentages of Color #777596

%30.83
%30.31
%38.86

CMYK Percentages of Color #777596

%21
%22
%0
%41

Triadic Colors of #777596

#777596 #967775 #759677

Analogous Colors of #777596

#777596 #887596 #758496

Monochromatic Colors of #777596

#777596

Complementary Color

#777596 #949675

#777596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#777596 Color CSS Codes

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

#777596 Text Font Color

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

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


#777596 Background Color

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

This div background color is #777596


#777596 Border Color

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

This div border color is #777596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777596


Comments

No comments written yet.

Please login to write comment.