Color Hex Logo

#766847 Color Hex

#766847
(118,104,71)
0 Favorites   0 Comments

Color spaces of #766847

RGB 11810471
HSL0.120.250.37
HSV42°40°46°
CMYK 0.000.120.40   0.54
XYZ13.558914.20717.9889
Yxy14.20710.37920.3973
Hunter Lab37.6923-1.750513.8181
CIE-Lab44.52850.356820.6312

#766847 color RGB value is (118,104,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101000 01000111
Octal 166 150 107
Decimal 118 104 71
Hex 76 68 47

RGB Percentages of Color #766847

%40.27
%35.49
%24.23

CMYK Percentages of Color #766847

%0
%12
%40
%54

Triadic Colors of #766847

#766847 #477668 #684776

Analogous Colors of #766847

#766847 #6d7647 #765147

Monochromatic Colors of #766847

#766847

Complementary Color

#766847 #475576

#766847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766847 Color CSS Codes

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

#766847 Text Font Color

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

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


#766847 Background Color

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

This div background color is #766847


#766847 Border Color

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

This div border color is #766847


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766847


Comments

No comments written yet.

Please login to write comment.