COLOR #7F7961

HEX: #7F7961
RGB: (127,121,97)

Color info

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

RGB color model

#7F7961 color RGB value is (127,121,97).

  • red value is 127;
  • green value is 121;
  • blue value is 97.
RGB:
(127,121,97)
(50%,47%,38%)

RGB channels and saturation

R 127 of 255 = 50%
G 121 of 255 = 47%
B 97 of 255 = 38%

127
121
97

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

Portions of RGB colors in percentages

R + G + B =
127 + 121 + 97 = 345 (100%)
R 127 of 345 ~ 36.81%
G 121 of 345 ~ 35.07%
B 97 of 345 ~ 28.12%

%36.81
%35.07
%28.12

CMYK color model

#7F7961 color CMYK value is (0,5,24,50).

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 23.62%
  • key color value is 50.20%
CMYK:
(0,5,24,50)
C0M5Y24K50 
(0%,5%,24%,50%)
(0.00/0.05/0.24/0.50)	

CMYK percentages

%0
%4.72
%23.62
%50.2

Codes

Color #7F7961 in popluar color models

7F7961
RGB12712197
HSL48°13.39%43.92%
HSB/HSV48°23.62%49.80%
CMYK0.00%4.72%23.62%
50.20%

Color #7F7961 in popluar number systems.

HEX7F7961
Decimal12712197
Binary111111111110011100001
Octal177171141

Shades and tints

Shades of #7F7961

#7F7961
(127,121,97)
#746E59
(116,110,89)
#696351
(105,99,81)
#5E5849
(94,88,73)
#534D41
(83,77,65)
#484239
(72,66,57)
#3D3731
(61,55,49)
#322C29
(50,44,41)
#272121
(39,33,33)
#1C1619
(28,22,25)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #7F7961

#7F7961
(127,121,97)
#8A856F
(138,133,111)
#95917D
(149,145,125)
#A09D8B
(160,157,139)
#ABA999
(171,169,153)
#B6B5A7
(182,181,167)
#C1C1B5
(193,193,181)
#CCCDC3
(204,205,195)
#D7D9D1
(215,217,209)
#E2E5DF
(226,229,223)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7961 color. Also use rgb(127,121,97) instead hex code.

Text Font Color

.myTextColor { color: #7F7961; }

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

This text font color is #7F7961.


Background Color

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

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

This div background color is #7F7961.


Border color

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

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

This div border color is #7F7961.


Opacity

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

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

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

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

This text has shadow with #7F7961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7961 on black background.


Color preview on white background

This text has color #7F7961 on white background.



Black color preview on #7F7961 background

This text has black color on #7F7961 background.


White color preview on #7F7961 background

This text has white color on #7F7961 background.