Color Hex Logo

#777787 Color Hex

#777787
(119,119,135)
0 Favorites   0 Comments

Color spaces of #777787

RGB 119119135
HSL0.670.060.50
HSV240°12°53°
CMYK 0.120.120.00   0.47
XYZ18.577718.864925.5838
Yxy18.86490.29480.2993
Hunter Lab43.43370.3399-4.5200
CIE-Lab50.52883.4094-8.7094

#777787 color RGB value is (119,119,135).

#777787 hex color red value is 119, green value is 119 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #777787 hue: 0.67 , saturation: 0.06 and the lightness value of 777787 is 0.50.

The process color (four color CMYK) of #777787 color hex is 0.12, 0.12, 0.00, 0.47. Web safe color of #777787 is #666699. Color #777787 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110111 10000111
Octal 167 167 207
Decimal 119 119 135
Hex 77 77 87

RGB Percentages of Color #777787

%31.90
%31.90
%36.19

CMYK Percentages of Color #777787

%12
%12
%0
%47

Triadic Colors of #777787

#777787 #877777 #778777

Analogous Colors of #777787

#777787 #7f7787 #777f87

Monochromatic Colors of #777787

#777787

Complementary Color

#777787 #878777

#777787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#777787 Color CSS Codes

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

#777787 Text Font Color

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

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


#777787 Background Color

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

This div background color is #777787


#777787 Border Color

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

This div border color is #777787


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777787


Comments

No comments written yet.

Please login to write comment.