Color Hex Logo

#76445d Color Hex

#76445D
(118,68,93)
0 Favorites   0 Comments

Color spaces of #76445d

RGB 1186893
HSL0.920.270.36
HSV330°42°46°
CMYK 0.000.420.21   0.54
XYZ11.51418.776111.4430
Yxy8.77610.36280.2766
Hunter Lab29.624517.5345-2.1647
CIE-Lab35.549625.2040-5.5036

#76445d color RGB value is (118,68,93).

#76445d hex color red value is 118, green value is 68 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #76445d hue: 0.92 , saturation: 0.27 and the lightness value of 76445d is 0.36.

The process color (four color CMYK) of #76445d color hex is 0.00, 0.42, 0.21, 0.54. Web safe color of #76445d is #663366. Color #76445d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000100 01011101
Octal 166 104 135
Decimal 118 68 93
Hex 76 44 5D

RGB Percentages of Color #76445d

%42.29
%24.37
%33.33

CMYK Percentages of Color #76445d

%0
%42
%21
%54

Triadic Colors of #76445d

#76445d #5d7644 #445d76

Analogous Colors of #76445d

#76445d #764444 #764476

Monochromatic Colors of #76445d

#76445d

Complementary Color

#76445d #44765d

#76445d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76445d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76445d Color CSS Codes

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

#76445d Text Font Color

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

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


#76445d Background Color

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

This div background color is #76445d


#76445d Border Color

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

This div border color is #76445d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76445d


Comments

No comments written yet.

Please login to write comment.