Color Hex Logo

#764e1e Color Hex

#764E1E
(118,78,30)
0 Favorites   0 Comments

Color spaces of #764e1e

RGB 1187830
HSL0.090.590.29
HSV33°75°46°
CMYK 0.000.340.75   0.54
XYZ10.42999.39412.4918
Yxy9.39410.46740.4210
Hunter Lab30.64987.105116.6346
CIE-Lab36.732312.083634.1352

#764e1e color RGB value is (118,78,30).

#764e1e hex color red value is 118, green value is 78 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #764e1e hue: 0.09 , saturation: 0.59 and the lightness value of 764e1e is 0.29.

The process color (four color CMYK) of #764e1e color hex is 0.00, 0.34, 0.75, 0.54. Web safe color of #764e1e is #666633. Color #764e1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001110 00011110
Octal 166 116 36
Decimal 118 78 30
Hex 76 4E 1E

RGB Percentages of Color #764e1e

%52.21
%34.51
%13.27

CMYK Percentages of Color #764e1e

%0
%34
%75
%54

Triadic Colors of #764e1e

#764e1e #1e764e #4e1e76

Analogous Colors of #764e1e

#764e1e #72761e #76221e

Monochromatic Colors of #764e1e

#764e1e

Complementary Color

#764e1e #1e4676

#764e1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764e1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#764e1e Color CSS Codes

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

#764e1e Text Font Color

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

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


#764e1e Background Color

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

This div background color is #764e1e


#764e1e Border Color

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

This div border color is #764e1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,78,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #764e1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #764e1e;
  -webkit-box-shadow: 1px 1px 3px 2px #764e1e;
  box-shadow:         1px 1px 3px 2px #764e1e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764e1e


Comments

No comments written yet.

Please login to write comment.