Color Hex Logo

#777585 Color Hex

#777585
(119,117,133)
0 Favorites   0 Comments

Color spaces of #777585

RGB 119117133
HSL0.690.060.49
HSV248°12°52°
CMYK 0.110.120.00   0.48
XYZ18.202718.338024.7705
Yxy18.33800.29690.2991
Hunter Lab42.82290.9348-4.3197
CIE-Lab49.90354.1387-8.4655

#777585 color RGB value is (119,117,133).

#777585 hex color red value is 119, green value is 117 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #777585 hue: 0.69 , saturation: 0.06 and the lightness value of 777585 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110101 10000101
Octal 167 165 205
Decimal 119 117 133
Hex 77 75 85

RGB Percentages of Color #777585

%32.25
%31.71
%36.04

CMYK Percentages of Color #777585

%11
%12
%0
%48

Triadic Colors of #777585

#777585 #857775 #758577

Analogous Colors of #777585

#777585 #7f7585 #757b85

Monochromatic Colors of #777585

#777585

Complementary Color

#777585 #838575

#777585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#777585 Color CSS Codes

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

#777585 Text Font Color

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

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


#777585 Background Color

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

This div background color is #777585


#777585 Border Color

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

This div border color is #777585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777585


Comments

No comments written yet.

Please login to write comment.