Color Hex Logo

#76376d Color Hex

#76376D
(118,55,109)
0 Favorites   0 Comments

Color spaces of #76376d

RGB 11855109
HSL0.860.360.34
HSV309°53°46°
CMYK 0.000.530.08   0.54
XYZ11.59777.688115.3407
Yxy7.68810.33490.2220
Hunter Lab27.727426.1392-13.3941
CIE-Lab33.324735.3914-19.0273

#76376d color RGB value is (118,55,109).

#76376d hex color red value is 118, green value is 55 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #76376d hue: 0.86 , saturation: 0.36 and the lightness value of 76376d is 0.34.

The process color (four color CMYK) of #76376d color hex is 0.00, 0.53, 0.08, 0.54. Web safe color of #76376d is #663366. Color #76376d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110111 01101101
Octal 166 67 155
Decimal 118 55 109
Hex 76 37 6D

RGB Percentages of Color #76376d

%41.84
%19.50
%38.65

CMYK Percentages of Color #76376d

%0
%53
%8
%54

Triadic Colors of #76376d

#76376d #6d7637 #376d76

Analogous Colors of #76376d

#76376d #76374e #603776

Monochromatic Colors of #76376d

#76376d

Complementary Color

#76376d #377640

#76376d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76376d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76376d Color CSS Codes

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

#76376d Text Font Color

<p style="color:#76376d">Text here</p>

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


#76376d Background Color

<div style="background-color:#76376d">
Div content here</div>

This div background color is #76376d


#76376d Border Color

<div style="border:3px solid #76376d">
Div here</div>

This div border color is #76376d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,55,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76376d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76376d;
  -webkit-box-shadow: 1px 1px 3px 2px #76376d;
  box-shadow:         1px 1px 3px 2px #76376d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76376d


Comments

No comments written yet.

Please login to write comment.