COLOR #7F967D

HEX: #7F967D RGB: (127,150,125)

Color info

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

RGB color model

#7F967D color RGB value is (127,150,125).

RGB: (127,150,125) (50%, 59%, 49%)

RGB channels and saturation

R 127 of 255 = 50%
G 150 of 255 = 59%
B 125 of 255 = 49%

127
150
125

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

Portions of RGB colors in percentages

R + G + B = 127 + 150 + 125 = 402 (100%)
R 127 of 402 ~ 31.59%
G 150 of 402 ~ 37.31%
B 125 of 402 ~ 31.09'%

%31.59
%37.31
%31.09

CMYK color model

#7F967D color CMYK value is (15,0,17,41).

  • cyan value is 15.33%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 41.18%

CMYK: (15,0,17,41)
C15M0Y17K41 (15%, 0%, 17%, 41%)
(0.15 / 0.00 / 0.17 / 0.41)

CMYK percentages

%15.33
%0
%16.67
%41.18

Codes

Color #7F967D in popluar color models

7F 96 7D
RGB 127 150 125
HSL 115° 10.64% 53.92%
HSB/HSV 115° 16.67% 58.82%
CMYK 15.33% 0.00% 16.67%
41.18%

Color #7F967D in popluar number systems.

HEX 7F 96 7D
Decimal 127 150 125
Binary 1111111 10010110 1111101
Octal 177 226 175

Shades and tints

Shades of #7F967D

#7F967D
(127,150,125)
#748972
(116,137,114)
#697C67
(105,124,103)
#5E6F5C
(94,111,92)
#536251
(83,98,81)
#485546
(72,85,70)
#3D483B
(61,72,59)
#323B30
(50,59,48)
#272E25
(39,46,37)
#1C211A
(28,33,26)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #7F967D

#7F967D
(127,150,125)
#8A9F88
(138,159,136)
#95A893
(149,168,147)
#A0B19E
(160,177,158)
#ABBAA9
(171,186,169)
#B6C3B4
(182,195,180)
#C1CCBF
(193,204,191)
#CCD5CA
(204,213,202)
#D7DED5
(215,222,213)
#E2E7E0
(226,231,224)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F967D; }

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

This text font color is #7F967D.

Background Color

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

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

This div background color is #7F967D.

Border color

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

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

This div border color is #7F967D.

Opacity

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

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

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

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

This text has shadow with #7F967D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F967D.

Preview

Color preview on black background

This text has color #7F967D on black background.


Color preview on white background

This text has color #7F967D on white background.


Black color preview on #7F967D background

This text has black color on #7F967D background.


White color preview on #7F967D background

This text has white color on #7F967D background.


Related colors

Complementary color

Complementary color for #hex is #806982.


I love getcolorcode.com

Triadic colors

1 #7D7F96 and #967D7F with #7F967D are triadic colors.

2 #7D967F and #967F7D with #7F967D are triadic colors.