COLOR #7D7973

HEX: #7D7973 RGB: (125,121,115)

Color info

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

RGB color model

#7D7973 color RGB value is (125,121,115).

RGB: (125,121,115) (49%, 47%, 45%)

RGB channels and saturation

R 125 of 255 = 49%
G 121 of 255 = 47%
B 115 of 255 = 45%

125
121
115

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

Portions of RGB colors in percentages

R + G + B = 125 + 121 + 115 = 361 (100%)
R 125 of 361 ~ 34.63%
G 121 of 361 ~ 33.52%
B 115 of 361 ~ 31.86'%

%34.63
%33.52
%31.86

CMYK color model

#7D7973 color CMYK value is (0,3,8,51).

  • cyan value is 0.00%
  • magenta value is 3.20%
  • yellow value is 8.00%
  • key color value is 50.98%

CMYK: (0,3,8,51)
C0M3Y8K51 (0%, 3%, 8%, 51%)
(0.00 / 0.03 / 0.08 / 0.51)

CMYK percentages

%0
%3.2
%8
%50.98

Codes

Color #7D7973 in popluar color models

7D 79 73
RGB 125 121 115
HSL 36° 4.17% 47.06%
HSB/HSV 36° 8.00% 49.02%
CMYK 0.00% 3.20% 8.00%
50.98%

Color #7D7973 in popluar number systems.

HEX 7D 79 73
Decimal 125 121 115
Binary 1111101 1111001 1110011
Octal 175 171 163

Shades and tints

Shades of #7D7973

#7D7973
(125,121,115)
#726E69
(114,110,105)
#67635F
(103,99,95)
#5C5855
(92,88,85)
#514D4B
(81,77,75)
#464241
(70,66,65)
#3B3737
(59,55,55)
#302C2D
(48,44,45)
#252123
(37,33,35)
#1A1619
(26,22,25)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #7D7973

#7D7973
(125,121,115)
#88857F
(136,133,127)
#93918B
(147,145,139)
#9E9D97
(158,157,151)
#A9A9A3
(169,169,163)
#B4B5AF
(180,181,175)
#BFC1BB
(191,193,187)
#CACDC7
(202,205,199)
#D5D9D3
(213,217,211)
#E0E5DF
(224,229,223)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7973; }

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

This text font color is #7D7973.

Background Color

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

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

This div background color is #7D7973.

Border color

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

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

This div border color is #7D7973.

Opacity

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

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

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

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

This text has shadow with #7D7973 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7973.

Preview

Color preview on black background

This text has color #7D7973 on black background.


Color preview on white background

This text has color #7D7973 on white background.


Black color preview on #7D7973 background

This text has black color on #7D7973 background.


White color preview on #7D7973 background

This text has white color on #7D7973 background.


Related colors

Complementary color

Complementary color for #hex is #82868C.


I love getcolorcode.com

Triadic colors

1 #737D79 and #79737D with #7D7973 are triadic colors.

2 #73797D and #797D73 with #7D7973 are triadic colors.