Color Hex Logo

#766646 Color Hex

#766646
(118,102,70)
0 Favorites   0 Comments

Color spaces of #766646

RGB 11810270
HSL0.110.260.37
HSV40°41°46°
CMYK 0.000.140.41   0.54
XYZ13.328113.79657.7549
Yxy13.79650.38210.3955
Hunter Lab37.1436-0.950913.6219
CIE-Lab43.93971.404020.4415

#766646 color RGB value is (118,102,70).

#766646 hex color red value is 118, green value is 102 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #766646 hue: 0.11 , saturation: 0.26 and the lightness value of 766646 is 0.37.

The process color (four color CMYK) of #766646 color hex is 0.00, 0.14, 0.41, 0.54. Web safe color of #766646 is #666633. Color #766646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100110 01000110
Octal 166 146 106
Decimal 118 102 70
Hex 76 66 46

RGB Percentages of Color #766646

%40.69
%35.17
%24.14

CMYK Percentages of Color #766646

%0
%14
%41
%54

Triadic Colors of #766646

#766646 #467666 #664676

Analogous Colors of #766646

#766646 #6e7646 #764e46

Monochromatic Colors of #766646

#766646

Complementary Color

#766646 #465676

#766646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766646 Color CSS Codes

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

#766646 Text Font Color

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

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


#766646 Background Color

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

This div background color is #766646


#766646 Border Color

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

This div border color is #766646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766646


Comments

No comments written yet.

Please login to write comment.