Color Hex Logo

#766842 Color Hex

#766842
(118,104,66)
0 Favorites   0 Comments

Color spaces of #766842

RGB 11810466
HSL0.120.280.36
HSV44°44°46°
CMYK 0.000.120.44   0.54
XYZ13.404914.14557.1781
Yxy14.14550.38600.4073
Hunter Lab37.6105-2.198515.0116
CIE-Lab44.4409-0.258423.4143

#766842 color RGB value is (118,104,66).

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

The process color (four color CMYK) of #766842 color hex is 0.00, 0.12, 0.44, 0.54. Web safe color of #766842 is #666633. Color #766842 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101000 01000010
Octal 166 150 102
Decimal 118 104 66
Hex 76 68 42

RGB Percentages of Color #766842

%40.97
%36.11
%22.92

CMYK Percentages of Color #766842

%0
%12
%44
%54

Triadic Colors of #766842

#766842 #427668 #684276

Analogous Colors of #766842

#766842 #6a7642 #764e42

Monochromatic Colors of #766842

#766842

Complementary Color

#766842 #425076

#766842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766842 Color CSS Codes

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

#766842 Text Font Color

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

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


#766842 Background Color

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

This div background color is #766842


#766842 Border Color

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

This div border color is #766842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766842


Comments

No comments written yet.

Please login to write comment.