COLOR #7F6D50

HEX: #7F6D50 RGB: (127,109,80)

Color info

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

RGB color model

#7F6D50 color RGB value is (127,109,80).

RGB: (127,109,80) (50%, 43%, 31%)

RGB channels and saturation

R 127 of 255 = 50%
G 109 of 255 = 43%
B 80 of 255 = 31%

127
109
80

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

Portions of RGB colors in percentages

R + G + B = 127 + 109 + 80 = 316 (100%)
R 127 of 316 ~ 40.19%
G 109 of 316 ~ 34.49%
B 80 of 316 ~ 25.32'%

%40.19
%34.49
%25.32

CMYK color model

#7F6D50 color CMYK value is (0,14,37,50).

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 37.01%
  • key color value is 50.20%

CMYK: (0,14,37,50)
C0M14Y37K50 (0%, 14%, 37%, 50%)
(0.00 / 0.14 / 0.37 / 0.50)

CMYK percentages

%0
%14.17
%37.01
%50.2

Codes

Color #7F6D50 in popluar color models

7F 6D 50
RGB 127 109 80
HSL 37° 22.71% 40.59%
HSB/HSV 37° 37.01% 49.80%
CMYK 0.00% 14.17% 37.01%
50.20%

Color #7F6D50 in popluar number systems.

HEX 7F 6D 50
Decimal 127 109 80
Binary 1111111 1101101 1010000
Octal 177 155 120

Shades and tints

Shades of #7F6D50

#7F6D50
(127,109,80)
#746449
(116,100,73)
#695B42
(105,91,66)
#5E523B
(94,82,59)
#534934
(83,73,52)
#48402D
(72,64,45)
#3D3726
(61,55,38)
#322E1F
(50,46,31)
#272518
(39,37,24)
#1C1C11
(28,28,17)
#11130A
(17,19,10)
#000000
(0,0,0)

Tints of #7F6D50

#7F6D50
(127,109,80)
#8A7A5F
(138,122,95)
#95876E
(149,135,110)
#A0947D
(160,148,125)
#ABA18C
(171,161,140)
#B6AE9B
(182,174,155)
#C1BBAA
(193,187,170)
#CCC8B9
(204,200,185)
#D7D5C8
(215,213,200)
#E2E2D7
(226,226,215)
#EDEFE6
(237,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6D50; }

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

This text font color is #7F6D50.

Background Color

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

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

This div background color is #7F6D50.

Border color

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

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

This div border color is #7F6D50.

Opacity

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

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

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

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

This text has shadow with #7F6D50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6D50.

Preview

Color preview on black background

This text has color #7F6D50 on black background.


Color preview on white background

This text has color #7F6D50 on white background.


Black color preview on #7F6D50 background

This text has black color on #7F6D50 background.


White color preview on #7F6D50 background

This text has white color on #7F6D50 background.


Related colors

Complementary color

Complementary color for #hex is #8092AF.


I love getcolorcode.com

Triadic colors

1 #507F6D and #6D507F with #7F6D50 are triadic colors.

2 #506D7F and #6D7F50 with #7F6D50 are triadic colors.