COLOR #7F987F

HEX: #7F987F RGB: (127,152,127)

Color info

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

RGB color model

#7F987F color RGB value is (127,152,127).

RGB: (127,152,127) (50%, 60%, 50%)

RGB channels and saturation

R 127 of 255 = 50%
G 152 of 255 = 60%
B 127 of 255 = 50%

127
152
127

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

Portions of RGB colors in percentages

R + G + B = 127 + 152 + 127 = 406 (100%)
R 127 of 406 ~ 31.28%
G 152 of 406 ~ 37.44%
B 127 of 406 ~ 31.28'%

%31.28
%37.44
%31.28

CMYK color model

#7F987F color CMYK value is (16,0,16,40).

  • cyan value is 16.45%
  • magenta value is 0.00%
  • yellow value is 16.45%
  • key color value is 40.39%

CMYK: (16,0,16,40)
C16M0Y16K40 (16%, 0%, 16%, 40%)
(0.16 / 0.00 / 0.16 / 0.40)

CMYK percentages

%16.45
%0
%16.45
%40.39

Codes

Color #7F987F in popluar color models

7F 98 7F
RGB 127 152 127
HSL 120° 10.82% 54.71%
HSB/HSV 120° 16.45% 59.61%
CMYK 16.45% 0.00% 16.45%
40.39%

Color #7F987F in popluar number systems.

HEX 7F 98 7F
Decimal 127 152 127
Binary 1111111 10011000 1111111
Octal 177 230 177

Shades and tints

Shades of #7F987F

#7F987F
(127,152,127)
#748B74
(116,139,116)
#697E69
(105,126,105)
#5E715E
(94,113,94)
#536453
(83,100,83)
#485748
(72,87,72)
#3D4A3D
(61,74,61)
#323D32
(50,61,50)
#273027
(39,48,39)
#1C231C
(28,35,28)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #7F987F

#7F987F
(127,152,127)
#8AA18A
(138,161,138)
#95AA95
(149,170,149)
#A0B3A0
(160,179,160)
#ABBCAB
(171,188,171)
#B6C5B6
(182,197,182)
#C1CEC1
(193,206,193)
#CCD7CC
(204,215,204)
#D7E0D7
(215,224,215)
#E2E9E2
(226,233,226)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F987F; }

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

This text font color is #7F987F.

Background Color

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

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

This div background color is #7F987F.

Border color

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

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

This div border color is #7F987F.

Opacity

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

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

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

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

This text has shadow with #7F987F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F987F.

Preview

Color preview on black background

This text has color #7F987F on black background.


Color preview on white background

This text has color #7F987F on white background.


Black color preview on #7F987F background

This text has black color on #7F987F background.


White color preview on #7F987F background

This text has white color on #7F987F background.


Related colors

Complementary color

Complementary color for #hex is #806780.


I love getcolorcode.com

Triadic colors

1 #7F7F98 and #987F7F with #7F987F are triadic colors.

2 #7F987F and #987F7F with #7F987F are triadic colors.