Color Hex Logo

#7776aa Color Hex

#7776AA
(119,118,170)
0 Favorites   0 Comments

Color spaces of #7776aa

RGB 119118170
HSL0.670.230.56
HSV241°31°67°
CMYK 0.300.310.00   0.33
XYZ21.341919.781140.7235
Yxy19.78110.26080.2417
Hunter Lab44.47597.8208-23.1545
CIE-Lab51.588812.5719-27.5657

#7776aa color RGB value is (119,118,170).

#7776aa hex color red value is 119, green value is 118 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7776aa hue: 0.67 , saturation: 0.23 and the lightness value of 7776aa is 0.56.

The process color (four color CMYK) of #7776aa color hex is 0.30, 0.31, 0.00, 0.33. Web safe color of #7776aa is #666699. Color #7776aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110110 10101010
Octal 167 166 252
Decimal 119 118 170
Hex 77 76 AA

RGB Percentages of Color #7776aa

%29.24
%28.99
%41.77

CMYK Percentages of Color #7776aa

%30
%31
%0
%33

Triadic Colors of #7776aa

#7776aa #aa7776 #76aa77

Analogous Colors of #7776aa

#7776aa #9176aa #768faa

Monochromatic Colors of #7776aa

#7776aa

Complementary Color

#7776aa #a9aa76

#7776aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7776aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7776aa Color CSS Codes

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

#7776aa Text Font Color

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

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


#7776aa Background Color

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

This div background color is #7776aa


#7776aa Border Color

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

This div border color is #7776aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,118,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7776aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7776aa;
  -webkit-box-shadow: 1px 1px 3px 2px #7776aa;
  box-shadow:         1px 1px 3px 2px #7776aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7776aa


Comments

No comments written yet.

Please login to write comment.