COLOR #7D977F

HEX: #7D977F
RGB: (125,151,127)

Color info

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

RGB color model

#7D977F color RGB value is (125,151,127).

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

RGB channels and saturation

R 125 of 255 = 49%
G 151 of 255 = 59%
B 127 of 255 = 50%

125
151
127

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

Portions of RGB colors in percentages

R + G + B =
125 + 151 + 127 = 403 (100%)
R 125 of 403 ~ 31.02%
G 151 of 403 ~ 37.47%
B 127 of 403 ~ 31.51%

%31.02
%37.47
%31.51

CMYK color model

#7D977F color CMYK value is (17,0,16,41).

  • cyan value is 17.22%
  • magenta value is 0.00%
  • yellow value is 15.89%
  • key color value is 40.78%
CMYK:
(17,0,16,41)
C17M0Y16K41 
(17%,0%,16%,41%)
(0.17/0.00/0.16/0.41)	

CMYK percentages

%17.22
%0
%15.89
%40.78

Codes

Color #7D977F in popluar color models

7D977F
RGB125151127
HSL125°11.11%54.12%
HSB/HSV125°17.22%59.22%
CMYK17.22%0.00%15.89%
40.78%

Color #7D977F in popluar number systems.

HEX7D977F
Decimal125151127
Binary1111101100101111111111
Octal175227177

Shades and tints

Shades of #7D977F

#7D977F
(125,151,127)
#728A74
(114,138,116)
#677D69
(103,125,105)
#5C705E
(92,112,94)
#516353
(81,99,83)
#465648
(70,86,72)
#3B493D
(59,73,61)
#303C32
(48,60,50)
#252F27
(37,47,39)
#1A221C
(26,34,28)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #7D977F

#7D977F
(125,151,127)
#88A08A
(136,160,138)
#93A995
(147,169,149)
#9EB2A0
(158,178,160)
#A9BBAB
(169,187,171)
#B4C4B6
(180,196,182)
#BFCDC1
(191,205,193)
#CAD6CC
(202,214,204)
#D5DFD7
(213,223,215)
#E0E8E2
(224,232,226)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D977F; }

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

This text font color is #7D977F.


Background Color

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

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

This div background color is #7D977F.


Border color

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

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

This div border color is #7D977F.


Opacity

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

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

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

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

This text has shadow with #7D977F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D977F on black background.


Color preview on white background

This text has color #7D977F on white background.



Black color preview on #7D977F background

This text has black color on #7D977F background.


White color preview on #7D977F background

This text has white color on #7D977F background.