COLOR #7F8C6E

HEX: #7F8C6E RGB: (127,140,110)

Color info

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

RGB color model

#7F8C6E color RGB value is (127,140,110).

RGB: (127,140,110) (50%, 55%, 43%)

RGB channels and saturation

R 127 of 255 = 50%
G 140 of 255 = 55%
B 110 of 255 = 43%

127
140
110

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

Portions of RGB colors in percentages

R + G + B = 127 + 140 + 110 = 377 (100%)
R 127 of 377 ~ 33.69%
G 140 of 377 ~ 37.14%
B 110 of 377 ~ 29.18'%

%33.69
%37.14
%29.18

CMYK color model

#7F8C6E color CMYK value is (9,0,21,45).

  • cyan value is 9.29%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 45.10%

CMYK: (9,0,21,45)
C9M0Y21K45 (9%, 0%, 21%, 45%)
(0.09 / 0.00 / 0.21 / 0.45)

CMYK percentages

%9.29
%0
%21.43
%45.1

Codes

Color #7F8C6E in popluar color models

7F 8C 6E
RGB 127 140 110
HSL 86° 12.00% 49.02%
HSB/HSV 86° 21.43% 54.90%
CMYK 9.29% 0.00% 21.43%
45.10%

Color #7F8C6E in popluar number systems.

HEX 7F 8C 6E
Decimal 127 140 110
Binary 1111111 10001100 1101110
Octal 177 214 156

Shades and tints

Shades of #7F8C6E

#7F8C6E
(127,140,110)
#748064
(116,128,100)
#69745A
(105,116,90)
#5E6850
(94,104,80)
#535C46
(83,92,70)
#48503C
(72,80,60)
#3D4432
(61,68,50)
#323828
(50,56,40)
#272C1E
(39,44,30)
#1C2014
(28,32,20)
#11140A
(17,20,10)
#000000
(0,0,0)

Tints of #7F8C6E

#7F8C6E
(127,140,110)
#8A967B
(138,150,123)
#95A088
(149,160,136)
#A0AA95
(160,170,149)
#ABB4A2
(171,180,162)
#B6BEAF
(182,190,175)
#C1C8BC
(193,200,188)
#CCD2C9
(204,210,201)
#D7DCD6
(215,220,214)
#E2E6E3
(226,230,227)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8C6E; }

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

This text font color is #7F8C6E.

Background Color

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

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

This div background color is #7F8C6E.

Border color

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

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

This div border color is #7F8C6E.

Opacity

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

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

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

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

This text has shadow with #7F8C6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8C6E.

Preview

Color preview on black background

This text has color #7F8C6E on black background.


Color preview on white background

This text has color #7F8C6E on white background.


Black color preview on #7F8C6E background

This text has black color on #7F8C6E background.


White color preview on #7F8C6E background

This text has white color on #7F8C6E background.


Related colors

Complementary color

Complementary color for #hex is #807391.


I love getcolorcode.com

Triadic colors

1 #6E7F8C and #8C6E7F with #7F8C6E are triadic colors.

2 #6E8C7F and #8C7F6E with #7F8C6E are triadic colors.