COLOR #7F723A

HEX: #7F723A RGB: (127,114,58)

Color info

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

RGB color model

#7F723A color RGB value is (127,114,58).

RGB: (127,114,58) (50%, 45%, 23%)

RGB channels and saturation

R 127 of 255 = 50%
G 114 of 255 = 45%
B 58 of 255 = 23%

127
114
58

R + G + B ~ 39%. #7F723A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 114 + 58 = 299 (100%)
R 127 of 299 ~ 42.47%
G 114 of 299 ~ 38.13%
B 58 of 299 ~ 19.4'%

%42.47
%38.13
%19.4

CMYK color model

#7F723A color CMYK value is (0,10,54,50).

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

CMYK: (0,10,54,50)
C0M10Y54K50 (0%, 10%, 54%, 50%)
(0.00 / 0.10 / 0.54 / 0.50)

CMYK percentages

%0
%10.24
%54.33
%50.2

Codes

Color #7F723A in popluar color models

7F 72 3A
RGB 127 114 58
HSL 49° 37.30% 36.27%
HSB/HSV 49° 54.33% 49.80%
CMYK 0.00% 10.24% 54.33%
50.20%

Color #7F723A in popluar number systems.

HEX 7F 72 3A
Decimal 127 114 58
Binary 1111111 1110010 111010
Octal 177 162 72

Shades and tints

Shades of #7F723A

#7F723A
(127,114,58)
#746835
(116,104,53)
#695E30
(105,94,48)
#5E542B
(94,84,43)
#534A26
(83,74,38)
#484021
(72,64,33)
#3D361C
(61,54,28)
#322C17
(50,44,23)
#272212
(39,34,18)
#1C180D
(28,24,13)
#110E08
(17,14,8)
#000000
(0,0,0)

Tints of #7F723A

#7F723A
(127,114,58)
#8A7E4B
(138,126,75)
#958A5C
(149,138,92)
#A0966D
(160,150,109)
#ABA27E
(171,162,126)
#B6AE8F
(182,174,143)
#C1BAA0
(193,186,160)
#CCC6B1
(204,198,177)
#D7D2C2
(215,210,194)
#E2DED3
(226,222,211)
#EDEAE4
(237,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F723A; }

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

This text font color is #7F723A.

Background Color

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

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

This div background color is #7F723A.

Border color

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

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

This div border color is #7F723A.

Opacity

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

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

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

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

This text has shadow with #7F723A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F723A.

Preview

Color preview on black background

This text has color #7F723A on black background.


Color preview on white background

This text has color #7F723A on white background.


Black color preview on #7F723A background

This text has black color on #7F723A background.


White color preview on #7F723A background

This text has white color on #7F723A background.


Related colors

Complementary color

Complementary color for #hex is #808DC5.


I love getcolorcode.com

Triadic colors

1 #3A7F72 and #723A7F with #7F723A are triadic colors.

2 #3A727F and #727F3A with #7F723A are triadic colors.