COLOR #7A7A70

HEX: #7A7A70
RGB: (122,122,112)

Color info

#7A7A70 contains red, green and blue colors in about the same proportion. Web safe color of #7A7A70 is #666666 (or #666).

RGB color model

#7A7A70 color RGB value is (122,122,112).

  • red value is 122;
  • green value is 122;
  • blue value is 112.
RGB:
(122,122,112)
(48%,48%,44%)

RGB channels and saturation

R 122 of 255 = 48%
G 122 of 255 = 48%
B 112 of 255 = 44%

122
122
112

R + G + B ~ 47%. #7A7A70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 122 + 112 = 356 (100%)
R 122 of 356 ~ 34.27%
G 122 of 356 ~ 34.27%
B 112 of 356 ~ 31.46%

%34.27
%34.27
%31.46

CMYK color model

#7A7A70 color CMYK value is (0,0,8,52).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 8.20%
  • key color value is 52.16%
CMYK:
(0,0,8,52)
C0M0Y8K52 
(0%,0%,8%,52%)
(0.00/0.00/0.08/0.52)	

CMYK percentages

%0
%0
%8.2
%52.16

Codes

Color #7A7A70 in popluar color models

7A7A70
RGB122122112
HSL60°4.27%45.88%
HSB/HSV60°8.20%47.84%
CMYK0.00%0.00%8.20%
52.16%

Color #7A7A70 in popluar number systems.

HEX7A7A70
Decimal122122112
Binary111101011110101110000
Octal172172160

Shades and tints

Shades of #7A7A70

#7A7A70
(122,122,112)
#6F6F66
(111,111,102)
#64645C
(100,100,92)
#595952
(89,89,82)
#4E4E48
(78,78,72)
#43433E
(67,67,62)
#383834
(56,56,52)
#2D2D2A
(45,45,42)
#222220
(34,34,32)
#171716
(23,23,22)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #7A7A70

#7A7A70
(122,122,112)
#86867D
(134,134,125)
#92928A
(146,146,138)
#9E9E97
(158,158,151)
#AAAAA4
(170,170,164)
#B6B6B1
(182,182,177)
#C2C2BE
(194,194,190)
#CECECB
(206,206,203)
#DADAD8
(218,218,216)
#E6E6E5
(230,230,229)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7A70 color. Also use rgb(122,122,112) instead hex code.

Text Font Color

.myTextColor { color: #7A7A70; }

<p style="color:#7A7A70">This sample text font color is #7A7A70.</p>

This text font color is #7A7A70.


Background Color

.myBgColor { background-color: #7A7A70; }

<div style="background-color:#7A7A70">Inner text</div>

This div background color is #7A7A70.


Border color

.myBorderColor { border: 1px solid #7A7A70; }

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

This div border color is #7A7A70.


Opacity

.myOpacity80 { color: #7A7A70; opacity: 0.8; }

<p style="color:#7A7A70;opacity:0.8;">80%</p>

Text with #7A7A70 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7A7A70;}

<p style="text-shadow: 3px 3px 1px #7A7A70">Text here.</p>

This text has shadow with #7A7A70 color.

.textShadow {text-shadow: 3px 3px 1px #7A7A70, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7A7A70, 5px 5px 20px red">Text here.</p>

This text has shadow with #7A7A70 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7A7A70, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7A7A70, Direction=45, Strength=4)">Text</p>

This text has shadow with #7A7A70 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7A7A70;
  -webkit-box-shadow:	1px 1px 3px 2px #7A7A70;
  box-shadow:		1px 1px 3px 2px #7A7A70;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7A7A70;
-webkit-box-shadow: 1px 1px 3px 2px #7A7A70;
box-shadow:1px 1px 3px 2px #7A7A70;">
Div content here</div>
This div box has shadow with color #7A7A70.

Preview

Color preview on black background

This text has color #7A7A70 on black background.


Color preview on white background

This text has color #7A7A70 on white background.



Black color preview on #7A7A70 background

This text has black color on #7A7A70 background.


White color preview on #7A7A70 background

This text has white color on #7A7A70 background.