Color Hex Logo

#767329 Color Hex

#767329
(118,115,41)
0 Favorites   0 Comments

Color spaces of #767329

RGB 11811541
HSL0.160.480.31
HSV58°65°46°
CMYK 0.000.030.65   0.54
XYZ14.002216.27314.5009
Yxy16.27310.40260.4679
Hunter Lab40.3399-8.636621.6227
CIE-Lab47.3308-8.905340.0382

#767329 color RGB value is (118,115,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110011 00101001
Octal 166 163 51
Decimal 118 115 41
Hex 76 73 29

RGB Percentages of Color #767329

%43.07
%41.97
%14.96

CMYK Percentages of Color #767329

%0
%3
%65
%54

Triadic Colors of #767329

#767329 #297673 #732976

Analogous Colors of #767329

#767329 #527629 #764d29

Monochromatic Colors of #767329

#767329

Complementary Color

#767329 #292c76

#767329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767329 Color CSS Codes

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

#767329 Text Font Color

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

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


#767329 Background Color

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

This div background color is #767329


#767329 Border Color

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

This div border color is #767329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767329


Comments

No comments written yet.

Please login to write comment.