COLOR #7F7E51

HEX: #7F7E51
RGB: (127,126,81)

Color info

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

RGB color model

#7F7E51 color RGB value is (127,126,81).

  • red value is 127;
  • green value is 126;
  • blue value is 81.
RGB:
(127,126,81)
(50%,49%,32%)

RGB channels and saturation

R 127 of 255 = 50%
G 126 of 255 = 49%
B 81 of 255 = 32%

127
126
81

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

Portions of RGB colors in percentages

R + G + B =
127 + 126 + 81 = 334 (100%)
R 127 of 334 ~ 38.02%
G 126 of 334 ~ 37.72%
B 81 of 334 ~ 24.25%

%38.02
%37.72
%24.25

CMYK color model

#7F7E51 color CMYK value is (0,1,36,50).

  • cyan value is 0.00%
  • magenta value is 0.79%
  • yellow value is 36.22%
  • key color value is 50.20%
CMYK:
(0,1,36,50)
C0M1Y36K50 
(0%,1%,36%,50%)
(0.00/0.01/0.36/0.50)	

CMYK percentages

%0
%0.79
%36.22
%50.2

Codes

Color #7F7E51 in popluar color models

7F7E51
RGB12712681
HSL59°22.12%40.78%
HSB/HSV59°36.22%49.80%
CMYK0.00%0.79%36.22%
50.20%

Color #7F7E51 in popluar number systems.

HEX7F7E51
Decimal12712681
Binary111111111111101010001
Octal177176121

Shades and tints

Shades of #7F7E51

#7F7E51
(127,126,81)
#74734A
(116,115,74)
#696843
(105,104,67)
#5E5D3C
(94,93,60)
#535235
(83,82,53)
#48472E
(72,71,46)
#3D3C27
(61,60,39)
#323120
(50,49,32)
#272619
(39,38,25)
#1C1B12
(28,27,18)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #7F7E51

#7F7E51
(127,126,81)
#8A8960
(138,137,96)
#95946F
(149,148,111)
#A09F7E
(160,159,126)
#ABAA8D
(171,170,141)
#B6B59C
(182,181,156)
#C1C0AB
(193,192,171)
#CCCBBA
(204,203,186)
#D7D6C9
(215,214,201)
#E2E1D8
(226,225,216)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7E51 color. Also use rgb(127,126,81) instead hex code.

Text Font Color

.myTextColor { color: #7F7E51; }

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

This text font color is #7F7E51.


Background Color

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

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

This div background color is #7F7E51.


Border color

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

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

This div border color is #7F7E51.


Opacity

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

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

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

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

This text has shadow with #7F7E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7E51 on black background.


Color preview on white background

This text has color #7F7E51 on white background.



Black color preview on #7F7E51 background

This text has black color on #7F7E51 background.


White color preview on #7F7E51 background

This text has white color on #7F7E51 background.