COLOR #7F714D

HEX: #7F714D RGB: (127,113,77)

Color info

#7F714D contains red, green and blue colors in about the same proportion. Web safe color of #7F714D is #666633 (or #663).

RGB color model

#7F714D color RGB value is (127,113,77).

RGB: (127,113,77) (50%, 44%, 30%)

RGB channels and saturation

R 127 of 255 = 50%
G 113 of 255 = 44%
B 77 of 255 = 30%

127
113
77

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

Portions of RGB colors in percentages

R + G + B = 127 + 113 + 77 = 317 (100%)
R 127 of 317 ~ 40.06%
G 113 of 317 ~ 35.65%
B 77 of 317 ~ 24.29'%

%40.06
%35.65
%24.29

CMYK color model

#7F714D color CMYK value is (0,11,39,50).

  • cyan value is 0.00%
  • magenta value is 11.02%
  • yellow value is 39.37%
  • key color value is 50.20%

CMYK: (0,11,39,50)
C0M11Y39K50 (0%, 11%, 39%, 50%)
(0.00 / 0.11 / 0.39 / 0.50)

CMYK percentages

%0
%11.02
%39.37
%50.2

Codes

Color #7F714D in popluar color models

7F 71 4D
RGB 127 113 77
HSL 43° 24.51% 40.00%
HSB/HSV 43° 39.37% 49.80%
CMYK 0.00% 11.02% 39.37%
50.20%

Color #7F714D in popluar number systems.

HEX 7F 71 4D
Decimal 127 113 77
Binary 1111111 1110001 1001101
Octal 177 161 115

Shades and tints

Shades of #7F714D

#7F714D
(127,113,77)
#746746
(116,103,70)
#695D3F
(105,93,63)
#5E5338
(94,83,56)
#534931
(83,73,49)
#483F2A
(72,63,42)
#3D3523
(61,53,35)
#322B1C
(50,43,28)
#272115
(39,33,21)
#1C170E
(28,23,14)
#110D07
(17,13,7)
#000000
(0,0,0)

Tints of #7F714D

#7F714D
(127,113,77)
#8A7D5D
(138,125,93)
#95896D
(149,137,109)
#A0957D
(160,149,125)
#ABA18D
(171,161,141)
#B6AD9D
(182,173,157)
#C1B9AD
(193,185,173)
#CCC5BD
(204,197,189)
#D7D1CD
(215,209,205)
#E2DDDD
(226,221,221)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F714D color. Also use rgb(127,113,77) instead hex code.

Text Font Color

.myTextColor { color: #7F714D; }

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

This text font color is #7F714D.

Background Color

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

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

This div background color is #7F714D.

Border color

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

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

This div border color is #7F714D.

Opacity

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

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

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

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

This text has shadow with #7F714D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F714D.

Preview

Color preview on black background

This text has color #7F714D on black background.


Color preview on white background

This text has color #7F714D on white background.


Black color preview on #7F714D background

This text has black color on #7F714D background.


White color preview on #7F714D background

This text has white color on #7F714D background.


Related colors

Complementary color

Complementary color for #hex is #808EB2.


I love getcolorcode.com

Triadic colors

1 #4D7F71 and #714D7F with #7F714D are triadic colors.

2 #4D717F and #717F4D with #7F714D are triadic colors.