Color Hex Logo

#776098 Color Hex

#776098
(119,96,152)
0 Favorites   0 Comments

Color spaces of #776098

RGB 11996152
HSL0.740.230.49
HSV265°37°60°
CMYK 0.220.370.00   0.40
XYZ17.458114.554731.5950
Yxy14.55470.27450.2288
Hunter Lab38.150614.9198-22.3965
CIE-Lab45.018221.2117-27.2049

#776098 color RGB value is (119,96,152).

#776098 hex color red value is 119, green value is 96 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #776098 hue: 0.74 , saturation: 0.23 and the lightness value of 776098 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100000 10011000
Octal 167 140 230
Decimal 119 96 152
Hex 77 60 98

RGB Percentages of Color #776098

%32.43
%26.16
%41.42

CMYK Percentages of Color #776098

%22
%37
%0
%40

Triadic Colors of #776098

#776098 #987760 #609877

Analogous Colors of #776098

#776098 #936098 #606598

Monochromatic Colors of #776098

#776098

Complementary Color

#776098 #819860

#776098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776098 Color CSS Codes

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

#776098 Text Font Color

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

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


#776098 Background Color

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

This div background color is #776098


#776098 Border Color

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

This div border color is #776098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776098


Comments

No comments written yet.

Please login to write comment.