Color Hex Logo

#778098 Color Hex

#778098
(119,128,152)
1 Favorites   0 Comments

Color spaces of #778098

RGB 119128152
HSL0.620.140.53
HSV224°22°60°
CMYK 0.220.160.00   0.40
XYZ20.994421.627332.7737
Yxy21.62730.27850.2869
Hunter Lab46.5052-0.8016-9.2300
CIE-Lab53.62932.1181-13.9845

#778098 color RGB value is (119,128,152).

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

The process color (four color CMYK) of #778098 color hex is 0.22, 0.16, 0.00, 0.40. Web safe color of #778098 is #669999. Color #778098 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000000 10011000
Octal 167 200 230
Decimal 119 128 152
Hex 77 80 98

RGB Percentages of Color #778098

%29.82
%32.08
%38.10

CMYK Percentages of Color #778098

%22
%16
%0
%40

Triadic Colors of #778098

#778098 #987780 #809877

Analogous Colors of #778098

#778098 #7f7798 #779198

Monochromatic Colors of #778098

#778098

Complementary Color

#778098 #988f77

#778098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#778098 Color CSS Codes

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

#778098 Text Font Color

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

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


#778098 Background Color

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

This div background color is #778098


#778098 Border Color

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

This div border color is #778098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778098

#778098 Color Palettes


Comments

No comments written yet.

Please login to write comment.