Color Hex Logo

#767529 Color Hex

#767529
(118,117,41)
0 Favorites   0 Comments

Color spaces of #767529

RGB 11811741
HSL0.160.480.31
HSV59°65°46°
CMYK 0.000.010.65   0.54
XYZ14.232716.73424.5777
Yxy16.73420.40040.4708
Hunter Lab40.9075-9.483622.0004
CIE-Lab47.9234-10.018440.6688

#767529 color RGB value is (118,117,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110101 00101001
Octal 166 165 51
Decimal 118 117 41
Hex 76 75 29

RGB Percentages of Color #767529

%42.75
%42.39
%14.86

CMYK Percentages of Color #767529

%0
%1
%65
%54

Triadic Colors of #767529

#767529 #297675 #752976

Analogous Colors of #767529

#767529 #517629 #764f29

Monochromatic Colors of #767529

#767529

Complementary Color

#767529 #292a76

#767529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767529 Color CSS Codes

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

#767529 Text Font Color

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

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


#767529 Background Color

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

This div background color is #767529


#767529 Border Color

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

This div border color is #767529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767529


Comments

No comments written yet.

Please login to write comment.