COLOR #7D884D

HEX: #7D884D RGB: (125,136,77)

Color info

#7D884D contains red, green and blue colors in about the same proportion. Web safe color of #7D884D is #669933 (or #693).

RGB color model

#7D884D color RGB value is (125,136,77).

RGB: (125,136,77) (49%, 53%, 30%)

RGB channels and saturation

R 125 of 255 = 49%
G 136 of 255 = 53%
B 77 of 255 = 30%

125
136
77

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

Portions of RGB colors in percentages

R + G + B = 125 + 136 + 77 = 338 (100%)
R 125 of 338 ~ 36.98%
G 136 of 338 ~ 40.24%
B 77 of 338 ~ 22.78'%

%36.98
%40.24
%22.78

CMYK color model

#7D884D color CMYK value is (8,0,43,47).

  • cyan value is 8.09%
  • magenta value is 0.00%
  • yellow value is 43.38%
  • key color value is 46.67%

CMYK: (8,0,43,47)
C8M0Y43K47 (8%, 0%, 43%, 47%)
(0.08 / 0.00 / 0.43 / 0.47)

CMYK percentages

%8.09
%0
%43.38
%46.67

Codes

Color #7D884D in popluar color models

7D 88 4D
RGB 125 136 77
HSL 71° 27.70% 41.76%
HSB/HSV 71° 43.38% 53.33%
CMYK 8.09% 0.00% 43.38%
46.67%

Color #7D884D in popluar number systems.

HEX 7D 88 4D
Decimal 125 136 77
Binary 1111101 10001000 1001101
Octal 175 210 115

Shades and tints

Shades of #7D884D

#7D884D
(125,136,77)
#727C46
(114,124,70)
#67703F
(103,112,63)
#5C6438
(92,100,56)
#515831
(81,88,49)
#464C2A
(70,76,42)
#3B4023
(59,64,35)
#30341C
(48,52,28)
#252815
(37,40,21)
#1A1C0E
(26,28,14)
#0F1007
(15,16,7)
#000000
(0,0,0)

Tints of #7D884D

#7D884D
(125,136,77)
#88925D
(136,146,93)
#939C6D
(147,156,109)
#9EA67D
(158,166,125)
#A9B08D
(169,176,141)
#B4BA9D
(180,186,157)
#BFC4AD
(191,196,173)
#CACEBD
(202,206,189)
#D5D8CD
(213,216,205)
#E0E2DD
(224,226,221)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D884D; }

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

This text font color is #7D884D.

Background Color

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

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

This div background color is #7D884D.

Border color

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

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

This div border color is #7D884D.

Opacity

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

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

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

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

This text has shadow with #7D884D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D884D.

Preview

Color preview on black background

This text has color #7D884D on black background.


Color preview on white background

This text has color #7D884D on white background.


Black color preview on #7D884D background

This text has black color on #7D884D background.


White color preview on #7D884D background

This text has white color on #7D884D background.


Related colors

Complementary color

Complementary color for #hex is #8277B2.


I love getcolorcode.com

Triadic colors

1 #4D7D88 and #884D7D with #7D884D are triadic colors.

2 #4D887D and #887D4D with #7D884D are triadic colors.