Color Hex Logo

#7e835f Color Hex

#7E835F
(126,131,95)
0 Favorites   0 Comments

Color spaces of #7e835f

RGB 12613195
HSL0.190.160.44
HSV68°27°51°
CMYK 0.040.000.27   0.49
XYZ18.786021.494413.9852
Yxy21.49440.34620.3961
Hunter Lab46.3621-8.805014.5685
CIE-Lab53.4864-8.258518.8944

#7e835f color RGB value is (126,131,95).

#7e835f hex color red value is 126, green value is 131 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #7e835f hue: 0.19 , saturation: 0.16 and the lightness value of 7e835f is 0.44.

The process color (four color CMYK) of #7e835f color hex is 0.04, 0.00, 0.27, 0.49. Web safe color of #7e835f is #669966. Color #7e835f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10000011 01011111
Octal 176 203 137
Decimal 126 131 95
Hex 7E 83 5F

RGB Percentages of Color #7e835f

%35.80
%37.22
%26.99

CMYK Percentages of Color #7e835f

%4
%0
%27
%49

Triadic Colors of #7e835f

#7e835f #5f7e83 #835f7e

Analogous Colors of #7e835f

#7e835f #6c835f #83765f

Monochromatic Colors of #7e835f

#7e835f

Complementary Color

#7e835f #645f83

#7e835f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e835f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e835f Color CSS Codes

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

#7e835f Text Font Color

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

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


#7e835f Background Color

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

This div background color is #7e835f


#7e835f Border Color

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

This div border color is #7e835f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,131,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7e835f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7e835f;
  -webkit-box-shadow: 1px 1px 3px 2px #7e835f;
  box-shadow:         1px 1px 3px 2px #7e835f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,131,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e835f


Comments

No comments written yet.

Please login to write comment.