Color Hex Logo

#7666aa Color Hex

#7666AA
(118,102,170)
0 Favorites   0 Comments

Color spaces of #7666aa

RGB 118102170
HSL0.710.290.53
HSV254°40°67°
CMYK 0.310.400.00   0.33
XYZ19.478316.256640.1414
Yxy16.25660.25670.2143
Hunter Lab40.319515.6741-30.8045
CIE-Lab47.309421.9013-34.2542

#7666aa color RGB value is (118,102,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100110 10101010
Octal 166 146 252
Decimal 118 102 170
Hex 76 66 AA

RGB Percentages of Color #7666aa

%30.26
%26.15
%43.59

CMYK Percentages of Color #7666aa

%31
%40
%0
%33

Triadic Colors of #7666aa

#7666aa #aa7666 #66aa76

Analogous Colors of #7666aa

#7666aa #9866aa #6678aa

Monochromatic Colors of #7666aa

#7666aa

Complementary Color

#7666aa #9aaa66

#7666aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7666aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7666aa Color CSS Codes

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

#7666aa Text Font Color

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

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


#7666aa Background Color

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

This div background color is #7666aa


#7666aa Border Color

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

This div border color is #7666aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7666aa


Comments

No comments written yet.

Please login to write comment.