COLOR #7D6C4B

HEX: #7D6C4B RGB: (125,108,75)

Color info

#7D6C4B contains red, green and blue colors in about the same proportion. Web safe color of #7D6C4B is #666633 (or #663).

RGB color model

#7D6C4B color RGB value is (125,108,75).

RGB: (125,108,75) (49%, 42%, 29%)

RGB channels and saturation

R 125 of 255 = 49%
G 108 of 255 = 42%
B 75 of 255 = 29%

125
108
75

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

Portions of RGB colors in percentages

R + G + B = 125 + 108 + 75 = 308 (100%)
R 125 of 308 ~ 40.58%
G 108 of 308 ~ 35.06%
B 75 of 308 ~ 24.35'%

%40.58
%35.06
%24.35

CMYK color model

#7D6C4B color CMYK value is (0,14,40,51).

  • cyan value is 0.00%
  • magenta value is 13.60%
  • yellow value is 40.00%
  • key color value is 50.98%

CMYK: (0,14,40,51)
C0M14Y40K51 (0%, 14%, 40%, 51%)
(0.00 / 0.14 / 0.40 / 0.51)

CMYK percentages

%0
%13.6
%40
%50.98

Codes

Color #7D6C4B in popluar color models

7D 6C 4B
RGB 125 108 75
HSL 40° 25.00% 39.22%
HSB/HSV 40° 40.00% 49.02%
CMYK 0.00% 13.60% 40.00%
50.98%

Color #7D6C4B in popluar number systems.

HEX 7D 6C 4B
Decimal 125 108 75
Binary 1111101 1101100 1001011
Octal 175 154 113

Shades and tints

Shades of #7D6C4B

#7D6C4B
(125,108,75)
#726345
(114,99,69)
#675A3F
(103,90,63)
#5C5139
(92,81,57)
#514833
(81,72,51)
#463F2D
(70,63,45)
#3B3627
(59,54,39)
#302D21
(48,45,33)
#25241B
(37,36,27)
#1A1B15
(26,27,21)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #7D6C4B

#7D6C4B
(125,108,75)
#88795B
(136,121,91)
#93866B
(147,134,107)
#9E937B
(158,147,123)
#A9A08B
(169,160,139)
#B4AD9B
(180,173,155)
#BFBAAB
(191,186,171)
#CAC7BB
(202,199,187)
#D5D4CB
(213,212,203)
#E0E1DB
(224,225,219)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6C4B color. Also use rgb(125,108,75) instead hex code.

Text Font Color

.myTextColor { color: #7D6C4B; }

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

This text font color is #7D6C4B.

Background Color

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

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

This div background color is #7D6C4B.

Border color

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

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

This div border color is #7D6C4B.

Opacity

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

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

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

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

This text has shadow with #7D6C4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D6C4B.

Preview

Color preview on black background

This text has color #7D6C4B on black background.


Color preview on white background

This text has color #7D6C4B on white background.


Black color preview on #7D6C4B background

This text has black color on #7D6C4B background.


White color preview on #7D6C4B background

This text has white color on #7D6C4B background.


Related colors

Complementary color

Complementary color for #hex is #8293B4.


I love getcolorcode.com

Triadic colors

1 #4B7D6C and #6C4B7D with #7D6C4B are triadic colors.

2 #4B6C7D and #6C7D4B with #7D6C4B are triadic colors.