Color Hex Logo

#778297 Color Hex

#778297
(119,130,151)
0 Favorites   0 Comments

Color spaces of #778297

RGB 119130151
HSL0.610.130.53
HSV219°21°59°
CMYK 0.210.140.00   0.41
XYZ21.176322.121632.4319
Yxy22.12160.27960.2921
Hunter Lab47.0336-1.9414-7.9597
CIE-Lab54.15580.7192-12.6092

#778297 color RGB value is (119,130,151).

#778297 hex color red value is 119, green value is 130 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #778297 hue: 0.61 , saturation: 0.13 and the lightness value of 778297 is 0.53.

The process color (four color CMYK) of #778297 color hex is 0.21, 0.14, 0.00, 0.41. Web safe color of #778297 is #669999. Color #778297 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000010 10010111
Octal 167 202 227
Decimal 119 130 151
Hex 77 82 97

RGB Percentages of Color #778297

%29.75
%32.50
%37.75

CMYK Percentages of Color #778297

%21
%14
%0
%41

Triadic Colors of #778297

#778297 #977782 #829777

Analogous Colors of #778297

#778297 #7c7797 #779297

Monochromatic Colors of #778297

#778297

Complementary Color

#778297 #978c77

#778297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#778297 Color CSS Codes

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

#778297 Text Font Color

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

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


#778297 Background Color

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

This div background color is #778297


#778297 Border Color

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

This div border color is #778297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778297


Comments

No comments written yet.

Please login to write comment.