Color Hex Logo

#764c4e Color Hex

#764C4E
(118,76,78)
0 Favorites   0 Comments

Color spaces of #764c4e

RGB 1187678
HSL0.990.220.38
HSV357°36°46°
CMYK 0.000.360.34   0.54
XYZ11.43089.57058.4525
Yxy9.57050.38810.3249
Hunter Lab30.936211.81665.4559
CIE-Lab37.060318.09436.1657

#764c4e color RGB value is (118,76,78).

#764c4e hex color red value is 118, green value is 76 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #764c4e hue: 0.99 , saturation: 0.22 and the lightness value of 764c4e is 0.38.

The process color (four color CMYK) of #764c4e color hex is 0.00, 0.36, 0.34, 0.54. Web safe color of #764c4e is #663366. Color #764c4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001100 01001110
Octal 166 114 116
Decimal 118 76 78
Hex 76 4C 4E

RGB Percentages of Color #764c4e

%43.38
%27.94
%28.68

CMYK Percentages of Color #764c4e

%0
%36
%34
%54

Triadic Colors of #764c4e

#764c4e #4e764c #4c4e76

Analogous Colors of #764c4e

#764c4e #765f4c #764c63

Monochromatic Colors of #764c4e

#764c4e

Complementary Color

#764c4e #4c7674

#764c4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764c4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#764c4e Color CSS Codes

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

#764c4e Text Font Color

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

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


#764c4e Background Color

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

This div background color is #764c4e


#764c4e Border Color

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

This div border color is #764c4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764c4e


Comments

No comments written yet.

Please login to write comment.