COLOR #7F6126

HEX: #7F6126
RGB: (127,97,38)

Color info

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

RGB color model

#7F6126 color RGB value is (127,97,38).

  • red value is 127;
  • green value is 97;
  • blue value is 38.
RGB:
(127,97,38)
(50%,38%,15%)

RGB channels and saturation

R 127 of 255 = 50%
G 97 of 255 = 38%
B 38 of 255 = 15%

127
97
38

R + G + B ~ 34%. #7F6126 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 97 + 38 = 262 (100%)
R 127 of 262 ~ 48.47%
G 97 of 262 ~ 37.02%
B 38 of 262 ~ 14.5%

%48.47
%37.02
%14.5

CMYK color model

#7F6126 color CMYK value is (0,24,70,50).

  • cyan value is 0.00%
  • magenta value is 23.62%
  • yellow value is 70.08%
  • key color value is 50.20%
CMYK:
(0,24,70,50)
C0M24Y70K50 
(0%,24%,70%,50%)
(0.00/0.24/0.70/0.50)	

CMYK percentages

%0
%23.62
%70.08
%50.2

Codes

Color #7F6126 in popluar color models

7F6126
RGB1279738
HSL40°53.94%32.35%
HSB/HSV40°70.08%49.80%
CMYK0.00%23.62%70.08%
50.20%

Color #7F6126 in popluar number systems.

HEX7F6126
Decimal1279738
Binary11111111100001100110
Octal17714146

Shades and tints

Shades of #7F6126

#7F6126
(127,97,38)
#745923
(116,89,35)
#695120
(105,81,32)
#5E491D
(94,73,29)
#53411A
(83,65,26)
#483917
(72,57,23)
#3D3114
(61,49,20)
#322911
(50,41,17)
#27210E
(39,33,14)
#1C190B
(28,25,11)
#111108
(17,17,8)
#000000
(0,0,0)

Tints of #7F6126

#7F6126
(127,97,38)
#8A6F39
(138,111,57)
#957D4C
(149,125,76)
#A08B5F
(160,139,95)
#AB9972
(171,153,114)
#B6A785
(182,167,133)
#C1B598
(193,181,152)
#CCC3AB
(204,195,171)
#D7D1BE
(215,209,190)
#E2DFD1
(226,223,209)
#EDEDE4
(237,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6126 color. Also use rgb(127,97,38) instead hex code.

Text Font Color

.myTextColor { color: #7F6126; }

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

This text font color is #7F6126.


Background Color

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

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

This div background color is #7F6126.


Border color

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

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

This div border color is #7F6126.


Opacity

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

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

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

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

This text has shadow with #7F6126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6126 on black background.


Color preview on white background

This text has color #7F6126 on white background.



Black color preview on #7F6126 background

This text has black color on #7F6126 background.


White color preview on #7F6126 background

This text has white color on #7F6126 background.