Color Hex Logo

#7576aa Color Hex

#7576AA
(117,118,170)
0 Favorites   0 Comments

Color spaces of #7576aa

RGB 117118170
HSL0.660.240.56
HSV239°31°67°
CMYK 0.310.310.00   0.33
XYZ21.070319.641140.7108
Yxy19.64110.25880.2412
Hunter Lab44.31837.3075-23.4410
CIE-Lab51.429011.9661-27.8263

#7576aa color RGB value is (117,118,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110110 10101010
Octal 165 166 252
Decimal 117 118 170
Hex 75 76 AA

RGB Percentages of Color #7576aa

%28.89
%29.14
%41.98

CMYK Percentages of Color #7576aa

%31
%31
%0
%33

Triadic Colors of #7576aa

#7576aa #aa7576 #76aa75

Analogous Colors of #7576aa

#7576aa #8f75aa #7591aa

Monochromatic Colors of #7576aa

#7576aa

Complementary Color

#7576aa #aaa975

#7576aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7576aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7576aa Color CSS Codes

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

#7576aa Text Font Color

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

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


#7576aa Background Color

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

This div background color is #7576aa


#7576aa Border Color

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

This div border color is #7576aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7576aa


Comments

No comments written yet.

Please login to write comment.