Color Hex Logo

#760764 Color Hex

#760764
(118,7,100)
0 Favorites   0 Comments

Color spaces of #760764

RGB 1187100
HSL0.860.890.25
HSV310°94°46°
CMYK 0.000.940.15   0.54
XYZ9.84744.923612.4879
Yxy4.92360.36130.1806
Hunter Lab22.189240.3859-17.8355
CIE-Lab26.516051.5773-23.8683

#760764 color RGB value is (118,7,100).

#760764 hex color red value is 118, green value is 7 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #760764 hue: 0.86 , saturation: 0.89 and the lightness value of 760764 is 0.25.

The process color (four color CMYK) of #760764 color hex is 0.00, 0.94, 0.15, 0.54. Web safe color of #760764 is #660066. Color #760764 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000111 01100100
Octal 166 7 144
Decimal 118 7 100
Hex 76 7 64

RGB Percentages of Color #760764

%52.44
%3.11
%44.44

CMYK Percentages of Color #760764

%0
%94
%15
%54

Triadic Colors of #760764

#760764 #647607 #076476

Analogous Colors of #760764

#760764 #76072c #510776

Monochromatic Colors of #760764

#760764

Complementary Color

#760764 #077619

#760764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760764 Color CSS Codes

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

#760764 Text Font Color

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

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


#760764 Background Color

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

This div background color is #760764


#760764 Border Color

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

This div border color is #760764


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,7,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #760764; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #760764;
  -webkit-box-shadow: 1px 1px 3px 2px #760764;
  box-shadow:         1px 1px 3px 2px #760764; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,7,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760764


Comments

No comments written yet.

Please login to write comment.