COLOR #7F722E

HEX: #7F722E RGB: (127,114,46)

Color info

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

RGB color model

#7F722E color RGB value is (127,114,46).

RGB: (127,114,46) (50%, 45%, 18%)

RGB channels and saturation

R 127 of 255 = 50%
G 114 of 255 = 45%
B 46 of 255 = 18%

127
114
46

R + G + B ~ 38%. #7F722E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 114 + 46 = 287 (100%)
R 127 of 287 ~ 44.25%
G 114 of 287 ~ 39.72%
B 46 of 287 ~ 16.03'%

%44.25
%39.72
%16.03

CMYK color model

#7F722E color CMYK value is (0,10,64,50).

  • cyan value is 0.00%
  • magenta value is 10.24%
  • yellow value is 63.78%
  • key color value is 50.20%

CMYK: (0,10,64,50)
C0M10Y64K50 (0%, 10%, 64%, 50%)
(0.00 / 0.10 / 0.64 / 0.50)

CMYK percentages

%0
%10.24
%63.78
%50.2

Codes

Color #7F722E in popluar color models

7F 72 2E
RGB 127 114 46
HSL 50° 46.82% 33.92%
HSB/HSV 50° 63.78% 49.80%
CMYK 0.00% 10.24% 63.78%
50.20%

Color #7F722E in popluar number systems.

HEX 7F 72 2E
Decimal 127 114 46
Binary 1111111 1110010 101110
Octal 177 162 56

Shades and tints

Shades of #7F722E

#7F722E
(127,114,46)
#74682A
(116,104,42)
#695E26
(105,94,38)
#5E5422
(94,84,34)
#534A1E
(83,74,30)
#48401A
(72,64,26)
#3D3616
(61,54,22)
#322C12
(50,44,18)
#27220E
(39,34,14)
#1C180A
(28,24,10)
#110E06
(17,14,6)
#000000
(0,0,0)

Tints of #7F722E

#7F722E
(127,114,46)
#8A7E41
(138,126,65)
#958A54
(149,138,84)
#A09667
(160,150,103)
#ABA27A
(171,162,122)
#B6AE8D
(182,174,141)
#C1BAA0
(193,186,160)
#CCC6B3
(204,198,179)
#D7D2C6
(215,210,198)
#E2DED9
(226,222,217)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F722E color. Also use rgb(127,114,46) instead hex code.

Text Font Color

.myTextColor { color: #7F722E; }

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

This text font color is #7F722E.

Background Color

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

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

This div background color is #7F722E.

Border color

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

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

This div border color is #7F722E.

Opacity

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

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

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

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

This text has shadow with #7F722E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F722E.

Preview

Color preview on black background

This text has color #7F722E on black background.


Color preview on white background

This text has color #7F722E on white background.


Black color preview on #7F722E background

This text has black color on #7F722E background.


White color preview on #7F722E background

This text has white color on #7F722E background.


Related colors

Complementary color

Complementary color for #hex is #808DD1.


I love getcolorcode.com

Triadic colors

1 #2E7F72 and #722E7F with #7F722E are triadic colors.

2 #2E727F and #727F2E with #7F722E are triadic colors.