COLOR #7F8C73

HEX: #7F8C73
RGB: (127,140,115)

Color info

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

RGB color model

#7F8C73 color RGB value is (127,140,115).

  • red value is 127;
  • green value is 140;
  • blue value is 115.
RGB:
(127,140,115)
(50%,55%,45%)

RGB channels and saturation

R 127 of 255 = 50%
G 140 of 255 = 55%
B 115 of 255 = 45%

127
140
115

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

Portions of RGB colors in percentages

R + G + B =
127 + 140 + 115 = 382 (100%)
R 127 of 382 ~ 33.25%
G 140 of 382 ~ 36.65%
B 115 of 382 ~ 30.1%

%33.25
%36.65
%30.1

CMYK color model

#7F8C73 color CMYK value is (9,0,18,45).

  • cyan value is 9.29%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 45.10%
CMYK:
(9,0,18,45)
C9M0Y18K45 
(9%,0%,18%,45%)
(0.09/0.00/0.18/0.45)	

CMYK percentages

%9.29
%0
%17.86
%45.1

Codes

Color #7F8C73 in popluar color models

7F8C73
RGB127140115
HSL91°9.80%50.00%
HSB/HSV91°17.86%54.90%
CMYK9.29%0.00%17.86%
45.10%

Color #7F8C73 in popluar number systems.

HEX7F8C73
Decimal127140115
Binary1111111100011001110011
Octal177214163

Shades and tints

Shades of #7F8C73

#7F8C73
(127,140,115)
#748069
(116,128,105)
#69745F
(105,116,95)
#5E6855
(94,104,85)
#535C4B
(83,92,75)
#485041
(72,80,65)
#3D4437
(61,68,55)
#32382D
(50,56,45)
#272C23
(39,44,35)
#1C2019
(28,32,25)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #7F8C73

#7F8C73
(127,140,115)
#8A967F
(138,150,127)
#95A08B
(149,160,139)
#A0AA97
(160,170,151)
#ABB4A3
(171,180,163)
#B6BEAF
(182,190,175)
#C1C8BB
(193,200,187)
#CCD2C7
(204,210,199)
#D7DCD3
(215,220,211)
#E2E6DF
(226,230,223)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8C73 color. Also use rgb(127,140,115) instead hex code.

Text Font Color

.myTextColor { color: #7F8C73; }

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

This text font color is #7F8C73.


Background Color

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

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

This div background color is #7F8C73.


Border color

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

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

This div border color is #7F8C73.


Opacity

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

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

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

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

This text has shadow with #7F8C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8C73 on black background.


Color preview on white background

This text has color #7F8C73 on white background.



Black color preview on #7F8C73 background

This text has black color on #7F8C73 background.


White color preview on #7F8C73 background

This text has white color on #7F8C73 background.