COLOR #7D715C

HEX: #7D715C RGB: (125,113,92)

Color info

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

RGB color model

#7D715C color RGB value is (125,113,92).

RGB: (125,113,92) (49%, 44%, 36%)

RGB channels and saturation

R 125 of 255 = 49%
G 113 of 255 = 44%
B 92 of 255 = 36%

125
113
92

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

Portions of RGB colors in percentages

R + G + B = 125 + 113 + 92 = 330 (100%)
R 125 of 330 ~ 37.88%
G 113 of 330 ~ 34.24%
B 92 of 330 ~ 27.88'%

%37.88
%34.24
%27.88

CMYK color model

#7D715C color CMYK value is (0,10,26,51).

  • cyan value is 0.00%
  • magenta value is 9.60%
  • yellow value is 26.40%
  • key color value is 50.98%

CMYK: (0,10,26,51)
C0M10Y26K51 (0%, 10%, 26%, 51%)
(0.00 / 0.10 / 0.26 / 0.51)

CMYK percentages

%0
%9.6
%26.4
%50.98

Codes

Color #7D715C in popluar color models

7D 71 5C
RGB 125 113 92
HSL 38° 15.21% 42.55%
HSB/HSV 38° 26.40% 49.02%
CMYK 0.00% 9.60% 26.40%
50.98%

Color #7D715C in popluar number systems.

HEX 7D 71 5C
Decimal 125 113 92
Binary 1111101 1110001 1011100
Octal 175 161 134

Shades and tints

Shades of #7D715C

#7D715C
(125,113,92)
#726754
(114,103,84)
#675D4C
(103,93,76)
#5C5344
(92,83,68)
#51493C
(81,73,60)
#463F34
(70,63,52)
#3B352C
(59,53,44)
#302B24
(48,43,36)
#25211C
(37,33,28)
#1A1714
(26,23,20)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #7D715C

#7D715C
(125,113,92)
#887D6A
(136,125,106)
#938978
(147,137,120)
#9E9586
(158,149,134)
#A9A194
(169,161,148)
#B4ADA2
(180,173,162)
#BFB9B0
(191,185,176)
#CAC5BE
(202,197,190)
#D5D1CC
(213,209,204)
#E0DDDA
(224,221,218)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D715C color. Also use rgb(125,113,92) instead hex code.

Text Font Color

.myTextColor { color: #7D715C; }

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

This text font color is #7D715C.

Background Color

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

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

This div background color is #7D715C.

Border color

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

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

This div border color is #7D715C.

Opacity

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

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

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

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

This text has shadow with #7D715C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D715C.

Preview

Color preview on black background

This text has color #7D715C on black background.


Color preview on white background

This text has color #7D715C on white background.


Black color preview on #7D715C background

This text has black color on #7D715C background.


White color preview on #7D715C background

This text has white color on #7D715C background.


Related colors

Complementary color

Complementary color for #hex is #828EA3.


I love getcolorcode.com

Triadic colors

1 #5C7D71 and #715C7D with #7D715C are triadic colors.

2 #5C717D and #717D5C with #7D715C are triadic colors.