Color Hex Logo

#767336 Color Hex

#767336
(118,115,54)
0 Favorites   0 Comments

Color spaces of #767336

RGB 11811554
HSL0.160.370.34
HSV57°54°46°
CMYK 0.000.030.54   0.54
XYZ14.267816.37945.8996
Yxy16.37940.39040.4482
Hunter Lab40.4715-7.896719.6872
CIE-Lab47.4684-7.839133.7477

#767336 color RGB value is (118,115,54).

#767336 hex color red value is 118, green value is 115 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #767336 hue: 0.16 , saturation: 0.37 and the lightness value of 767336 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110011 00110110
Octal 166 163 66
Decimal 118 115 54
Hex 76 73 36

RGB Percentages of Color #767336

%41.11
%40.07
%18.82

CMYK Percentages of Color #767336

%0
%3
%54
%54

Triadic Colors of #767336

#767336 #367673 #733676

Analogous Colors of #767336

#767336 #597636 #765336

Monochromatic Colors of #767336

#767336

Complementary Color

#767336 #363976

#767336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767336 Color CSS Codes

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

#767336 Text Font Color

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

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


#767336 Background Color

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

This div background color is #767336


#767336 Border Color

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

This div border color is #767336


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767336


Comments

No comments written yet.

Please login to write comment.