COLOR #7D674D

HEX: #7D674D RGB: (125,103,77)

Color info

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

RGB color model

#7D674D color RGB value is (125,103,77).

RGB: (125,103,77) (49%, 40%, 30%)

RGB channels and saturation

R 125 of 255 = 49%
G 103 of 255 = 40%
B 77 of 255 = 30%

125
103
77

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

Portions of RGB colors in percentages

R + G + B = 125 + 103 + 77 = 305 (100%)
R 125 of 305 ~ 40.98%
G 103 of 305 ~ 33.77%
B 77 of 305 ~ 25.25'%

%40.98
%33.77
%25.25

CMYK color model

#7D674D color CMYK value is (0,18,38,51).

  • cyan value is 0.00%
  • magenta value is 17.60%
  • yellow value is 38.40%
  • key color value is 50.98%

CMYK: (0,18,38,51)
C0M18Y38K51 (0%, 18%, 38%, 51%)
(0.00 / 0.18 / 0.38 / 0.51)

CMYK percentages

%0
%17.6
%38.4
%50.98

Codes

Color #7D674D in popluar color models

7D 67 4D
RGB 125 103 77
HSL 33° 23.76% 39.61%
HSB/HSV 33° 38.40% 49.02%
CMYK 0.00% 17.60% 38.40%
50.98%

Color #7D674D in popluar number systems.

HEX 7D 67 4D
Decimal 125 103 77
Binary 1111101 1100111 1001101
Octal 175 147 115

Shades and tints

Shades of #7D674D

#7D674D
(125,103,77)
#725E46
(114,94,70)
#67553F
(103,85,63)
#5C4C38
(92,76,56)
#514331
(81,67,49)
#463A2A
(70,58,42)
#3B3123
(59,49,35)
#30281C
(48,40,28)
#251F15
(37,31,21)
#1A160E
(26,22,14)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #7D674D

#7D674D
(125,103,77)
#88745D
(136,116,93)
#93816D
(147,129,109)
#9E8E7D
(158,142,125)
#A99B8D
(169,155,141)
#B4A89D
(180,168,157)
#BFB5AD
(191,181,173)
#CAC2BD
(202,194,189)
#D5CFCD
(213,207,205)
#E0DCDD
(224,220,221)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D674D color. Also use rgb(125,103,77) instead hex code.

Text Font Color

.myTextColor { color: #7D674D; }

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

This text font color is #7D674D.

Background Color

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

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

This div background color is #7D674D.

Border color

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

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

This div border color is #7D674D.

Opacity

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

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

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

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

This text has shadow with #7D674D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D674D.

Preview

Color preview on black background

This text has color #7D674D on black background.


Color preview on white background

This text has color #7D674D on white background.


Black color preview on #7D674D background

This text has black color on #7D674D background.


White color preview on #7D674D background

This text has white color on #7D674D background.


Related colors

Complementary color

Complementary color for #hex is #8298B2.


I love getcolorcode.com

Triadic colors

1 #4D7D67 and #674D7D with #7D674D are triadic colors.

2 #4D677D and #677D4D with #7D674D are triadic colors.