Color Hex Logo

#7760ab Color Hex

#7760AB
(119,96,171)
0 Favorites   0 Comments

Color spaces of #7760ab

RGB 11996171
HSL0.720.310.52
HSV258°44°67°
CMYK 0.300.440.00   0.33
XYZ19.141315.228040.4585
Yxy15.22800.25580.2035
Hunter Lab39.023119.2661-34.1548
CIE-Lab45.944926.0726-36.9833

#7760ab color RGB value is (119,96,171).

#7760ab hex color red value is 119, green value is 96 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7760ab hue: 0.72 , saturation: 0.31 and the lightness value of 7760ab is 0.52.

The process color (four color CMYK) of #7760ab color hex is 0.30, 0.44, 0.00, 0.33. Web safe color of #7760ab is #666699. Color #7760ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100000 10101011
Octal 167 140 253
Decimal 119 96 171
Hex 77 60 AB

RGB Percentages of Color #7760ab

%30.83
%24.87
%44.30

CMYK Percentages of Color #7760ab

%30
%44
%0
%33

Triadic Colors of #7760ab

#7760ab #ab7760 #60ab77

Analogous Colors of #7760ab

#7760ab #9d60ab #606fab

Monochromatic Colors of #7760ab

#7760ab

Complementary Color

#7760ab #94ab60

#7760ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7760ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7760ab Color CSS Codes

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

#7760ab Text Font Color

<p style="color:#7760ab">Text here</p>

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


#7760ab Background Color

<div style="background-color:#7760ab">
Div content here</div>

This div background color is #7760ab


#7760ab Border Color

<div style="border:3px solid #7760ab">
Div here</div>

This div border color is #7760ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,96,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7760ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7760ab;
  -webkit-box-shadow: 1px 1px 3px 2px #7760ab;
  box-shadow:         1px 1px 3px 2px #7760ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,96,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7760ab


Comments

No comments written yet.

Please login to write comment.