COLOR #7F8E6F

HEX: #7F8E6F RGB: (127,142,111)

Color info

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

RGB color model

#7F8E6F color RGB value is (127,142,111).

RGB: (127,142,111) (50%, 56%, 44%)

RGB channels and saturation

R 127 of 255 = 50%
G 142 of 255 = 56%
B 111 of 255 = 44%

127
142
111

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

Portions of RGB colors in percentages

R + G + B = 127 + 142 + 111 = 380 (100%)
R 127 of 380 ~ 33.42%
G 142 of 380 ~ 37.37%
B 111 of 380 ~ 29.21'%

%33.42
%37.37
%29.21

CMYK color model

#7F8E6F color CMYK value is (11,0,22,44).

  • cyan value is 10.56%
  • magenta value is 0.00%
  • yellow value is 21.83%
  • key color value is 44.31%

CMYK: (11,0,22,44)
C11M0Y22K44 (11%, 0%, 22%, 44%)
(0.11 / 0.00 / 0.22 / 0.44)

CMYK percentages

%10.56
%0
%21.83
%44.31

Codes

Color #7F8E6F in popluar color models

7F 8E 6F
RGB 127 142 111
HSL 89° 12.25% 49.61%
HSB/HSV 89° 21.83% 55.69%
CMYK 10.56% 0.00% 21.83%
44.31%

Color #7F8E6F in popluar number systems.

HEX 7F 8E 6F
Decimal 127 142 111
Binary 1111111 10001110 1101111
Octal 177 216 157

Shades and tints

Shades of #7F8E6F

#7F8E6F
(127,142,111)
#748265
(116,130,101)
#69765B
(105,118,91)
#5E6A51
(94,106,81)
#535E47
(83,94,71)
#48523D
(72,82,61)
#3D4633
(61,70,51)
#323A29
(50,58,41)
#272E1F
(39,46,31)
#1C2215
(28,34,21)
#11160B
(17,22,11)
#000000
(0,0,0)

Tints of #7F8E6F

#7F8E6F
(127,142,111)
#8A987C
(138,152,124)
#95A289
(149,162,137)
#A0AC96
(160,172,150)
#ABB6A3
(171,182,163)
#B6C0B0
(182,192,176)
#C1CABD
(193,202,189)
#CCD4CA
(204,212,202)
#D7DED7
(215,222,215)
#E2E8E4
(226,232,228)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8E6F; }

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

This text font color is #7F8E6F.

Background Color

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

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

This div background color is #7F8E6F.

Border color

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

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

This div border color is #7F8E6F.

Opacity

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

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

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

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

This text has shadow with #7F8E6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8E6F.

Preview

Color preview on black background

This text has color #7F8E6F on black background.


Color preview on white background

This text has color #7F8E6F on white background.


Black color preview on #7F8E6F background

This text has black color on #7F8E6F background.


White color preview on #7F8E6F background

This text has white color on #7F8E6F background.


Related colors

Complementary color

Complementary color for #hex is #807190.


I love getcolorcode.com

Triadic colors

1 #6F7F8E and #8E6F7F with #7F8E6F are triadic colors.

2 #6F8E7F and #8E7F6F with #7F8E6F are triadic colors.