Color Hex Logo

#768747 Color Hex

#768747
(118,135,71)
0 Favorites   0 Comments

Color spaces of #768747

RGB 11813571
HSL0.210.310.40
HSV76°47°53°
CMYK 0.130.000.47   0.47
XYZ17.272521.63449.2267
Yxy21.63440.35880.4495
Hunter Lab46.5128-15.111520.7977
CIE-Lab53.6369-16.948932.2170

#768747 color RGB value is (118,135,71).

#768747 hex color red value is 118, green value is 135 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #768747 hue: 0.21 , saturation: 0.31 and the lightness value of 768747 is 0.40.

The process color (four color CMYK) of #768747 color hex is 0.13, 0.00, 0.47, 0.47. Web safe color of #768747 is #669933. Color #768747 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000111 01000111
Octal 166 207 107
Decimal 118 135 71
Hex 76 87 47

RGB Percentages of Color #768747

%36.42
%41.67
%21.91

CMYK Percentages of Color #768747

%13
%0
%47
%47

Triadic Colors of #768747

#768747 #477687 #874776

Analogous Colors of #768747

#768747 #568747 #877847

Monochromatic Colors of #768747

#768747

Complementary Color

#768747 #584787

#768747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#768747 Color CSS Codes

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

#768747 Text Font Color

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

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


#768747 Background Color

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

This div background color is #768747


#768747 Border Color

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

This div border color is #768747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768747


Comments

No comments written yet.

Please login to write comment.