Hex #7d6062 Color

#7d6062
equivalent to

RGB

(125, 96, 98)

Details of #7d6062

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
125
14.8449
0.99
0.00
43.6648
13.6076
356°
36.8884
96
13.6076
0.13
0.23
12.0912
0.3547
23°
7.2788
98
13.3994
0.43
0.22   0.51
3.3898
0.3251
49°
4.2927

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1111101
175
125
7D
Green
1100000
140
96
60
Blue
1100010
142
98
62

RGB in % of #7d6062

%39.18
%30.09
%30.72

CMYK in % of #7d6062

%0
%23
%22
%51

Triads of color #7d6062

#7d6062 #60627d #627d62

Similar Colors to #7d6062

#7d6062 #7d6071 #7d6d60

Preview Color #7d6062 on black ground

#7d6062 is very interesting for text.

Preview Color #7d6062 on white ground

#7d6062 is very interesting for text.

CSS Codes #7d6062 color

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

Text Font Color #7d6062

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

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

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

This div background color is #7d6062


Border Color #7d6062

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

The color of this border is #7d6062


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #7d6062