Color Hex Logo

#76135b Color Hex

#76135B
(118,19,91)
0 Favorites   0 Comments

Color spaces of #76135b

RGB 1181991
HSL0.880.720.27
HSV316°84°46°
CMYK 0.000.840.23   0.54
XYZ9.59245.072610.3711
Yxy5.07260.38310.2026
Hunter Lab22.522436.6097-11.5361
CIE-Lab26.940647.7022-17.3025

#76135b color RGB value is (118,19,91).

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

The process color (four color CMYK) of #76135b color hex is 0.00, 0.84, 0.23, 0.54. Web safe color of #76135b is #660066. Color #76135b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010011 01011011
Octal 166 23 133
Decimal 118 19 91
Hex 76 13 5B

RGB Percentages of Color #76135b

%51.75
%8.33
%39.91

CMYK Percentages of Color #76135b

%0
%84
%23
%54

Triadic Colors of #76135b

#76135b #5b7613 #135b76

Analogous Colors of #76135b

#76135b #76132a #5f1376

Monochromatic Colors of #76135b

#76135b

Complementary Color

#76135b #13762e

#76135b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76135b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76135b Color CSS Codes

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

#76135b Text Font Color

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

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


#76135b Background Color

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

This div background color is #76135b


#76135b Border Color

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

This div border color is #76135b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76135b


Comments

No comments written yet.

Please login to write comment.