COLOR #7F7843

HEX: #7F7843 RGB: (127,120,67)

Color info

#7F7843 contains mainly red and green colors. Web safe color of #7F7843 is #666633 (or #663).

RGB color model

#7F7843 color RGB value is (127,120,67).

RGB: (127,120,67) (50%, 47%, 26%)

RGB channels and saturation

R 127 of 255 = 50%
G 120 of 255 = 47%
B 67 of 255 = 26%

127
120
67

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

Portions of RGB colors in percentages

R + G + B = 127 + 120 + 67 = 314 (100%)
R 127 of 314 ~ 40.45%
G 120 of 314 ~ 38.22%
B 67 of 314 ~ 21.34'%

%40.45
%38.22
%21.34

CMYK color model

#7F7843 color CMYK value is (0,6,47,50).

  • cyan value is 0.00%
  • magenta value is 5.51%
  • yellow value is 47.24%
  • key color value is 50.20%
CMYK: (0,6,47,50) C0M6Y47K50 (0%,6%,47%,50%) (0.00/0.06/0.47/0.50) 

CMYK percentages

%0
%5.51
%47.24
%50.2

Codes

Color #7F7843 in popluar color models

7F 78 43
RGB 127 120 67
HSL 53° 30.93% 38.04%
HSB/HSV 53° 47.24% 49.80%
CMYK 0.00% 5.51% 47.24%
50.20%

Color #7F7843 in popluar number systems.

HEX 7F 78 43
Decimal 127 120 67
Binary 1111111 1111000 1000011
Octal 177 170 103

Shades and tints

Shades of #7F7843

#7F7843
(127,120,67)
#746E3D
(116,110,61)
#696437
(105,100,55)
#5E5A31
(94,90,49)
#53502B
(83,80,43)
#484625
(72,70,37)
#3D3C1F
(61,60,31)
#323219
(50,50,25)
#272813
(39,40,19)
#1C1E0D
(28,30,13)
#111407
(17,20,7)
#000000
(0,0,0)

Tints of #7F7843

#7F7843
(127,120,67)
#8A8454
(138,132,84)
#959065
(149,144,101)
#A09C76
(160,156,118)
#ABA887
(171,168,135)
#B6B498
(182,180,152)
#C1C0A9
(193,192,169)
#CCCCBA
(204,204,186)
#D7D8CB
(215,216,203)
#E2E4DC
(226,228,220)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7843 color. Also use rgb(127,120,67) instead hex code.

Text Font Color

.myTextColor { color: #7F7843; }

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

This text font color is #7F7843.

Background Color

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

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

This div background color is #7F7843.

Border color

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

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

This div border color is #7F7843.

Opacity

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

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

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

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

This text has shadow with #7F7843 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7843.

Preview

Color preview on black background

This text has color #7F7843 on black background.


Color preview on white background

This text has color #7F7843 on white background.


Black color preview on #7F7843 background

This text has black color on #7F7843 background.


White color preview on #7F7843 background

This text has white color on #7F7843 background.


Related colors

Complementary color

Complementary color for #hex is #8087BC.


I love getcolorcode.com

Triadic colors

1 #437F78 and #78437F with #7F7843 are triadic colors.

2 #43787F and #787F43 with #7F7843 are triadic colors.