Color Hex Logo

#76365f Color Hex

#76365F
(118,54,95)
0 Favorites   0 Comments

Color spaces of #76365f

RGB 1185495
HSL0.890.370.34
HSV322°54°46°
CMYK 0.000.540.19   0.54
XYZ10.85597.316111.6665
Yxy7.31610.36380.2452
Hunter Lab27.048324.3069-6.6392
CIE-Lab32.515933.4730-11.3445

#76365f color RGB value is (118,54,95).

#76365f hex color red value is 118, green value is 54 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #76365f hue: 0.89 , saturation: 0.37 and the lightness value of 76365f is 0.34.

The process color (four color CMYK) of #76365f color hex is 0.00, 0.54, 0.19, 0.54. Web safe color of #76365f is #663366. Color #76365f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110110 01011111
Octal 166 66 137
Decimal 118 54 95
Hex 76 36 5F

RGB Percentages of Color #76365f

%44.19
%20.22
%35.58

CMYK Percentages of Color #76365f

%0
%54
%19
%54

Triadic Colors of #76365f

#76365f #5f7636 #365f76

Analogous Colors of #76365f

#76365f #76363f #6d3676

Monochromatic Colors of #76365f

#76365f

Complementary Color

#76365f #36764d

#76365f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76365f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76365f Color CSS Codes

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

#76365f Text Font Color

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

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


#76365f Background Color

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

This div background color is #76365f


#76365f Border Color

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

This div border color is #76365f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76365f


Comments

No comments written yet.

Please login to write comment.