Color Hex Logo

#777098 Color Hex

#777098
(119,112,152)
0 Favorites   0 Comments

Color spaces of #777098

RGB 119112152
HSL0.700.160.52
HSV251°26°60°
CMYK 0.220.260.00   0.40
XYZ19.069417.777332.1321
Yxy17.77730.27650.2577
Hunter Lab42.16316.9459-15.6701
CIE-Lab49.224911.5674-20.6980

#777098 color RGB value is (119,112,152).

#777098 hex color red value is 119, green value is 112 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #777098 hue: 0.70 , saturation: 0.16 and the lightness value of 777098 is 0.52.

The process color (four color CMYK) of #777098 color hex is 0.22, 0.26, 0.00, 0.40. Web safe color of #777098 is #666699. Color #777098 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110000 10011000
Octal 167 160 230
Decimal 119 112 152
Hex 77 70 98

RGB Percentages of Color #777098

%31.07
%29.24
%39.69

CMYK Percentages of Color #777098

%22
%26
%0
%40

Triadic Colors of #777098

#777098 #987770 #709877

Analogous Colors of #777098

#777098 #8b7098 #707d98

Monochromatic Colors of #777098

#777098

Complementary Color

#777098 #919870

#777098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#777098 Color CSS Codes

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

#777098 Text Font Color

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

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


#777098 Background Color

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

This div background color is #777098


#777098 Border Color

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

This div border color is #777098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777098


Comments

No comments written yet.

Please login to write comment.