Color Hex Logo

#7a759b Color Hex

#7A759B
(122,117,155)
0 Favorites   0 Comments

Color spaces of #7a759b

RGB 122117155
HSL0.690.160.53
HSV248°25°61°
CMYK 0.210.250.00   0.39
XYZ20.303719.226733.6514
Yxy19.22670.27740.2627
Hunter Lab43.84835.9190-14.8084
CIE-Lab50.951410.3093-19.7876

#7a759b color RGB value is (122,117,155).

#7a759b hex color red value is 122, green value is 117 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #7a759b hue: 0.69 , saturation: 0.16 and the lightness value of 7a759b is 0.53.

The process color (four color CMYK) of #7a759b color hex is 0.21, 0.25, 0.00, 0.39. Web safe color of #7a759b is #666699. Color #7a759b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01110101 10011011
Octal 172 165 233
Decimal 122 117 155
Hex 7A 75 9B

RGB Percentages of Color #7a759b

%30.96
%29.70
%39.34

CMYK Percentages of Color #7a759b

%21
%25
%0
%39

Triadic Colors of #7a759b

#7a759b #9b7a75 #759b7a

Analogous Colors of #7a759b

#7a759b #8d759b #75839b

Monochromatic Colors of #7a759b

#7a759b

Complementary Color

#7a759b #969b75

#7a759b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a759b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a759b Color CSS Codes

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

#7a759b Text Font Color

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

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


#7a759b Background Color

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

This div background color is #7a759b


#7a759b Border Color

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

This div border color is #7a759b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,117,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7a759b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a759b

#7a759b Color Palettes


Comments

No comments written yet.

Please login to write comment.