COLOR #7F7547

HEX: #7F7547 RGB: (127,117,71)

Color info

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

RGB color model

#7F7547 color RGB value is (127,117,71).

RGB: (127,117,71) (50%, 46%, 28%)

RGB channels and saturation

R 127 of 255 = 50%
G 117 of 255 = 46%
B 71 of 255 = 28%

127
117
71

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

Portions of RGB colors in percentages

R + G + B = 127 + 117 + 71 = 315 (100%)
R 127 of 315 ~ 40.32%
G 117 of 315 ~ 37.14%
B 71 of 315 ~ 22.54'%

%40.32
%37.14
%22.54

CMYK color model

#7F7547 color CMYK value is (0,8,44,50).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 44.09%
  • key color value is 50.20%

CMYK: (0,8,44,50)
C0M8Y44K50 (0%, 8%, 44%, 50%)
(0.00 / 0.08 / 0.44 / 0.50)

CMYK percentages

%0
%7.87
%44.09
%50.2

Codes

Color #7F7547 in popluar color models

7F 75 47
RGB 127 117 71
HSL 49° 28.28% 38.82%
HSB/HSV 49° 44.09% 49.80%
CMYK 0.00% 7.87% 44.09%
50.20%

Color #7F7547 in popluar number systems.

HEX 7F 75 47
Decimal 127 117 71
Binary 1111111 1110101 1000111
Octal 177 165 107

Shades and tints

Shades of #7F7547

#7F7547
(127,117,71)
#746B41
(116,107,65)
#69613B
(105,97,59)
#5E5735
(94,87,53)
#534D2F
(83,77,47)
#484329
(72,67,41)
#3D3923
(61,57,35)
#322F1D
(50,47,29)
#272517
(39,37,23)
#1C1B11
(28,27,17)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #7F7547

#7F7547
(127,117,71)
#8A8157
(138,129,87)
#958D67
(149,141,103)
#A09977
(160,153,119)
#ABA587
(171,165,135)
#B6B197
(182,177,151)
#C1BDA7
(193,189,167)
#CCC9B7
(204,201,183)
#D7D5C7
(215,213,199)
#E2E1D7
(226,225,215)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7547 color. Also use rgb(127,117,71) instead hex code.

Text Font Color

.myTextColor { color: #7F7547; }

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

This text font color is #7F7547.

Background Color

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

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

This div background color is #7F7547.

Border color

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

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

This div border color is #7F7547.

Opacity

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

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

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

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

This text has shadow with #7F7547 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7547.

Preview

Color preview on black background

This text has color #7F7547 on black background.


Color preview on white background

This text has color #7F7547 on white background.


Black color preview on #7F7547 background

This text has black color on #7F7547 background.


White color preview on #7F7547 background

This text has white color on #7F7547 background.


Related colors

Complementary color

Complementary color for #hex is #808AB8.


I love getcolorcode.com

Triadic colors

1 #477F75 and #75477F with #7F7547 are triadic colors.

2 #47757F and #757F47 with #7F7547 are triadic colors.