Color Hex Logo

#777599 Color Hex

#777599
(119,117,153)
0 Favorites   0 Comments

Color spaces of #777599

RGB 119117153
HSL0.680.150.53
HSV243°24°60°
CMYK 0.220.240.00   0.40
XYZ19.718818.944432.7543
Yxy18.94440.27610.2653
Hunter Lab43.52524.6993-14.1503
CIE-Lab50.62218.8306-19.1429

#777599 color RGB value is (119,117,153).

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

The process color (four color CMYK) of #777599 color hex is 0.22, 0.24, 0.00, 0.40. Web safe color of #777599 is #666699. Color #777599 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110101 10011001
Octal 167 165 231
Decimal 119 117 153
Hex 77 75 99

RGB Percentages of Color #777599

%30.59
%30.08
%39.33

CMYK Percentages of Color #777599

%22
%24
%0
%40

Triadic Colors of #777599

#777599 #997775 #759977

Analogous Colors of #777599

#777599 #897599 #758599

Monochromatic Colors of #777599

#777599

Complementary Color

#777599 #979975

#777599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#777599 Color CSS Codes

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

#777599 Text Font Color

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

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


#777599 Background Color

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

This div background color is #777599


#777599 Border Color

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

This div border color is #777599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777599


Comments

No comments written yet.

Please login to write comment.