COLOR #7D7F4D

HEX: #7D7F4D
RGB: (125,127,77)

Color info

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

RGB color model

#7D7F4D color RGB value is (125,127,77).

  • red value is 125;
  • green value is 127;
  • blue value is 77.
RGB:
(125,127,77)
(49%,50%,30%)

RGB channels and saturation

R 125 of 255 = 49%
G 127 of 255 = 50%
B 77 of 255 = 30%

125
127
77

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

Portions of RGB colors in percentages

R + G + B =
125 + 127 + 77 = 329 (100%)
R 125 of 329 ~ 37.99%
G 127 of 329 ~ 38.6%
B 77 of 329 ~ 23.4%

%37.99
%38.6
%23.4

CMYK color model

#7D7F4D color CMYK value is (2,0,39,50).

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 39.37%
  • key color value is 50.20%
CMYK:
(2,0,39,50)
C2M0Y39K50 
(2%,0%,39%,50%)
(0.02/0.00/0.39/0.50)	

CMYK percentages

%1.57
%0
%39.37
%50.2

Codes

Color #7D7F4D in popluar color models

7D7F4D
RGB12512777
HSL62°24.51%40.00%
HSB/HSV62°39.37%49.80%
CMYK1.57%0.00%39.37%
50.20%

Color #7D7F4D in popluar number systems.

HEX7D7F4D
Decimal12512777
Binary111110111111111001101
Octal175177115

Shades and tints

Shades of #7D7F4D

#7D7F4D
(125,127,77)
#727446
(114,116,70)
#67693F
(103,105,63)
#5C5E38
(92,94,56)
#515331
(81,83,49)
#46482A
(70,72,42)
#3B3D23
(59,61,35)
#30321C
(48,50,28)
#252715
(37,39,21)
#1A1C0E
(26,28,14)
#0F1107
(15,17,7)
#000000
(0,0,0)

Tints of #7D7F4D

#7D7F4D
(125,127,77)
#888A5D
(136,138,93)
#93956D
(147,149,109)
#9EA07D
(158,160,125)
#A9AB8D
(169,171,141)
#B4B69D
(180,182,157)
#BFC1AD
(191,193,173)
#CACCBD
(202,204,189)
#D5D7CD
(213,215,205)
#E0E2DD
(224,226,221)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7F4D; }

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

This text font color is #7D7F4D.


Background Color

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

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

This div background color is #7D7F4D.


Border color

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

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

This div border color is #7D7F4D.


Opacity

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

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

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

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

This text has shadow with #7D7F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7F4D on black background.


Color preview on white background

This text has color #7D7F4D on white background.



Black color preview on #7D7F4D background

This text has black color on #7D7F4D background.


White color preview on #7D7F4D background

This text has white color on #7D7F4D background.