Color Hex Logo

#767141 Color Hex

#767141
(118,113,65)
0 Favorites   0 Comments

Color spaces of #767141

RGB 11811365
HSL0.150.290.36
HSV54°45°46°
CMYK 0.000.040.45   0.54
XYZ14.330516.04357.3424
Yxy16.04350.38000.4254
Hunter Lab40.0543-6.232017.1695
CIE-Lab47.0315-5.567527.2691

#767141 color RGB value is (118,113,65).

#767141 hex color red value is 118, green value is 113 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #767141 hue: 0.15 , saturation: 0.29 and the lightness value of 767141 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110001 01000001
Octal 166 161 101
Decimal 118 113 65
Hex 76 71 41

RGB Percentages of Color #767141

%39.86
%38.18
%21.96

CMYK Percentages of Color #767141

%0
%4
%45
%54

Triadic Colors of #767141

#767141 #417671 #714176

Analogous Colors of #767141

#767141 #617641 #765741

Monochromatic Colors of #767141

#767141

Complementary Color

#767141 #414676

#767141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767141 Color CSS Codes

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

#767141 Text Font Color

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

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


#767141 Background Color

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

This div background color is #767141


#767141 Border Color

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

This div border color is #767141


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767141


Comments

No comments written yet.

Please login to write comment.