Color Hex Logo

#76164e Color Hex

#76164E
(118,22,78)
0 Favorites   0 Comments

Color spaces of #76164e

RGB 1182278
HSL0.900.690.27
HSV325°81°46°
CMYK 0.000.810.34   0.54
XYZ9.13334.97547.6867
Yxy4.97540.41900.2283
Hunter Lab22.305634.0542-4.8179
CIE-Lab26.664645.1173-9.0994

#76164e color RGB value is (118,22,78).

#76164e hex color red value is 118, green value is 22 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #76164e hue: 0.90 , saturation: 0.69 and the lightness value of 76164e is 0.27.

The process color (four color CMYK) of #76164e color hex is 0.00, 0.81, 0.34, 0.54. Web safe color of #76164e is #660066. Color #76164e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010110 01001110
Octal 166 26 116
Decimal 118 22 78
Hex 76 16 4E

RGB Percentages of Color #76164e

%54.13
%10.09
%35.78

CMYK Percentages of Color #76164e

%0
%81
%34
%54

Triadic Colors of #76164e

#76164e #4e7616 #164e76

Analogous Colors of #76164e

#76164e #76161e #6e1676

Monochromatic Colors of #76164e

#76164e

Complementary Color

#76164e #16763e

#76164e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76164e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76164e Color CSS Codes

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

#76164e Text Font Color

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

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


#76164e Background Color

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

This div background color is #76164e


#76164e Border Color

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

This div border color is #76164e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,22,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76164e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76164e;
  -webkit-box-shadow: 1px 1px 3px 2px #76164e;
  box-shadow:         1px 1px 3px 2px #76164e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76164e


Comments

No comments written yet.

Please login to write comment.