COLOR #7F976E

HEX: #7F976E RGB: (127,151,110)

Color info

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

RGB color model

#7F976E color RGB value is (127,151,110).

RGB: (127,151,110) (50%, 59%, 43%)

RGB channels and saturation

R 127 of 255 = 50%
G 151 of 255 = 59%
B 110 of 255 = 43%

127
151
110

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

Portions of RGB colors in percentages

R + G + B = 127 + 151 + 110 = 388 (100%)
R 127 of 388 ~ 32.73%
G 151 of 388 ~ 38.92%
B 110 of 388 ~ 28.35'%

%32.73
%38.92
%28.35

CMYK color model

#7F976E color CMYK value is (16,0,27,41).

  • cyan value is 15.89%
  • magenta value is 0.00%
  • yellow value is 27.15%
  • key color value is 40.78%

CMYK: (16,0,27,41)
C16M0Y27K41 (16%, 0%, 27%, 41%)
(0.16 / 0.00 / 0.27 / 0.41)

CMYK percentages

%15.89
%0
%27.15
%40.78

Codes

Color #7F976E in popluar color models

7F 97 6E
RGB 127 151 110
HSL 95° 16.47% 51.18%
HSB/HSV 95° 27.15% 59.22%
CMYK 15.89% 0.00% 27.15%
40.78%

Color #7F976E in popluar number systems.

HEX 7F 97 6E
Decimal 127 151 110
Binary 1111111 10010111 1101110
Octal 177 227 156

Shades and tints

Shades of #7F976E

#7F976E
(127,151,110)
#748A64
(116,138,100)
#697D5A
(105,125,90)
#5E7050
(94,112,80)
#536346
(83,99,70)
#48563C
(72,86,60)
#3D4932
(61,73,50)
#323C28
(50,60,40)
#272F1E
(39,47,30)
#1C2214
(28,34,20)
#11150A
(17,21,10)
#000000
(0,0,0)

Tints of #7F976E

#7F976E
(127,151,110)
#8AA07B
(138,160,123)
#95A988
(149,169,136)
#A0B295
(160,178,149)
#ABBBA2
(171,187,162)
#B6C4AF
(182,196,175)
#C1CDBC
(193,205,188)
#CCD6C9
(204,214,201)
#D7DFD6
(215,223,214)
#E2E8E3
(226,232,227)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F976E; }

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

This text font color is #7F976E.

Background Color

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

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

This div background color is #7F976E.

Border color

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

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

This div border color is #7F976E.

Opacity

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

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

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

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

This text has shadow with #7F976E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F976E.

Preview

Color preview on black background

This text has color #7F976E on black background.


Color preview on white background

This text has color #7F976E on white background.


Black color preview on #7F976E background

This text has black color on #7F976E background.


White color preview on #7F976E background

This text has white color on #7F976E background.


Related colors

Complementary color

Complementary color for #hex is #806891.


I love getcolorcode.com

Triadic colors

1 #6E7F97 and #976E7F with #7F976E are triadic colors.

2 #6E977F and #977F6E with #7F976E are triadic colors.