Color Hex Logo

#76165a Color Hex

#76165A
(118,22,90)
0 Favorites   0 Comments

Color spaces of #76165a

RGB 1182290
HSL0.880.690.27
HSV318°81°46°
CMYK 0.000.810.24   0.54
XYZ9.60365.163610.1634
Yxy5.16360.38520.2071
Hunter Lab22.723635.6728-10.6117
CIE-Lab27.195946.6925-16.2485

#76165a color RGB value is (118,22,90).

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

The process color (four color CMYK) of #76165a color hex is 0.00, 0.81, 0.24, 0.54. Web safe color of #76165a is #660066. Color #76165a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010110 01011010
Octal 166 26 132
Decimal 118 22 90
Hex 76 16 5A

RGB Percentages of Color #76165a

%51.30
%9.57
%39.13

CMYK Percentages of Color #76165a

%0
%81
%24
%54

Triadic Colors of #76165a

#76165a #5a7616 #165a76

Analogous Colors of #76165a

#76165a #76162a #621676

Monochromatic Colors of #76165a

#76165a

Complementary Color

#76165a #167632

#76165a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76165a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76165a Color CSS Codes

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

#76165a Text Font Color

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

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


#76165a Background Color

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

This div background color is #76165a


#76165a Border Color

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

This div border color is #76165a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76165a


Comments

No comments written yet.

Please login to write comment.