Hex #8b7765 Color

#8b7765
equivalent to

RGB

(139, 119, 101)

Details of #8b7765

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
139
19.5933
0.08
0.00
51.4074
19.6222
28°
44.2970
119
19.6222
0.16
0.14
4.8163
0.3610
27°
1.4339
101
15.0667
0.47
0.27   0.45
12.7730
0.3615
55°
10.8483

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10001011
213
139
8B
Green
1110111
167
119
77
Blue
1100101
145
101
65

RGB in % of #8b7765

%38.72
%33.15
%28.13

CMYK in % of #8b7765

%0
%14
%27
%45

Triads of color #8b7765

#8b7765 #77658b #658b65

Similar Colors to #8b7765

#8b7765 #8b6566 #8b8a65

Preview Color #8b7765 on black ground

#8b7765 is very interesting for text.

Preview Color #8b7765 on white ground

#8b7765 is very interesting for text.

CSS Codes #8b7765 color

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

Text Font Color #8b7765

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

This sample text font color is #8b7765
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 #8b7765

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

This div background color is #8b7765


Border Color #8b7765

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

The color of this border is #8b7765


Examples Css3

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

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 #8b7765">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #8b7765