COLOR #7F6B5E

HEX: #7F6B5E
RGB: (127,107,94)

Color info

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

RGB color model

#7F6B5E color RGB value is (127,107,94).

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

RGB channels and saturation

R 127 of 255 = 50%
G 107 of 255 = 42%
B 94 of 255 = 37%

127
107
94

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

Portions of RGB colors in percentages

R + G + B =
127 + 107 + 94 = 328 (100%)
R 127 of 328 ~ 38.72%
G 107 of 328 ~ 32.62%
B 94 of 328 ~ 28.66%

%38.72
%32.62
%28.66

CMYK color model

#7F6B5E color CMYK value is (0,16,26,50).

  • cyan value is 0.00%
  • magenta value is 15.75%
  • yellow value is 25.98%
  • key color value is 50.20%
CMYK:
(0,16,26,50)
C0M16Y26K50 
(0%,16%,26%,50%)
(0.00/0.16/0.26/0.50)	

CMYK percentages

%0
%15.75
%25.98
%50.2

Codes

Color #7F6B5E in popluar color models

7F6B5E
RGB12710794
HSL24°14.93%43.33%
HSB/HSV24°25.98%49.80%
CMYK0.00%15.75%25.98%
50.20%

Color #7F6B5E in popluar number systems.

HEX7F6B5E
Decimal12710794
Binary111111111010111011110
Octal177153136

Shades and tints

Shades of #7F6B5E

#7F6B5E
(127,107,94)
#746256
(116,98,86)
#69594E
(105,89,78)
#5E5046
(94,80,70)
#53473E
(83,71,62)
#483E36
(72,62,54)
#3D352E
(61,53,46)
#322C26
(50,44,38)
#27231E
(39,35,30)
#1C1A16
(28,26,22)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #7F6B5E

#7F6B5E
(127,107,94)
#8A786C
(138,120,108)
#95857A
(149,133,122)
#A09288
(160,146,136)
#AB9F96
(171,159,150)
#B6ACA4
(182,172,164)
#C1B9B2
(193,185,178)
#CCC6C0
(204,198,192)
#D7D3CE
(215,211,206)
#E2E0DC
(226,224,220)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6B5E; }

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

This text font color is #7F6B5E.


Background Color

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

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

This div background color is #7F6B5E.


Border color

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

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

This div border color is #7F6B5E.


Opacity

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

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

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

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

This text has shadow with #7F6B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6B5E on black background.


Color preview on white background

This text has color #7F6B5E on white background.



Black color preview on #7F6B5E background

This text has black color on #7F6B5E background.


White color preview on #7F6B5E background

This text has white color on #7F6B5E background.