Hex #746751 Color

#746751
equivalent to

RGB

(116, 103, 81)

Details of #746751

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
116
13.5379
0.10
0.00
44.2438
14.0076
38°
37.4267
103
14.0076
0.18
0.11
1.4490
0.3627
30°
-0.9299
81
9.7748
0.39
0.30   0.55
14.3158
0.3753
45°
10.7189

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1110100
164
116
74
Green
1100111
147
103
67
Blue
1010001
121
81
51

RGB in % of #746751

%38.67
%34.33
%27.00

CMYK in % of #746751

%0
%11
%30
%55

Triads of color #746751

#746751 #675174 #517451

Similar Colors to #746751

#746751 #745651 #707451

Preview Color #746751 on black ground

#746751 is very interesting for text.

Preview Color #746751 on white ground

#746751 is very interesting for text.

CSS Codes #746751 color

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

Text Font Color #746751

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

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

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

This div background color is #746751


Border Color #746751

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

The color of this border is #746751


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #746751