COLOR #7D8977

HEX: #7D8977
RGB: (125,137,119)

Color info

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

RGB color model

#7D8977 color RGB value is (125,137,119).

  • red value is 125;
  • green value is 137;
  • blue value is 119.
RGB:
(125,137,119)
(49%,54%,47%)

RGB channels and saturation

R 125 of 255 = 49%
G 137 of 255 = 54%
B 119 of 255 = 47%

125
137
119

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

Portions of RGB colors in percentages

R + G + B =
125 + 137 + 119 = 381 (100%)
R 125 of 381 ~ 32.81%
G 137 of 381 ~ 35.96%
B 119 of 381 ~ 31.23%

%32.81
%35.96
%31.23

CMYK color model

#7D8977 color CMYK value is (9,0,13,46).

  • cyan value is 8.76%
  • magenta value is 0.00%
  • yellow value is 13.14%
  • key color value is 46.27%
CMYK:
(9,0,13,46)
C9M0Y13K46 
(9%,0%,13%,46%)
(0.09/0.00/0.13/0.46)	

CMYK percentages

%8.76
%0
%13.14
%46.27

Codes

Color #7D8977 in popluar color models

7D8977
RGB125137119
HSL100°7.09%50.20%
HSB/HSV100°13.14%53.73%
CMYK8.76%0.00%13.14%
46.27%

Color #7D8977 in popluar number systems.

HEX7D8977
Decimal125137119
Binary1111101100010011110111
Octal175211167

Shades and tints

Shades of #7D8977

#7D8977
(125,137,119)
#727D6D
(114,125,109)
#677163
(103,113,99)
#5C6559
(92,101,89)
#51594F
(81,89,79)
#464D45
(70,77,69)
#3B413B
(59,65,59)
#303531
(48,53,49)
#252927
(37,41,39)
#1A1D1D
(26,29,29)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #7D8977

#7D8977
(125,137,119)
#889383
(136,147,131)
#939D8F
(147,157,143)
#9EA79B
(158,167,155)
#A9B1A7
(169,177,167)
#B4BBB3
(180,187,179)
#BFC5BF
(191,197,191)
#CACFCB
(202,207,203)
#D5D9D7
(213,217,215)
#E0E3E3
(224,227,227)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8977; }

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

This text font color is #7D8977.


Background Color

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

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

This div background color is #7D8977.


Border color

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

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

This div border color is #7D8977.


Opacity

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

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

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

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

This text has shadow with #7D8977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8977 on black background.


Color preview on white background

This text has color #7D8977 on white background.



Black color preview on #7D8977 background

This text has black color on #7D8977 background.


White color preview on #7D8977 background

This text has white color on #7D8977 background.