Color Hex Logo

#76435f Color Hex

#76435F
(118,67,95)
0 Favorites   0 Comments

Color spaces of #76435f

RGB 1186795
HSL0.910.280.36
HSV327°43°46°
CMYK 0.000.430.19   0.54
XYZ11.54398.692111.8958
Yxy8.69210.35930.2705
Hunter Lab29.482418.2980-3.2852
CIE-Lab35.384626.1284-7.0169

#76435f color RGB value is (118,67,95).

#76435f hex color red value is 118, green value is 67 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #76435f hue: 0.91 , saturation: 0.28 and the lightness value of 76435f is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000011 01011111
Octal 166 103 137
Decimal 118 67 95
Hex 76 43 5F

RGB Percentages of Color #76435f

%42.14
%23.93
%33.93

CMYK Percentages of Color #76435f

%0
%43
%19
%54

Triadic Colors of #76435f

#76435f #5f7643 #435f76

Analogous Colors of #76435f

#76435f #764346 #744376

Monochromatic Colors of #76435f

#76435f

Complementary Color

#76435f #43765a

#76435f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76435f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76435f Color CSS Codes

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

#76435f Text Font Color

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

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


#76435f Background Color

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

This div background color is #76435f


#76435f Border Color

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

This div border color is #76435f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,67,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 #76435f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76435f


Comments

No comments written yet.

Please login to write comment.