COLOR #7F6246

HEX: #7F6246 RGB: (127,98,70)

Color info

#7F6246 contains red, green and blue colors in about the same proportion. Web safe color of #7F6246 is #666633 (or #663).

RGB color model

#7F6246 color RGB value is (127,98,70).

RGB: (127,98,70) (50%, 38%, 27%)

RGB channels and saturation

R 127 of 255 = 50%
G 98 of 255 = 38%
B 70 of 255 = 27%

127
98
70

R + G + B ~ 38%. #7F6246 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 98 + 70 = 295 (100%)
R 127 of 295 ~ 43.05%
G 98 of 295 ~ 33.22%
B 70 of 295 ~ 23.73'%

%43.05
%33.22
%23.73

CMYK color model

#7F6246 color CMYK value is (0,23,45,50).

  • cyan value is 0.00%
  • magenta value is 22.83%
  • yellow value is 44.88%
  • key color value is 50.20%

CMYK: (0,23,45,50)
C0M23Y45K50 (0%, 23%, 45%, 50%)
(0.00 / 0.23 / 0.45 / 0.50)

CMYK percentages

%0
%22.83
%44.88
%50.2

Codes

Color #7F6246 in popluar color models

7F 62 46
RGB 127 98 70
HSL 29° 28.93% 38.63%
HSB/HSV 29° 44.88% 49.80%
CMYK 0.00% 22.83% 44.88%
50.20%

Color #7F6246 in popluar number systems.

HEX 7F 62 46
Decimal 127 98 70
Binary 1111111 1100010 1000110
Octal 177 142 106

Shades and tints

Shades of #7F6246

#7F6246
(127,98,70)
#745A40
(116,90,64)
#69523A
(105,82,58)
#5E4A34
(94,74,52)
#53422E
(83,66,46)
#483A28
(72,58,40)
#3D3222
(61,50,34)
#322A1C
(50,42,28)
#272216
(39,34,22)
#1C1A10
(28,26,16)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #7F6246

#7F6246
(127,98,70)
#8A7056
(138,112,86)
#957E66
(149,126,102)
#A08C76
(160,140,118)
#AB9A86
(171,154,134)
#B6A896
(182,168,150)
#C1B6A6
(193,182,166)
#CCC4B6
(204,196,182)
#D7D2C6
(215,210,198)
#E2E0D6
(226,224,214)
#EDEEE6
(237,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6246 color. Also use rgb(127,98,70) instead hex code.

Text Font Color

.myTextColor { color: #7F6246; }

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

This text font color is #7F6246.

Background Color

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

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

This div background color is #7F6246.

Border color

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

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

This div border color is #7F6246.

Opacity

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

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

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

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

This text has shadow with #7F6246 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6246.

Preview

Color preview on black background

This text has color #7F6246 on black background.


Color preview on white background

This text has color #7F6246 on white background.


Black color preview on #7F6246 background

This text has black color on #7F6246 background.


White color preview on #7F6246 background

This text has white color on #7F6246 background.


Related colors

Complementary color

Complementary color for #hex is #809DB9.


I love getcolorcode.com

Triadic colors

1 #467F62 and #62467F with #7F6246 are triadic colors.

2 #46627F and #627F46 with #7F6246 are triadic colors.