Color Hex Logo

#778095 Color Hex

#778095
(119,128,149)
0 Favorites   0 Comments

Color spaces of #778095

RGB 119128149
HSL0.620.120.53
HSV222°20°58°
CMYK 0.200.140.00   0.42
XYZ20.751721.530231.4958
Yxy21.53020.28130.2918
Hunter Lab46.4006-1.3708-7.7644
CIE-Lab53.52491.3988-12.3992

#778095 color RGB value is (119,128,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000000 10010101
Octal 167 200 225
Decimal 119 128 149
Hex 77 80 95

RGB Percentages of Color #778095

%30.05
%32.32
%37.63

CMYK Percentages of Color #778095

%20
%14
%0
%42

Triadic Colors of #778095

#778095 #957780 #809577

Analogous Colors of #778095

#778095 #7d7795 #778f95

Monochromatic Colors of #778095

#778095

Complementary Color

#778095 #958c77

#778095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#778095 Color CSS Codes

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

#778095 Text Font Color

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

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


#778095 Background Color

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

This div background color is #778095


#778095 Border Color

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

This div border color is #778095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778095


Comments

No comments written yet.

Please login to write comment.