Color Hex Logo

#7766aa Color Hex

#7766AA
(119,102,170)
0 Favorites   0 Comments

Color spaces of #7766aa

RGB 119102170
HSL0.710.290.53
HSV255°40°67°
CMYK 0.300.400.00   0.33
XYZ19.614816.327040.1478
Yxy16.32700.25780.2146
Hunter Lab40.406715.9384-30.6255
CIE-Lab47.400622.1950-34.1045

#7766aa color RGB value is (119,102,170).

#7766aa hex color red value is 119, green value is 102 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7766aa hue: 0.71 , saturation: 0.29 and the lightness value of 7766aa is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100110 10101010
Octal 167 146 252
Decimal 119 102 170
Hex 77 66 AA

RGB Percentages of Color #7766aa

%30.43
%26.09
%43.48

CMYK Percentages of Color #7766aa

%30
%40
%0
%33

Triadic Colors of #7766aa

#7766aa #aa7766 #66aa77

Analogous Colors of #7766aa

#7766aa #9966aa #6677aa

Monochromatic Colors of #7766aa

#7766aa

Complementary Color

#7766aa #99aa66

#7766aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7766aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7766aa Color CSS Codes

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

#7766aa Text Font Color

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

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


#7766aa Background Color

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

This div background color is #7766aa


#7766aa Border Color

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

This div border color is #7766aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7766aa


Comments

No comments written yet.

Please login to write comment.