COLOR #7F7160

HEX: #7F7160
RGB: (127,113,96)

Color info

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

RGB color model

#7F7160 color RGB value is (127,113,96).

  • red value is 127;
  • green value is 113;
  • blue value is 96.
RGB:
(127,113,96)
(50%,44%,38%)

RGB channels and saturation

R 127 of 255 = 50%
G 113 of 255 = 44%
B 96 of 255 = 38%

127
113
96

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

Portions of RGB colors in percentages

R + G + B =
127 + 113 + 96 = 336 (100%)
R 127 of 336 ~ 37.8%
G 113 of 336 ~ 33.63%
B 96 of 336 ~ 28.57%

%37.8
%33.63
%28.57

CMYK color model

#7F7160 color CMYK value is (0,11,24,50).

  • cyan value is 0.00%
  • magenta value is 11.02%
  • yellow value is 24.41%
  • key color value is 50.20%
CMYK:
(0,11,24,50)
C0M11Y24K50 
(0%,11%,24%,50%)
(0.00/0.11/0.24/0.50)	

CMYK percentages

%0
%11.02
%24.41
%50.2

Codes

Color #7F7160 in popluar color models

7F7160
RGB12711396
HSL33°13.90%43.73%
HSB/HSV33°24.41%49.80%
CMYK0.00%11.02%24.41%
50.20%

Color #7F7160 in popluar number systems.

HEX7F7160
Decimal12711396
Binary111111111100011100000
Octal177161140

Shades and tints

Shades of #7F7160

#7F7160
(127,113,96)
#746758
(116,103,88)
#695D50
(105,93,80)
#5E5348
(94,83,72)
#534940
(83,73,64)
#483F38
(72,63,56)
#3D3530
(61,53,48)
#322B28
(50,43,40)
#272120
(39,33,32)
#1C1718
(28,23,24)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #7F7160

#7F7160
(127,113,96)
#8A7D6E
(138,125,110)
#95897C
(149,137,124)
#A0958A
(160,149,138)
#ABA198
(171,161,152)
#B6ADA6
(182,173,166)
#C1B9B4
(193,185,180)
#CCC5C2
(204,197,194)
#D7D1D0
(215,209,208)
#E2DDDE
(226,221,222)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7160; }

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

This text font color is #7F7160.


Background Color

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

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

This div background color is #7F7160.


Border color

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

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

This div border color is #7F7160.


Opacity

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

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

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

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

This text has shadow with #7F7160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7160 on black background.


Color preview on white background

This text has color #7F7160 on white background.



Black color preview on #7F7160 background

This text has black color on #7F7160 background.


White color preview on #7F7160 background

This text has white color on #7F7160 background.