Color Hex Logo

#778395 Color Hex

#778395
(119,131,149)
0 Favorites   0 Comments

Color spaces of #778395

RGB 119131149
HSL0.600.120.53
HSV216°20°58°
CMYK 0.200.120.00   0.42
XYZ21.148922.324531.6282
Yxy22.32450.28160.2973
Hunter Lab47.2488-2.7876-6.6144
CIE-Lab54.3696-0.3333-11.1280

#778395 color RGB value is (119,131,149).

#778395 hex color red value is 119, green value is 131 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #778395 hue: 0.60 , saturation: 0.12 and the lightness value of 778395 is 0.53.

The process color (four color CMYK) of #778395 color hex is 0.20, 0.12, 0.00, 0.42. Web safe color of #778395 is #669999. Color #778395 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000011 10010101
Octal 167 203 225
Decimal 119 131 149
Hex 77 83 95

RGB Percentages of Color #778395

%29.82
%32.83
%37.34

CMYK Percentages of Color #778395

%20
%12
%0
%42

Triadic Colors of #778395

#778395 #957783 #839577

Analogous Colors of #778395

#778395 #7a7795 #779295

Monochromatic Colors of #778395

#778395

Complementary Color

#778395 #958977

#778395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#778395 Color CSS Codes

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

#778395 Text Font Color

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

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


#778395 Background Color

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

This div background color is #778395


#778395 Border Color

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

This div border color is #778395


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,131,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 #778395">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778395


Comments

No comments written yet.

Please login to write comment.