COLOR #7F6D5E

HEX: #7F6D5E
RGB: (127,109,94)

Color info

#7F6D5E contains red, green and blue colors in about the same proportion. Web safe color of #7F6D5E is #666666 (or #666).

RGB color model

#7F6D5E color RGB value is (127,109,94).

  • red value is 127;
  • green value is 109;
  • blue value is 94.
RGB:
(127,109,94)
(50%,43%,37%)

RGB channels and saturation

R 127 of 255 = 50%
G 109 of 255 = 43%
B 94 of 255 = 37%

127
109
94

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

Portions of RGB colors in percentages

R + G + B =
127 + 109 + 94 = 330 (100%)
R 127 of 330 ~ 38.48%
G 109 of 330 ~ 33.03%
B 94 of 330 ~ 28.48%

%38.48
%33.03
%28.48

CMYK color model

#7F6D5E color CMYK value is (0,14,26,50).

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 25.98%
  • key color value is 50.20%
CMYK:
(0,14,26,50)
C0M14Y26K50 
(0%,14%,26%,50%)
(0.00/0.14/0.26/0.50)	

CMYK percentages

%0
%14.17
%25.98
%50.2

Codes

Color #7F6D5E in popluar color models

7F6D5E
RGB12710994
HSL27°14.93%43.33%
HSB/HSV27°25.98%49.80%
CMYK0.00%14.17%25.98%
50.20%

Color #7F6D5E in popluar number systems.

HEX7F6D5E
Decimal12710994
Binary111111111011011011110
Octal177155136

Shades and tints

Shades of #7F6D5E

#7F6D5E
(127,109,94)
#746456
(116,100,86)
#695B4E
(105,91,78)
#5E5246
(94,82,70)
#53493E
(83,73,62)
#484036
(72,64,54)
#3D372E
(61,55,46)
#322E26
(50,46,38)
#27251E
(39,37,30)
#1C1C16
(28,28,22)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #7F6D5E

#7F6D5E
(127,109,94)
#8A7A6C
(138,122,108)
#95877A
(149,135,122)
#A09488
(160,148,136)
#ABA196
(171,161,150)
#B6AEA4
(182,174,164)
#C1BBB2
(193,187,178)
#CCC8C0
(204,200,192)
#D7D5CE
(215,213,206)
#E2E2DC
(226,226,220)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6D5E; }

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

This text font color is #7F6D5E.


Background Color

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

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

This div background color is #7F6D5E.


Border color

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

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

This div border color is #7F6D5E.


Opacity

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

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

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

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

This text has shadow with #7F6D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6D5E on black background.


Color preview on white background

This text has color #7F6D5E on white background.



Black color preview on #7F6D5E background

This text has black color on #7F6D5E background.


White color preview on #7F6D5E background

This text has white color on #7F6D5E background.