Color Hex Logo

#76154e Color Hex

#76154E
(118,21,78)
0 Favorites   0 Comments

Color spaces of #76154e

RGB 1182178
HSL0.900.700.27
HSV325°82°46°
CMYK 0.000.820.34   0.54
XYZ9.11454.93797.6805
Yxy4.93790.41940.2272
Hunter Lab22.221434.3276-4.9378
CIE-Lab26.557145.4233-9.2624

#76154e color RGB value is (118,21,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010101 01001110
Octal 166 25 116
Decimal 118 21 78
Hex 76 15 4E

RGB Percentages of Color #76154e

%54.38
%9.68
%35.94

CMYK Percentages of Color #76154e

%0
%82
%34
%54

Triadic Colors of #76154e

#76154e #4e7615 #154e76

Analogous Colors of #76154e

#76154e #76151e #6e1576

Monochromatic Colors of #76154e

#76154e

Complementary Color

#76154e #15763d

#76154e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76154e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76154e Color CSS Codes

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

#76154e Text Font Color

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

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


#76154e Background Color

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

This div background color is #76154e


#76154e Border Color

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

This div border color is #76154e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,21,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 #76154e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76154e


Comments

No comments written yet.

Please login to write comment.