Hex #766e63 Color

#766e63
equivalent to

RGB

(118, 110, 99)

Details of #766e63

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
118
15.2993
0.10
0.00
46.8486
15.9043
35°
39.8802
110
15.9043
0.09
0.07
1.0873
0.3379
16°
-1.3119
99
14.0679
0.43
0.16   0.54
7.2516
0.3513
46°
7.0084

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1110110
166
118
76
Green
1101110
156
110
6E
Blue
1100011
143
99
63

RGB in % of #766e63

%36.09
%33.64
%30.28

CMYK in % of #766e63

%0
%7
%16
%54

Triads of color #766e63

#766e63 #6e6376 #637663

Similar Colors to #766e63

#766e63 #766563 #757663

Preview Color #766e63 on black ground

#766e63 is very interesting for text.

Preview Color #766e63 on white ground

#766e63 is very interesting for text.

CSS Codes #766e63 color

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

Text Font Color #766e63

<p style="color:#766e63">Text here</p>

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

<div style="background-color:#766e63">
Div content here</div>

This div background color is #766e63


Border Color #766e63

<div style="border:3px solid #766e63">
Div here</div>

The color of this border is #766e63


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #766e63