Color Hex Logo

#777395 Color Hex

#777395
(119,115,149)
0 Favorites   0 Comments

Color spaces of #777395

RGB 119115149
HSL0.690.140.52
HSV247°23°58°
CMYK 0.200.230.00   0.42
XYZ19.163318.353330.9663
Yxy18.35330.27980.2680
Hunter Lab42.84084.8744-12.8677
CIE-Lab49.92189.0428-17.8661

#777395 color RGB value is (119,115,149).

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

The process color (four color CMYK) of #777395 color hex is 0.20, 0.23, 0.00, 0.42. Web safe color of #777395 is #666699. Color #777395 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110011 10010101
Octal 167 163 225
Decimal 119 115 149
Hex 77 73 95

RGB Percentages of Color #777395

%31.07
%30.03
%38.90

CMYK Percentages of Color #777395

%20
%23
%0
%42

Triadic Colors of #777395

#777395 #957773 #739577

Analogous Colors of #777395

#777395 #887395 #738095

Monochromatic Colors of #777395

#777395

Complementary Color

#777395 #919573

#777395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#777395 Color CSS Codes

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

#777395 Text Font Color

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

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


#777395 Background Color

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

This div background color is #777395


#777395 Border Color

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

This div border color is #777395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777395


Comments

No comments written yet.

Please login to write comment.