COLOR #7D6F4F

HEX: #7D6F4F RGB: (125,111,79)

Color info

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

RGB color model

#7D6F4F color RGB value is (125,111,79).

RGB: (125,111,79) (49%, 44%, 31%)

RGB channels and saturation

R 125 of 255 = 49%
G 111 of 255 = 44%
B 79 of 255 = 31%

125
111
79

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

Portions of RGB colors in percentages

R + G + B = 125 + 111 + 79 = 315 (100%)
R 125 of 315 ~ 39.68%
G 111 of 315 ~ 35.24%
B 79 of 315 ~ 25.08'%

%39.68
%35.24
%25.08

CMYK color model

#7D6F4F color CMYK value is (0,11,37,51).

  • cyan value is 0.00%
  • magenta value is 11.20%
  • yellow value is 36.80%
  • key color value is 50.98%

CMYK: (0,11,37,51)
C0M11Y37K51 (0%, 11%, 37%, 51%)
(0.00 / 0.11 / 0.37 / 0.51)

CMYK percentages

%0
%11.2
%36.8
%50.98

Codes

Color #7D6F4F in popluar color models

7D 6F 4F
RGB 125 111 79
HSL 42° 22.55% 40.00%
HSB/HSV 42° 36.80% 49.02%
CMYK 0.00% 11.20% 36.80%
50.98%

Color #7D6F4F in popluar number systems.

HEX 7D 6F 4F
Decimal 125 111 79
Binary 1111101 1101111 1001111
Octal 175 157 117

Shades and tints

Shades of #7D6F4F

#7D6F4F
(125,111,79)
#726548
(114,101,72)
#675B41
(103,91,65)
#5C513A
(92,81,58)
#514733
(81,71,51)
#463D2C
(70,61,44)
#3B3325
(59,51,37)
#30291E
(48,41,30)
#251F17
(37,31,23)
#1A1510
(26,21,16)
#0F0B09
(15,11,9)
#000000
(0,0,0)

Tints of #7D6F4F

#7D6F4F
(125,111,79)
#887C5F
(136,124,95)
#93896F
(147,137,111)
#9E967F
(158,150,127)
#A9A38F
(169,163,143)
#B4B09F
(180,176,159)
#BFBDAF
(191,189,175)
#CACABF
(202,202,191)
#D5D7CF
(213,215,207)
#E0E4DF
(224,228,223)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6F4F color. Also use rgb(125,111,79) instead hex code.

Text Font Color

.myTextColor { color: #7D6F4F; }

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

This text font color is #7D6F4F.

Background Color

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

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

This div background color is #7D6F4F.

Border color

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

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

This div border color is #7D6F4F.

Opacity

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

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

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

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

This text has shadow with #7D6F4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D6F4F.

Preview

Color preview on black background

This text has color #7D6F4F on black background.


Color preview on white background

This text has color #7D6F4F on white background.


Black color preview on #7D6F4F background

This text has black color on #7D6F4F background.


White color preview on #7D6F4F background

This text has white color on #7D6F4F background.


Related colors

Complementary color

Complementary color for #hex is #8290B0.


I love getcolorcode.com

Triadic colors

1 #4F7D6F and #6F4F7D with #7D6F4F are triadic colors.

2 #4F6F7D and #6F7D4F with #7D6F4F are triadic colors.