Color Hex Logo

#76732e Color Hex

#76732E
(118,115,46)
0 Favorites   0 Comments

Color spaces of #76732e

RGB 11811546
HSL0.160.440.32
HSV58°61°46°
CMYK 0.000.030.61   0.54
XYZ14.095116.31034.9901
Yxy16.31030.39820.4608
Hunter Lab40.3860-8.377320.9443
CIE-Lab47.3790-8.530437.7016

#76732e color RGB value is (118,115,46).

#76732e hex color red value is 118, green value is 115 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #76732e hue: 0.16 , saturation: 0.44 and the lightness value of 76732e is 0.32.

The process color (four color CMYK) of #76732e color hex is 0.00, 0.03, 0.61, 0.54. Web safe color of #76732e is #666633. Color #76732e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110011 00101110
Octal 166 163 56
Decimal 118 115 46
Hex 76 73 2E

RGB Percentages of Color #76732e

%42.29
%41.22
%16.49

CMYK Percentages of Color #76732e

%0
%3
%61
%54

Triadic Colors of #76732e

#76732e #2e7673 #732e76

Analogous Colors of #76732e

#76732e #55762e #764f2e

Monochromatic Colors of #76732e

#76732e

Complementary Color

#76732e #2e3176

#76732e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76732e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76732e Color CSS Codes

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

#76732e Text Font Color

<p style="color:#76732e">Text here</p>

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


#76732e Background Color

<div style="background-color:#76732e">
Div content here</div>

This div background color is #76732e


#76732e Border Color

<div style="border:3px solid #76732e">
Div here</div>

This div border color is #76732e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,115,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76732e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76732e;
  -webkit-box-shadow: 1px 1px 3px 2px #76732e;
  box-shadow:         1px 1px 3px 2px #76732e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76732e


Comments

No comments written yet.

Please login to write comment.