Color Hex Logo

#7689aa Color Hex

#7689AA
(118,137,170)
0 Favorites   0 Comments

Color spaces of #7689aa

RGB 118137170
HSL0.610.230.56
HSV218°31°67°
CMYK 0.310.190.00   0.33
XYZ23.672624.645241.5395
Yxy24.64520.26340.2743
Hunter Lab49.6439-1.7595-14.8601
CIE-Lab56.72811.1028-19.6610

#7689aa color RGB value is (118,137,170).

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

The process color (four color CMYK) of #7689aa color hex is 0.31, 0.19, 0.00, 0.33. Web safe color of #7689aa is #669999. Color #7689aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001001 10101010
Octal 166 211 252
Decimal 118 137 170
Hex 76 89 AA

RGB Percentages of Color #7689aa

%27.76
%32.24
%40.00

CMYK Percentages of Color #7689aa

%31
%19
%0
%33

Triadic Colors of #7689aa

#7689aa #aa7689 #89aa76

Analogous Colors of #7689aa

#7689aa #7d76aa #76a3aa

Monochromatic Colors of #7689aa

#7689aa

Complementary Color

#7689aa #aa9776

#7689aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7689aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7689aa Color CSS Codes

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

#7689aa Text Font Color

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

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


#7689aa Background Color

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

This div background color is #7689aa


#7689aa Border Color

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

This div border color is #7689aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7689aa


Comments

No comments written yet.

Please login to write comment.