COLOR #7F7A4E

HEX: #7F7A4E
RGB: (127,122,78)

Color info

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

RGB color model

#7F7A4E color RGB value is (127,122,78).

  • red value is 127;
  • green value is 122;
  • blue value is 78.
RGB:
(127,122,78)
(50%,48%,31%)

RGB channels and saturation

R 127 of 255 = 50%
G 122 of 255 = 48%
B 78 of 255 = 31%

127
122
78

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

Portions of RGB colors in percentages

R + G + B =
127 + 122 + 78 = 327 (100%)
R 127 of 327 ~ 38.84%
G 122 of 327 ~ 37.31%
B 78 of 327 ~ 23.85%

%38.84
%37.31
%23.85

CMYK color model

#7F7A4E color CMYK value is (0,4,39,50).

  • cyan value is 0.00%
  • magenta value is 3.94%
  • yellow value is 38.58%
  • key color value is 50.20%
CMYK:
(0,4,39,50)
C0M4Y39K50 
(0%,4%,39%,50%)
(0.00/0.04/0.39/0.50)	

CMYK percentages

%0
%3.94
%38.58
%50.2

Codes

Color #7F7A4E in popluar color models

7F7A4E
RGB12712278
HSL54°23.90%40.20%
HSB/HSV54°38.58%49.80%
CMYK0.00%3.94%38.58%
50.20%

Color #7F7A4E in popluar number systems.

HEX7F7A4E
Decimal12712278
Binary111111111110101001110
Octal177172116

Shades and tints

Shades of #7F7A4E

#7F7A4E
(127,122,78)
#746F47
(116,111,71)
#696440
(105,100,64)
#5E5939
(94,89,57)
#534E32
(83,78,50)
#48432B
(72,67,43)
#3D3824
(61,56,36)
#322D1D
(50,45,29)
#272216
(39,34,22)
#1C170F
(28,23,15)
#110C08
(17,12,8)
#000000
(0,0,0)

Tints of #7F7A4E

#7F7A4E
(127,122,78)
#8A865E
(138,134,94)
#95926E
(149,146,110)
#A09E7E
(160,158,126)
#ABAA8E
(171,170,142)
#B6B69E
(182,182,158)
#C1C2AE
(193,194,174)
#CCCEBE
(204,206,190)
#D7DACE
(215,218,206)
#E2E6DE
(226,230,222)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7A4E color. Also use rgb(127,122,78) instead hex code.

Text Font Color

.myTextColor { color: #7F7A4E; }

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

This text font color is #7F7A4E.


Background Color

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

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

This div background color is #7F7A4E.


Border color

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

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

This div border color is #7F7A4E.


Opacity

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

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

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

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

This text has shadow with #7F7A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7A4E on black background.


Color preview on white background

This text has color #7F7A4E on white background.



Black color preview on #7F7A4E background

This text has black color on #7F7A4E background.


White color preview on #7F7A4E background

This text has white color on #7F7A4E background.