Color Hex Logo

#7770aa Color Hex

#7770AA
(119,112,170)
0 Favorites   0 Comments

Color spaces of #7770aa

RGB 119112170
HSL0.690.250.55
HSV247°34°67°
CMYK 0.300.340.00   0.33
XYZ20.657618.412640.4954
Yxy18.41260.25960.2314
Hunter Lab42.909910.8408-25.9169
CIE-Lab49.992816.1679-30.0479

#7770aa color RGB value is (119,112,170).

#7770aa hex color red value is 119, green value is 112 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7770aa hue: 0.69 , saturation: 0.25 and the lightness value of 7770aa is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110000 10101010
Octal 167 160 252
Decimal 119 112 170
Hex 77 70 AA

RGB Percentages of Color #7770aa

%29.68
%27.93
%42.39

CMYK Percentages of Color #7770aa

%30
%34
%0
%33

Triadic Colors of #7770aa

#7770aa #aa7770 #70aa77

Analogous Colors of #7770aa

#7770aa #9470aa #7086aa

Monochromatic Colors of #7770aa

#7770aa

Complementary Color

#7770aa #a3aa70

#7770aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7770aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7770aa Color CSS Codes

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

#7770aa Text Font Color

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

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


#7770aa Background Color

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

This div background color is #7770aa


#7770aa Border Color

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

This div border color is #7770aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7770aa


Comments

No comments written yet.

Please login to write comment.