COLOR #7F7D5E

HEX: #7F7D5E
RGB: (127,125,94)

Color info

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

RGB color model

#7F7D5E color RGB value is (127,125,94).

  • red value is 127;
  • green value is 125;
  • blue value is 94.
RGB:
(127,125,94)
(50%,49%,37%)

RGB channels and saturation

R 127 of 255 = 50%
G 125 of 255 = 49%
B 94 of 255 = 37%

127
125
94

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

Portions of RGB colors in percentages

R + G + B =
127 + 125 + 94 = 346 (100%)
R 127 of 346 ~ 36.71%
G 125 of 346 ~ 36.13%
B 94 of 346 ~ 27.17%

%36.71
%36.13
%27.17

CMYK color model

#7F7D5E color CMYK value is (0,2,26,50).

  • cyan value is 0.00%
  • magenta value is 1.57%
  • yellow value is 25.98%
  • key color value is 50.20%
CMYK:
(0,2,26,50)
C0M2Y26K50 
(0%,2%,26%,50%)
(0.00/0.02/0.26/0.50)	

CMYK percentages

%0
%1.57
%25.98
%50.2

Codes

Color #7F7D5E in popluar color models

7F7D5E
RGB12712594
HSL56°14.93%43.33%
HSB/HSV56°25.98%49.80%
CMYK0.00%1.57%25.98%
50.20%

Color #7F7D5E in popluar number systems.

HEX7F7D5E
Decimal12712594
Binary111111111111011011110
Octal177175136

Shades and tints

Shades of #7F7D5E

#7F7D5E
(127,125,94)
#747256
(116,114,86)
#69674E
(105,103,78)
#5E5C46
(94,92,70)
#53513E
(83,81,62)
#484636
(72,70,54)
#3D3B2E
(61,59,46)
#323026
(50,48,38)
#27251E
(39,37,30)
#1C1A16
(28,26,22)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #7F7D5E

#7F7D5E
(127,125,94)
#8A886C
(138,136,108)
#95937A
(149,147,122)
#A09E88
(160,158,136)
#ABA996
(171,169,150)
#B6B4A4
(182,180,164)
#C1BFB2
(193,191,178)
#CCCAC0
(204,202,192)
#D7D5CE
(215,213,206)
#E2E0DC
(226,224,220)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7D5E color. Also use rgb(127,125,94) instead hex code.

Text Font Color

.myTextColor { color: #7F7D5E; }

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

This text font color is #7F7D5E.


Background Color

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

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

This div background color is #7F7D5E.


Border color

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

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

This div border color is #7F7D5E.


Opacity

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

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

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

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

This text has shadow with #7F7D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7D5E on black background.


Color preview on white background

This text has color #7F7D5E on white background.



Black color preview on #7F7D5E background

This text has black color on #7F7D5E background.


White color preview on #7F7D5E background

This text has white color on #7F7D5E background.