Color Hex Logo

#66764e Color Hex

#66764E
(102,118,78)
0 Favorites   0 Comments

Color spaces of #66764e

RGB 10211878
HSL0.230.200.38
HSV84°34°46°
CMYK 0.140.000.34   0.54
XYZ13.333116.33179.6573
Yxy16.33170.33910.4153
Hunter Lab40.4125-11.830214.1203
CIE-Lab47.4067-13.507720.1293

#66764e color RGB value is (102,118,78).

#66764e hex color red value is 102, green value is 118 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #66764e hue: 0.23 , saturation: 0.20 and the lightness value of 66764e is 0.38.

The process color (four color CMYK) of #66764e color hex is 0.14, 0.00, 0.34, 0.54. Web safe color of #66764e is #666666. Color #66764e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110110 01001110
Octal 146 166 116
Decimal 102 118 78
Hex 66 76 4E

RGB Percentages of Color #66764e

%34.23
%39.60
%26.17

CMYK Percentages of Color #66764e

%14
%0
%34
%54

Triadic Colors of #66764e

#66764e #4e6676 #764e66

Analogous Colors of #66764e

#66764e #52764e #76724e

Monochromatic Colors of #66764e

#66764e

Complementary Color

#66764e #5e4e76

#66764e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66764e Color Preview on White Background

Lorem ipsum dolor sit amet.

#66764e Color CSS Codes

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

#66764e Text Font Color

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

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


#66764e Background Color

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

This div background color is #66764e


#66764e Border Color

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

This div border color is #66764e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66764e


Comments

No comments written yet.

Please login to write comment.