COLOR #7D8978

HEX: #7D8978 RGB: (125,137,120)

Color info

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

RGB color model

#7D8978 color RGB value is (125,137,120).

RGB: (125,137,120) (49%, 54%, 47%)

RGB channels and saturation

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

125
137
120

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

Portions of RGB colors in percentages

R + G + B = 125 + 137 + 120 = 382 (100%)
R 125 of 382 ~ 32.72%
G 137 of 382 ~ 35.86%
B 120 of 382 ~ 31.41'%

%32.72
%35.86
%31.41

CMYK color model

#7D8978 color CMYK value is (9,0,12,46).

  • cyan value is 8.76%
  • magenta value is 0.00%
  • yellow value is 12.41%
  • key color value is 46.27%

CMYK: (9,0,12,46)
C9M0Y12K46 (9%, 0%, 12%, 46%)
(0.09 / 0.00 / 0.12 / 0.46)

CMYK percentages

%8.76
%0
%12.41
%46.27

Codes

Color #7D8978 in popluar color models

7D 89 78
RGB 125 137 120
HSL 102° 6.72% 50.39%
HSB/HSV 102° 12.41% 53.73%
CMYK 8.76% 0.00% 12.41%
46.27%

Color #7D8978 in popluar number systems.

HEX 7D 89 78
Decimal 125 137 120
Binary 1111101 10001001 1111000
Octal 175 211 170

Shades and tints

Shades of #7D8978

#7D8978
(125,137,120)
#727D6E
(114,125,110)
#677164
(103,113,100)
#5C655A
(92,101,90)
#515950
(81,89,80)
#464D46
(70,77,70)
#3B413C
(59,65,60)
#303532
(48,53,50)
#252928
(37,41,40)
#1A1D1E
(26,29,30)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #7D8978

#7D8978
(125,137,120)
#889384
(136,147,132)
#939D90
(147,157,144)
#9EA79C
(158,167,156)
#A9B1A8
(169,177,168)
#B4BBB4
(180,187,180)
#BFC5C0
(191,197,192)
#CACFCC
(202,207,204)
#D5D9D8
(213,217,216)
#E0E3E4
(224,227,228)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8978; }

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

This text font color is #7D8978.

Background Color

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

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

This div background color is #7D8978.

Border color

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

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

This div border color is #7D8978.

Opacity

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

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

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

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

This text has shadow with #7D8978 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D8978.

Preview

Color preview on black background

This text has color #7D8978 on black background.


Color preview on white background

This text has color #7D8978 on white background.


Black color preview on #7D8978 background

This text has black color on #7D8978 background.


White color preview on #7D8978 background

This text has white color on #7D8978 background.


Related colors

Complementary color

Complementary color for #hex is #827687.


I love getcolorcode.com

Triadic colors

1 #787D89 and #89787D with #7D8978 are triadic colors.

2 #78897D and #897D78 with #7D8978 are triadic colors.