COLOR #7F8978

HEX: #7F8978 RGB: (127,137,120)

Color info

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

RGB color model

#7F8978 color RGB value is (127,137,120).

RGB: (127,137,120) (50%, 54%, 47%)

RGB channels and saturation

R 127 of 255 = 50%
G 137 of 255 = 54%
B 120 of 255 = 47%

127
137
120

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

Portions of RGB colors in percentages

R + G + B = 127 + 137 + 120 = 384 (100%)
R 127 of 384 ~ 33.07%
G 137 of 384 ~ 35.68%
B 120 of 384 ~ 31.25'%

%33.07
%35.68
%31.25

CMYK color model

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

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

CMYK: (7,0,12,46)
C7M0Y12K46 (7%, 0%, 12%, 46%)
(0.07 / 0.00 / 0.12 / 0.46)

CMYK percentages

%7.3
%0
%12.41
%46.27

Codes

Color #7F8978 in popluar color models

7F 89 78
RGB 127 137 120
HSL 95° 6.72% 50.39%
HSB/HSV 95° 12.41% 53.73%
CMYK 7.30% 0.00% 12.41%
46.27%

Color #7F8978 in popluar number systems.

HEX 7F 89 78
Decimal 127 137 120
Binary 1111111 10001001 1111000
Octal 177 211 170

Shades and tints

Shades of #7F8978

#7F8978
(127,137,120)
#747D6E
(116,125,110)
#697164
(105,113,100)
#5E655A
(94,101,90)
#535950
(83,89,80)
#484D46
(72,77,70)
#3D413C
(61,65,60)
#323532
(50,53,50)
#272928
(39,41,40)
#1C1D1E
(28,29,30)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #7F8978

#7F8978
(127,137,120)
#8A9384
(138,147,132)
#959D90
(149,157,144)
#A0A79C
(160,167,156)
#ABB1A8
(171,177,168)
#B6BBB4
(182,187,180)
#C1C5C0
(193,197,192)
#CCCFCC
(204,207,204)
#D7D9D8
(215,217,216)
#E2E3E4
(226,227,228)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8978; }

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

This text font color is #7F8978.

Background Color

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

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

This div background color is #7F8978.

Border color

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

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

This div border color is #7F8978.

Opacity

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

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

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

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

This text has shadow with #7F8978 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8978.

Preview

Color preview on black background

This text has color #7F8978 on black background.


Color preview on white background

This text has color #7F8978 on white background.


Black color preview on #7F8978 background

This text has black color on #7F8978 background.


White color preview on #7F8978 background

This text has white color on #7F8978 background.


Related colors

Complementary color

Complementary color for #hex is #807687.


I love getcolorcode.com

Triadic colors

1 #787F89 and #89787F with #7F8978 are triadic colors.

2 #78897F and #897F78 with #7F8978 are triadic colors.