COLOR #7F804E

HEX: #7F804E RGB: (127,128,78)

Color info

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

RGB color model

#7F804E color RGB value is (127,128,78).

RGB: (127,128,78) (50%, 50%, 31%)

RGB channels and saturation

R 127 of 255 = 50%
G 128 of 255 = 50%
B 78 of 255 = 31%

127
128
78

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

Portions of RGB colors in percentages

R + G + B = 127 + 128 + 78 = 333 (100%)
R 127 of 333 ~ 38.14%
G 128 of 333 ~ 38.44%
B 78 of 333 ~ 23.42'%

%38.14
%38.44
%23.42

CMYK color model

#7F804E color CMYK value is (1,0,39,50).

  • cyan value is 0.78%
  • magenta value is 0.00%
  • yellow value is 39.06%
  • key color value is 49.80%

CMYK: (1,0,39,50)
C1M0Y39K50 (1%, 0%, 39%, 50%)
(0.01 / 0.00 / 0.39 / 0.50)

CMYK percentages

%0.78
%0
%39.06
%49.8

Codes

Color #7F804E in popluar color models

7F 80 4E
RGB 127 128 78
HSL 61° 24.27% 40.39%
HSB/HSV 61° 39.06% 50.20%
CMYK 0.78% 0.00% 39.06%
49.80%

Color #7F804E in popluar number systems.

HEX 7F 80 4E
Decimal 127 128 78
Binary 1111111 10000000 1001110
Octal 177 200 116

Shades and tints

Shades of #7F804E

#7F804E
(127,128,78)
#747547
(116,117,71)
#696A40
(105,106,64)
#5E5F39
(94,95,57)
#535432
(83,84,50)
#48492B
(72,73,43)
#3D3E24
(61,62,36)
#32331D
(50,51,29)
#272816
(39,40,22)
#1C1D0F
(28,29,15)
#111208
(17,18,8)
#000000
(0,0,0)

Tints of #7F804E

#7F804E
(127,128,78)
#8A8B5E
(138,139,94)
#95966E
(149,150,110)
#A0A17E
(160,161,126)
#ABAC8E
(171,172,142)
#B6B79E
(182,183,158)
#C1C2AE
(193,194,174)
#CCCDBE
(204,205,190)
#D7D8CE
(215,216,206)
#E2E3DE
(226,227,222)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F804E; }

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

This text font color is #7F804E.

Background Color

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

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

This div background color is #7F804E.

Border color

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

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

This div border color is #7F804E.

Opacity

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

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

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

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

This text has shadow with #7F804E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F804E.

Preview

Color preview on black background

This text has color #7F804E on black background.


Color preview on white background

This text has color #7F804E on white background.


Black color preview on #7F804E background

This text has black color on #7F804E background.


White color preview on #7F804E background

This text has white color on #7F804E background.


Related colors

Complementary color

Complementary color for #hex is #807FB1.


I love getcolorcode.com

Triadic colors

1 #4E7F80 and #804E7F with #7F804E are triadic colors.

2 #4E807F and #807F4E with #7F804E are triadic colors.