Color Hex Logo

#766740 Color Hex

#766740
(118,103,64)
0 Favorites   0 Comments

Color spaces of #766740

RGB 11810364
HSL0.120.300.36
HSV43°46°46°
CMYK 0.000.130.46   0.54
XYZ13.246913.92226.8396
Yxy13.92220.38950.4094
Hunter Lab37.3125-1.924615.2505
CIE-Lab44.12110.093124.1535

#766740 color RGB value is (118,103,64).

#766740 hex color red value is 118, green value is 103 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #766740 hue: 0.12 , saturation: 0.30 and the lightness value of 766740 is 0.36.

The process color (four color CMYK) of #766740 color hex is 0.00, 0.13, 0.46, 0.54. Web safe color of #766740 is #666633. Color #766740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100111 01000000
Octal 166 147 100
Decimal 118 103 64
Hex 76 67 40

RGB Percentages of Color #766740

%41.40
%36.14
%22.46

CMYK Percentages of Color #766740

%0
%13
%46
%54

Triadic Colors of #766740

#766740 #407667 #674076

Analogous Colors of #766740

#766740 #6a7640 #764c40

Monochromatic Colors of #766740

#766740

Complementary Color

#766740 #404f76

#766740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766740 Color CSS Codes

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

#766740 Text Font Color

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

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


#766740 Background Color

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

This div background color is #766740


#766740 Border Color

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

This div border color is #766740


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,103,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #766740; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #766740;
  -webkit-box-shadow: 1px 1px 3px 2px #766740;
  box-shadow:         1px 1px 3px 2px #766740; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766740


Comments

No comments written yet.

Please login to write comment.