COLOR #7A7973

HEX: #7A7973
RGB: (122,121,115)

Color info

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

RGB color model

#7A7973 color RGB value is (122,121,115).

  • red value is 122;
  • green value is 121;
  • blue value is 115.
RGB: (122,121,115) (48%,47%,45%)

RGB channels and saturation

R 122 of 255 = 48%
G 121 of 255 = 47%
B 115 of 255 = 45%

122
121
115

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

Portions of RGB colors in percentages

R + G + B =
122 + 121 + 115 = 358 (100%)
R 122 of 358 ~ 34.08%
G 121 of 358 ~ 33.8%
B 115 of 358 ~ 32.12%

%34.08
%33.8
%32.12

CMYK color model

#7A7973 color CMYK value is (0,1,6,52).

  • cyan value is 0.00%
  • magenta value is 0.82%
  • yellow value is 5.74%
  • key color value is 52.16%
CMYK: (0,1,6,52) C0M1Y6K52 (0%,1%,6%,52%) (0.00/0.01/0.06/0.52)

CMYK percentages

%0
%0.82
%5.74
%52.16

Codes

Color #7A7973 in popluar color models

7A7973
RGB122121115
HSL51°2.95%46.47%
HSB/HSV51°5.74%47.84%
CMYK0.00%0.82%5.74%
52.16%

Color #7A7973 in popluar number systems.

HEX7A7973
Decimal122121115
Binary111101011110011110011
Octal172171163

Shades and tints

Shades of #7A7973

#7A7973
(122,121,115)
#6F6E69
(111,110,105)
#64635F
(100,99,95)
#595855
(89,88,85)
#4E4D4B
(78,77,75)
#434241
(67,66,65)
#383737
(56,55,55)
#2D2C2D
(45,44,45)
#222123
(34,33,35)
#171619
(23,22,25)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #7A7973

#7A7973
(122,121,115)
#86857F
(134,133,127)
#92918B
(146,145,139)
#9E9D97
(158,157,151)
#AAA9A3
(170,169,163)
#B6B5AF
(182,181,175)
#C2C1BB
(194,193,187)
#CECDC7
(206,205,199)
#DAD9D3
(218,217,211)
#E6E5DF
(230,229,223)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7973; }

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

This text font color is #7A7973.


Background Color

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

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

This div background color is #7A7973.


Border color

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

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

This div border color is #7A7973.


Opacity

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

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

Text with #7A7973 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 #7A7973;}

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

This text has shadow with #7A7973 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7A7973 on black background.


Color preview on white background

This text has color #7A7973 on white background.



Black color preview on #7A7973 background

This text has black color on #7A7973 background.


White color preview on #7A7973 background

This text has white color on #7A7973 background.