COLOR #7F6E29

HEX: #7F6E29
RGB: (127,110,41)

Color info

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

RGB color model

#7F6E29 color RGB value is (127,110,41).

  • red value is 127;
  • green value is 110;
  • blue value is 41.
RGB:
(127,110,41)
(50%,43%,16%)

RGB channels and saturation

R 127 of 255 = 50%
G 110 of 255 = 43%
B 41 of 255 = 16%

127
110
41

R + G + B ~ 36%. #7F6E29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 110 + 41 = 278 (100%)
R 127 of 278 ~ 45.68%
G 110 of 278 ~ 39.57%
B 41 of 278 ~ 14.75%

%45.68
%39.57
%14.75

CMYK color model

#7F6E29 color CMYK value is (0,13,68,50).

  • cyan value is 0.00%
  • magenta value is 13.39%
  • yellow value is 67.72%
  • key color value is 50.20%
CMYK:
(0,13,68,50)
C0M13Y68K50 
(0%,13%,68%,50%)
(0.00/0.13/0.68/0.50)	

CMYK percentages

%0
%13.39
%67.72
%50.2

Codes

Color #7F6E29 in popluar color models

7F6E29
RGB12711041
HSL48°51.19%32.94%
HSB/HSV48°67.72%49.80%
CMYK0.00%13.39%67.72%
50.20%

Color #7F6E29 in popluar number systems.

HEX7F6E29
Decimal12711041
Binary11111111101110101001
Octal17715651

Shades and tints

Shades of #7F6E29

#7F6E29
(127,110,41)
#746426
(116,100,38)
#695A23
(105,90,35)
#5E5020
(94,80,32)
#53461D
(83,70,29)
#483C1A
(72,60,26)
#3D3217
(61,50,23)
#322814
(50,40,20)
#271E11
(39,30,17)
#1C140E
(28,20,14)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #7F6E29

#7F6E29
(127,110,41)
#8A7B3C
(138,123,60)
#95884F
(149,136,79)
#A09562
(160,149,98)
#ABA275
(171,162,117)
#B6AF88
(182,175,136)
#C1BC9B
(193,188,155)
#CCC9AE
(204,201,174)
#D7D6C1
(215,214,193)
#E2E3D4
(226,227,212)
#EDF0E7
(237,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6E29 color. Also use rgb(127,110,41) instead hex code.

Text Font Color

.myTextColor { color: #7F6E29; }

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

This text font color is #7F6E29.


Background Color

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

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

This div background color is #7F6E29.


Border color

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

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

This div border color is #7F6E29.


Opacity

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

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

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

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

This text has shadow with #7F6E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6E29 on black background.


Color preview on white background

This text has color #7F6E29 on white background.



Black color preview on #7F6E29 background

This text has black color on #7F6E29 background.


White color preview on #7F6E29 background

This text has white color on #7F6E29 background.