Hex #7f6f55 Color

#7f6f55
equivalent to

RGB

(127, 111, 85)

Details of #7f6f55

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
127
16.0765
0.10
0.00
47.6710
16.5368
37°
40.6654
111
16.5368
0.20
0.13
2.0727
0.3691
33°
-0.5968
85
10.9389
0.42
0.33   0.50
16.8022
0.3797
50°
12.5221

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1111111
177
127
7F
Green
1101111
157
111
6F
Blue
1010101
125
85
55

RGB in % of #7f6f55

%39.32
%34.37
%26.32

CMYK in % of #7f6f55

%0
%13
%33
%50

Triads of color #7f6f55

#7f6f55 #6f557f #557f55

Similar Colors to #7f6f55

#7f6f55 #7f5a55 #7a7f55

Preview Color #7f6f55 on black ground

#7f6f55 is very interesting for text.

Preview Color #7f6f55 on white ground

#7f6f55 is very interesting for text.

CSS Codes #7f6f55 color

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

Text Font Color #7f6f55

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

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

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

This div background color is #7f6f55


Border Color #7f6f55

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

The color of this border is #7f6f55


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #7f6f55