Color Hex Logo

#778598 Color Hex

#778598
(119,133,152)
0 Favorites   0 Comments

Color spaces of #778598

RGB 119133152
HSL0.600.140.53
HSV215°22°60°
CMYK 0.220.130.00   0.40
XYZ21.662822.964032.9965
Yxy22.96400.27910.2958
Hunter Lab47.9208-3.1696-7.2804
CIE-Lab55.0352-0.7678-11.8636

#778598 color RGB value is (119,133,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000101 10011000
Octal 167 205 230
Decimal 119 133 152
Hex 77 85 98

RGB Percentages of Color #778598

%29.46
%32.92
%37.62

CMYK Percentages of Color #778598

%22
%13
%0
%40

Triadic Colors of #778598

#778598 #987785 #859877

Analogous Colors of #778598

#778598 #7a7798 #779698

Monochromatic Colors of #778598

#778598

Complementary Color

#778598 #988a77

#778598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#778598 Color CSS Codes

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

#778598 Text Font Color

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

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


#778598 Background Color

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

This div background color is #778598


#778598 Border Color

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

This div border color is #778598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778598


Comments

No comments written yet.

Please login to write comment.