Color Hex Logo

#767744 Color Hex

#767744
(118,119,68)
0 Favorites   0 Comments

Color spaces of #767744

RGB 11811968
HSL0.170.270.37
HSV61°43°47°
CMYK 0.010.000.43   0.53
XYZ15.111417.46268.0430
Yxy17.46260.37200.4299
Hunter Lab41.7883-8.580617.8402
CIE-Lab48.8377-8.604227.8723

#767744 color RGB value is (118,119,68).

#767744 hex color red value is 118, green value is 119 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #767744 hue: 0.17 , saturation: 0.27 and the lightness value of 767744 is 0.37.

The process color (four color CMYK) of #767744 color hex is 0.01, 0.00, 0.43, 0.53. Web safe color of #767744 is #666633. Color #767744 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110111 01000100
Octal 166 167 104
Decimal 118 119 68
Hex 76 77 44

RGB Percentages of Color #767744

%38.69
%39.02
%22.30

CMYK Percentages of Color #767744

%1
%0
%43
%53

Triadic Colors of #767744

#767744 #447677 #774476

Analogous Colors of #767744

#767744 #5d7744 #775f44

Monochromatic Colors of #767744

#767744

Complementary Color

#767744 #454477

#767744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767744 Color CSS Codes

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

#767744 Text Font Color

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

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


#767744 Background Color

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

This div background color is #767744


#767744 Border Color

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

This div border color is #767744


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767744


Comments

No comments written yet.

Please login to write comment.