COLOR #7F6756

HEX: #7F6756 RGB: (127,103,86)

Color info

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

RGB color model

#7F6756 color RGB value is (127,103,86).

RGB: (127,103,86) (50%, 40%, 34%)

RGB channels and saturation

R 127 of 255 = 50%
G 103 of 255 = 40%
B 86 of 255 = 34%

127
103
86

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

Portions of RGB colors in percentages

R + G + B = 127 + 103 + 86 = 316 (100%)
R 127 of 316 ~ 40.19%
G 103 of 316 ~ 32.59%
B 86 of 316 ~ 27.22'%

%40.19
%32.59
%27.22

CMYK color model

#7F6756 color CMYK value is (0,19,32,50).

  • cyan value is 0.00%
  • magenta value is 18.90%
  • yellow value is 32.28%
  • key color value is 50.20%

CMYK: (0,19,32,50)
C0M19Y32K50 (0%, 19%, 32%, 50%)
(0.00 / 0.19 / 0.32 / 0.50)

CMYK percentages

%0
%18.9
%32.28
%50.2

Codes

Color #7F6756 in popluar color models

7F 67 56
RGB 127 103 86
HSL 25° 19.25% 41.76%
HSB/HSV 25° 32.28% 49.80%
CMYK 0.00% 18.90% 32.28%
50.20%

Color #7F6756 in popluar number systems.

HEX 7F 67 56
Decimal 127 103 86
Binary 1111111 1100111 1010110
Octal 177 147 126

Shades and tints

Shades of #7F6756

#7F6756
(127,103,86)
#745E4F
(116,94,79)
#695548
(105,85,72)
#5E4C41
(94,76,65)
#53433A
(83,67,58)
#483A33
(72,58,51)
#3D312C
(61,49,44)
#322825
(50,40,37)
#271F1E
(39,31,30)
#1C1617
(28,22,23)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #7F6756

#7F6756
(127,103,86)
#8A7465
(138,116,101)
#958174
(149,129,116)
#A08E83
(160,142,131)
#AB9B92
(171,155,146)
#B6A8A1
(182,168,161)
#C1B5B0
(193,181,176)
#CCC2BF
(204,194,191)
#D7CFCE
(215,207,206)
#E2DCDD
(226,220,221)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6756 color. Also use rgb(127,103,86) instead hex code.

Text Font Color

.myTextColor { color: #7F6756; }

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

This text font color is #7F6756.

Background Color

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

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

This div background color is #7F6756.

Border color

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

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

This div border color is #7F6756.

Opacity

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

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

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

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

This text has shadow with #7F6756 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6756.

Preview

Color preview on black background

This text has color #7F6756 on black background.


Color preview on white background

This text has color #7F6756 on white background.


Black color preview on #7F6756 background

This text has black color on #7F6756 background.


White color preview on #7F6756 background

This text has white color on #7F6756 background.


Related colors

Complementary color

Complementary color for #hex is #8098A9.


I love getcolorcode.com

Triadic colors

1 #567F67 and #67567F with #7F6756 are triadic colors.

2 #56677F and #677F56 with #7F6756 are triadic colors.