Hex #7e715b Color

#7e715b
equivalent to

RGB

(126, 113, 91)

Details of #7e715b

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
126
16.3976
0.10
0.00
48.2616
17.0012
38°
41.2325
113
17.0012
0.16
0.10
1.3561
0.3587
28°
-1.1696
91
12.3148
0.43
0.28   0.51
14.0751
0.3719
49°
11.1606

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1111110
176
126
7E
Green
1110001
161
113
71
Blue
1011011
133
91
5B

RGB in % of #7e715b

%38.18
%34.24
%27.58

CMYK in % of #7e715b

%0
%10
%28
%51

Triads of color #7e715b

#7e715b #715b7e #5b7e5b

Similar Colors to #7e715b

#7e715b #7e605b #7a7e5b

Preview Color #7e715b on black ground

#7e715b is very interesting for text.

Preview Color #7e715b on white ground

#7e715b is very interesting for text.

CSS Codes #7e715b color

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

Text Font Color #7e715b

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

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


Background Color #7e715b

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

This div background color is #7e715b


Border Color #7e715b

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

The color of this border is #7e715b


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #7e715b