Color Hex Logo

#76134f Color Hex

#76134F
(118,19,79)
0 Favorites   0 Comments

Color spaces of #76134f

RGB 1181979
HSL0.900.720.27
HSV324°84°46°
CMYK 0.000.840.33   0.54
XYZ9.11544.88187.8590
Yxy4.88180.41710.2234
Hunter Lab22.094834.9758-5.6228
CIE-Lab26.395346.1281-10.1766

#76134f color RGB value is (118,19,79).

#76134f hex color red value is 118, green value is 19 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #76134f hue: 0.90 , saturation: 0.72 and the lightness value of 76134f is 0.27.

The process color (four color CMYK) of #76134f color hex is 0.00, 0.84, 0.33, 0.54. Web safe color of #76134f is #660066. Color #76134f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010011 01001111
Octal 166 23 117
Decimal 118 19 79
Hex 76 13 4F

RGB Percentages of Color #76134f

%54.63
%8.80
%36.57

CMYK Percentages of Color #76134f

%0
%84
%33
%54

Triadic Colors of #76134f

#76134f #4f7613 #134f76

Analogous Colors of #76134f

#76134f #76131e #6c1376

Monochromatic Colors of #76134f

#76134f

Complementary Color

#76134f #13763a

#76134f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76134f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76134f Color CSS Codes

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

#76134f Text Font Color

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

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


#76134f Background Color

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

This div background color is #76134f


#76134f Border Color

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

This div border color is #76134f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,19,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76134f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76134f;
  -webkit-box-shadow: 1px 1px 3px 2px #76134f;
  box-shadow:         1px 1px 3px 2px #76134f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76134f


Comments

No comments written yet.

Please login to write comment.