COLOR #7D9D74

HEX: #7D9D74
RGB: (125,157,116)

Color info

#7D9D74 contains red, green and blue colors in about the same proportion. Web safe color of #7D9D74 is #669966 (or #696).

RGB color model

#7D9D74 color RGB value is (125,157,116).

  • red value is 125;
  • green value is 157;
  • blue value is 116.
RGB:
(125,157,116)
(49%,62%,45%)

RGB channels and saturation

R 125 of 255 = 49%
G 157 of 255 = 62%
B 116 of 255 = 45%

125
157
116

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

Portions of RGB colors in percentages

R + G + B =
125 + 157 + 116 = 398 (100%)
R 125 of 398 ~ 31.41%
G 157 of 398 ~ 39.45%
B 116 of 398 ~ 29.15%

%31.41
%39.45
%29.15

CMYK color model

#7D9D74 color CMYK value is (20,0,26,38).

  • cyan value is 20.38%
  • magenta value is 0.00%
  • yellow value is 26.11%
  • key color value is 38.43%
CMYK:
(20,0,26,38)
C20M0Y26K38 
(20%,0%,26%,38%)
(0.20/0.00/0.26/0.38)	

CMYK percentages

%20.38
%0
%26.11
%38.43

Codes

Color #7D9D74 in popluar color models

7D9D74
RGB125157116
HSL107°17.30%53.53%
HSB/HSV107°26.11%61.57%
CMYK20.38%0.00%26.11%
38.43%

Color #7D9D74 in popluar number systems.

HEX7D9D74
Decimal125157116
Binary1111101100111011110100
Octal175235164

Shades and tints

Shades of #7D9D74

#7D9D74
(125,157,116)
#728F6A
(114,143,106)
#678160
(103,129,96)
#5C7356
(92,115,86)
#51654C
(81,101,76)
#465742
(70,87,66)
#3B4938
(59,73,56)
#303B2E
(48,59,46)
#252D24
(37,45,36)
#1A1F1A
(26,31,26)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #7D9D74

#7D9D74
(125,157,116)
#88A580
(136,165,128)
#93AD8C
(147,173,140)
#9EB598
(158,181,152)
#A9BDA4
(169,189,164)
#B4C5B0
(180,197,176)
#BFCDBC
(191,205,188)
#CAD5C8
(202,213,200)
#D5DDD4
(213,221,212)
#E0E5E0
(224,229,224)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9D74 color. Also use rgb(125,157,116) instead hex code.

Text Font Color

.myTextColor { color: #7D9D74; }

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

This text font color is #7D9D74.


Background Color

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

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

This div background color is #7D9D74.


Border color

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

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

This div border color is #7D9D74.


Opacity

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

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

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

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

This text has shadow with #7D9D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9D74 on black background.


Color preview on white background

This text has color #7D9D74 on white background.



Black color preview on #7D9D74 background

This text has black color on #7D9D74 background.


White color preview on #7D9D74 background

This text has white color on #7D9D74 background.