Color Hex Logo

#7a77aa Color Hex

#7A77AA
(122,119,170)
0 Favorites   0 Comments

Color spaces of #7a77aa

RGB 122119170
HSL0.680.230.57
HSV244°30°67°
CMYK 0.280.300.00   0.33
XYZ21.878620.233540.7825
Yxy20.23350.26390.2441
Hunter Lab44.98178.1026-22.2680
CIE-Lab52.100212.8941-26.7536

#7a77aa color RGB value is (122,119,170).

#7a77aa hex color red value is 122, green value is 119 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7a77aa hue: 0.68 , saturation: 0.23 and the lightness value of 7a77aa is 0.57.

The process color (four color CMYK) of #7a77aa color hex is 0.28, 0.30, 0.00, 0.33. Web safe color of #7a77aa is #666699. Color #7a77aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01110111 10101010
Octal 172 167 252
Decimal 122 119 170
Hex 7A 77 AA

RGB Percentages of Color #7a77aa

%29.68
%28.95
%41.36

CMYK Percentages of Color #7a77aa

%28
%30
%0
%33

Triadic Colors of #7a77aa

#7a77aa #aa7a77 #77aa7a

Analogous Colors of #7a77aa

#7a77aa #9477aa #778eaa

Monochromatic Colors of #7a77aa

#7a77aa

Complementary Color

#7a77aa #a7aa77

#7a77aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a77aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a77aa Color CSS Codes

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

#7a77aa Text Font Color

<p style="color:#7a77aa">Text here</p>

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


#7a77aa Background Color

<div style="background-color:#7a77aa">
Div content here</div>

This div background color is #7a77aa


#7a77aa Border Color

<div style="border:3px solid #7a77aa">
Div here</div>

This div border color is #7a77aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a77aa


Comments

No comments written yet.

Please login to write comment.