Hex #7a7a7a Color

#7a7a7a
equivalent to

RGB

(122, 122, 122)

Details of #7a7a7a

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
122
18.4984
0.00
0.00
51.2232
19.4618
44.1155
122
19.4618
0.00
0.00
0.0030
0.3127
-2.3537
122
21.1939
0.48
0.00   0.52
-0.0060
0.3290
48°
2.4066

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1111010
172
122
7A
Green
1111010
172
122
7A
Blue
1111010
172
122
7A

RGB in % of #7a7a7a

%33.33
%33.33
%33.33

CMYK in % of #7a7a7a

%0
%0
%0
%52

Triads of color #7a7a7a

#7a7a7a #7a7a7a #7a7a7a

Similar Colors to #7a7a7a

#7a7a7a #7a7a7a #7a7a7a

Preview Color #7a7a7a on black ground

#7a7a7a is very interesting for text.

Preview Color #7a7a7a on white ground

#7a7a7a is very interesting for text.

CSS Codes #7a7a7a color

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

Text Font Color #7a7a7a

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

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

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

This div background color is #7a7a7a


Border Color #7a7a7a

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

The color of this border is #7a7a7a


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #7a7a7a