COLOR #7F8D6F

HEX: #7F8D6F RGB: (127,141,111)

Color info

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

RGB color model

#7F8D6F color RGB value is (127,141,111).

RGB: (127,141,111) (50%, 55%, 44%)

RGB channels and saturation

R 127 of 255 = 50%
G 141 of 255 = 55%
B 111 of 255 = 44%

127
141
111

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

Portions of RGB colors in percentages

R + G + B = 127 + 141 + 111 = 379 (100%)
R 127 of 379 ~ 33.51%
G 141 of 379 ~ 37.2%
B 111 of 379 ~ 29.29'%

%33.51
%37.2
%29.29

CMYK color model

#7F8D6F color CMYK value is (10,0,21,45).

  • cyan value is 9.93%
  • magenta value is 0.00%
  • yellow value is 21.28%
  • key color value is 44.71%

CMYK: (10,0,21,45)
C10M0Y21K45 (10%, 0%, 21%, 45%)
(0.10 / 0.00 / 0.21 / 0.45)

CMYK percentages

%9.93
%0
%21.28
%44.71

Codes

Color #7F8D6F in popluar color models

7F 8D 6F
RGB 127 141 111
HSL 88° 11.90% 49.41%
HSB/HSV 88° 21.28% 55.29%
CMYK 9.93% 0.00% 21.28%
44.71%

Color #7F8D6F in popluar number systems.

HEX 7F 8D 6F
Decimal 127 141 111
Binary 1111111 10001101 1101111
Octal 177 215 157

Shades and tints

Shades of #7F8D6F

#7F8D6F
(127,141,111)
#748165
(116,129,101)
#69755B
(105,117,91)
#5E6951
(94,105,81)
#535D47
(83,93,71)
#48513D
(72,81,61)
#3D4533
(61,69,51)
#323929
(50,57,41)
#272D1F
(39,45,31)
#1C2115
(28,33,21)
#11150B
(17,21,11)
#000000
(0,0,0)

Tints of #7F8D6F

#7F8D6F
(127,141,111)
#8A977C
(138,151,124)
#95A189
(149,161,137)
#A0AB96
(160,171,150)
#ABB5A3
(171,181,163)
#B6BFB0
(182,191,176)
#C1C9BD
(193,201,189)
#CCD3CA
(204,211,202)
#D7DDD7
(215,221,215)
#E2E7E4
(226,231,228)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8D6F color. Also use rgb(127,141,111) instead hex code.

Text Font Color

.myTextColor { color: #7F8D6F; }

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

This text font color is #7F8D6F.

Background Color

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

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

This div background color is #7F8D6F.

Border color

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

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

This div border color is #7F8D6F.

Opacity

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

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

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

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

This text has shadow with #7F8D6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8D6F.

Preview

Color preview on black background

This text has color #7F8D6F on black background.


Color preview on white background

This text has color #7F8D6F on white background.


Black color preview on #7F8D6F background

This text has black color on #7F8D6F background.


White color preview on #7F8D6F background

This text has white color on #7F8D6F background.


Related colors

Complementary color

Complementary color for #hex is #807290.


I love getcolorcode.com

Triadic colors

1 #6F7F8D and #8D6F7F with #7F8D6F are triadic colors.

2 #6F8D7F and #8D7F6F with #7F8D6F are triadic colors.