COLOR #7F7356

HEX: #7F7356
RGB: (127,115,86)

Color info

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

RGB color model

#7F7356 color RGB value is (127,115,86).

  • red value is 127;
  • green value is 115;
  • blue value is 86.
RGB:
(127,115,86)
(50%,45%,34%)

RGB channels and saturation

R 127 of 255 = 50%
G 115 of 255 = 45%
B 86 of 255 = 34%

127
115
86

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

Portions of RGB colors in percentages

R + G + B =
127 + 115 + 86 = 328 (100%)
R 127 of 328 ~ 38.72%
G 115 of 328 ~ 35.06%
B 86 of 328 ~ 26.22%

%38.72
%35.06
%26.22

CMYK color model

#7F7356 color CMYK value is (0,9,32,50).

  • cyan value is 0.00%
  • magenta value is 9.45%
  • yellow value is 32.28%
  • key color value is 50.20%
CMYK:
(0,9,32,50)
C0M9Y32K50 
(0%,9%,32%,50%)
(0.00/0.09/0.32/0.50)	

CMYK percentages

%0
%9.45
%32.28
%50.2

Codes

Color #7F7356 in popluar color models

7F7356
RGB12711586
HSL42°19.25%41.76%
HSB/HSV42°32.28%49.80%
CMYK0.00%9.45%32.28%
50.20%

Color #7F7356 in popluar number systems.

HEX7F7356
Decimal12711586
Binary111111111100111010110
Octal177163126

Shades and tints

Shades of #7F7356

#7F7356
(127,115,86)
#74694F
(116,105,79)
#695F48
(105,95,72)
#5E5541
(94,85,65)
#534B3A
(83,75,58)
#484133
(72,65,51)
#3D372C
(61,55,44)
#322D25
(50,45,37)
#27231E
(39,35,30)
#1C1917
(28,25,23)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #7F7356

#7F7356
(127,115,86)
#8A7F65
(138,127,101)
#958B74
(149,139,116)
#A09783
(160,151,131)
#ABA392
(171,163,146)
#B6AFA1
(182,175,161)
#C1BBB0
(193,187,176)
#CCC7BF
(204,199,191)
#D7D3CE
(215,211,206)
#E2DFDD
(226,223,221)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7356 color. Also use rgb(127,115,86) instead hex code.

Text Font Color

.myTextColor { color: #7F7356; }

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

This text font color is #7F7356.


Background Color

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

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

This div background color is #7F7356.


Border color

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

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

This div border color is #7F7356.


Opacity

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

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

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

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

This text has shadow with #7F7356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7356 on black background.


Color preview on white background

This text has color #7F7356 on white background.



Black color preview on #7F7356 background

This text has black color on #7F7356 background.


White color preview on #7F7356 background

This text has white color on #7F7356 background.