COLOR #7D7F4A

HEX: #7D7F4A
RGB: (125,127,74)

Color info

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

RGB color model

#7D7F4A color RGB value is (125,127,74).

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

RGB channels and saturation

R 125 of 255 = 49%
G 127 of 255 = 50%
B 74 of 255 = 29%

125
127
74

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

Portions of RGB colors in percentages

R + G + B =
125 + 127 + 74 = 326 (100%)
R 125 of 326 ~ 38.34%
G 127 of 326 ~ 38.96%
B 74 of 326 ~ 22.7%

%38.34
%38.96
%22.7

CMYK color model

#7D7F4A color CMYK value is (2,0,42,50).

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 41.73%
  • key color value is 50.20%
CMYK:
(2,0,42,50)
C2M0Y42K50 
(2%,0%,42%,50%)
(0.02/0.00/0.42/0.50)	

CMYK percentages

%1.57
%0
%41.73
%50.2

Codes

Color #7D7F4A in popluar color models

7D7F4A
RGB12512774
HSL62°26.37%39.41%
HSB/HSV62°41.73%49.80%
CMYK1.57%0.00%41.73%
50.20%

Color #7D7F4A in popluar number systems.

HEX7D7F4A
Decimal12512774
Binary111110111111111001010
Octal175177112

Shades and tints

Shades of #7D7F4A

#7D7F4A
(125,127,74)
#727444
(114,116,68)
#67693E
(103,105,62)
#5C5E38
(92,94,56)
#515332
(81,83,50)
#46482C
(70,72,44)
#3B3D26
(59,61,38)
#303220
(48,50,32)
#25271A
(37,39,26)
#1A1C14
(26,28,20)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #7D7F4A

#7D7F4A
(125,127,74)
#888A5A
(136,138,90)
#93956A
(147,149,106)
#9EA07A
(158,160,122)
#A9AB8A
(169,171,138)
#B4B69A
(180,182,154)
#BFC1AA
(191,193,170)
#CACCBA
(202,204,186)
#D5D7CA
(213,215,202)
#E0E2DA
(224,226,218)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7F4A; }

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

This text font color is #7D7F4A.


Background Color

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

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

This div background color is #7D7F4A.


Border color

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

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

This div border color is #7D7F4A.


Opacity

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

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

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

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

This text has shadow with #7D7F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7F4A on black background.


Color preview on white background

This text has color #7D7F4A on white background.



Black color preview on #7D7F4A background

This text has black color on #7D7F4A background.


White color preview on #7D7F4A background

This text has white color on #7D7F4A background.