COLOR #7D977D

HEX: #7D977D
RGB: (125,151,125)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

125
151
125

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

Portions of RGB colors in percentages

R + G + B =
125 + 151 + 125 = 401 (100%)
R 125 of 401 ~ 31.17%
G 151 of 401 ~ 37.66%
B 125 of 401 ~ 31.17%

%31.17
%37.66
%31.17

CMYK color model

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

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

CMYK percentages

%17.22
%0
%17.22
%40.78

Codes

Color #7D977D in popluar color models

7D977D
RGB125151125
HSL120°11.11%54.12%
HSB/HSV120°17.22%59.22%
CMYK17.22%0.00%17.22%
40.78%

Color #7D977D in popluar number systems.

HEX7D977D
Decimal125151125
Binary1111101100101111111101
Octal175227175

Shades and tints

Shades of #7D977D

#7D977D
(125,151,125)
#728A72
(114,138,114)
#677D67
(103,125,103)
#5C705C
(92,112,92)
#516351
(81,99,81)
#465646
(70,86,70)
#3B493B
(59,73,59)
#303C30
(48,60,48)
#252F25
(37,47,37)
#1A221A
(26,34,26)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #7D977D

#7D977D
(125,151,125)
#88A088
(136,160,136)
#93A993
(147,169,147)
#9EB29E
(158,178,158)
#A9BBA9
(169,187,169)
#B4C4B4
(180,196,180)
#BFCDBF
(191,205,191)
#CAD6CA
(202,214,202)
#D5DFD5
(213,223,213)
#E0E8E0
(224,232,224)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D977D; }

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

This text font color is #7D977D.


Background Color

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

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

This div background color is #7D977D.


Border color

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

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

This div border color is #7D977D.


Opacity

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

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

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

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

This text has shadow with #7D977D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D977D on black background.


Color preview on white background

This text has color #7D977D on white background.



Black color preview on #7D977D background

This text has black color on #7D977D background.


White color preview on #7D977D background

This text has white color on #7D977D background.