COLOR #7F725D

HEX: #7F725D RGB: (127,114,93)

Color info

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

RGB color model

#7F725D color RGB value is (127,114,93).

RGB: (127,114,93) (50%, 45%, 36%)

RGB channels and saturation

R 127 of 255 = 50%
G 114 of 255 = 45%
B 93 of 255 = 36%

127
114
93

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

Portions of RGB colors in percentages

R + G + B = 127 + 114 + 93 = 334 (100%)
R 127 of 334 ~ 38.02%
G 114 of 334 ~ 34.13%
B 93 of 334 ~ 27.84'%

%38.02
%34.13
%27.84

CMYK color model

#7F725D color CMYK value is (0,10,27,50).

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

CMYK: (0,10,27,50)
C0M10Y27K50 (0%, 10%, 27%, 50%)
(0.00 / 0.10 / 0.27 / 0.50)

CMYK percentages

%0
%10.24
%26.77
%50.2

Codes

Color #7F725D in popluar color models

7F 72 5D
RGB 127 114 93
HSL 37° 15.45% 43.14%
HSB/HSV 37° 26.77% 49.80%
CMYK 0.00% 10.24% 26.77%
50.20%

Color #7F725D in popluar number systems.

HEX 7F 72 5D
Decimal 127 114 93
Binary 1111111 1110010 1011101
Octal 177 162 135

Shades and tints

Shades of #7F725D

#7F725D
(127,114,93)
#746855
(116,104,85)
#695E4D
(105,94,77)
#5E5445
(94,84,69)
#534A3D
(83,74,61)
#484035
(72,64,53)
#3D362D
(61,54,45)
#322C25
(50,44,37)
#27221D
(39,34,29)
#1C1815
(28,24,21)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #7F725D

#7F725D
(127,114,93)
#8A7E6B
(138,126,107)
#958A79
(149,138,121)
#A09687
(160,150,135)
#ABA295
(171,162,149)
#B6AEA3
(182,174,163)
#C1BAB1
(193,186,177)
#CCC6BF
(204,198,191)
#D7D2CD
(215,210,205)
#E2DEDB
(226,222,219)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F725D; }

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

This text font color is #7F725D.

Background Color

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

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

This div background color is #7F725D.

Border color

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

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

This div border color is #7F725D.

Opacity

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

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

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

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

This text has shadow with #7F725D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F725D.

Preview

Color preview on black background

This text has color #7F725D on black background.


Color preview on white background

This text has color #7F725D on white background.


Black color preview on #7F725D background

This text has black color on #7F725D background.


White color preview on #7F725D background

This text has white color on #7F725D background.


Related colors

Complementary color

Complementary color for #hex is #808DA2.


I love getcolorcode.com

Triadic colors

1 #5D7F72 and #725D7F with #7F725D are triadic colors.

2 #5D727F and #727F5D with #7F725D are triadic colors.