Hex #775b3f Color

#775b3f
equivalent to

RGB

(119, 91, 63)

Details of #775b3f

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
119
12.2460
0.08
0.00
40.8369
11.7630
30°
34.2972
91
11.7630
0.31
0.24
7.5487
0.4037
47°
3.7146
63
6.3277
0.36
0.47   0.53
20.5263
0.3877
47°
13.0728

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1110111
167
119
77
Green
1011011
133
91
5B
Blue
111111
77
63
3F

RGB in % of #775b3f

%43.59
%33.33
%23.08

CMYK in % of #775b3f

%0
%24
%47
%53

Triads of color #775b3f

#775b3f #5b3f77 #3f773f

Similar Colors to #775b3f

#775b3f #3f773f #77773f

Preview Color #775b3f on black ground

#775b3f is very interesting for text.

Preview Color #775b3f on white ground

#775b3f is very interesting for text.

CSS Codes #775b3f color

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

Text Font Color #775b3f

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

This sample text font color is #775b3f
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 #775b3f

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

This div background color is #775b3f


Border Color #775b3f

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

The color of this border is #775b3f


Examples Css3

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

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 #775b3f">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #775b3f