COLOR #7B6946

HEX: #7B6946 RGB: (123,105,70)

Color info

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

RGB color model

#7B6946 color RGB value is (123,105,70).

RGB: (123,105,70) (48%, 41%, 27%)

RGB channels and saturation

R 123 of 255 = 48%
G 105 of 255 = 41%
B 70 of 255 = 27%

123
105
70

R + G + B ~ 39%. #7B6946 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 105 + 70 = 298 (100%)
R 123 of 298 ~ 41.28%
G 105 of 298 ~ 35.23%
B 70 of 298 ~ 23.49'%

%41.28
%35.23
%23.49

CMYK color model

#7B6946 color CMYK value is (0,15,43,52).

  • cyan value is 0.00%
  • magenta value is 14.63%
  • yellow value is 43.09%
  • key color value is 51.76%
CMYK: (0,15,43,52) C0M15Y43K52 (0%,15%,43%,52%) (0.00/0.15/0.43/0.52) 

CMYK percentages

%0
%14.63
%43.09
%51.76

Codes

Color #7B6946 in popluar color models

7B 69 46
RGB 123 105 70
HSL 40° 27.46% 37.84%
HSB/HSV 40° 43.09% 48.24%
CMYK 0.00% 14.63% 43.09%
51.76%

Color #7B6946 in popluar number systems.

HEX 7B 69 46
Decimal 123 105 70
Binary 1111011 1101001 1000110
Octal 173 151 106

Shades and tints

Shades of #7B6946

#7B6946
(123,105,70)
#706040
(112,96,64)
#65573A
(101,87,58)
#5A4E34
(90,78,52)
#4F452E
(79,69,46)
#443C28
(68,60,40)
#393322
(57,51,34)
#2E2A1C
(46,42,28)
#232116
(35,33,22)
#181810
(24,24,16)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #7B6946

#7B6946
(123,105,70)
#877656
(135,118,86)
#938366
(147,131,102)
#9F9076
(159,144,118)
#AB9D86
(171,157,134)
#B7AA96
(183,170,150)
#C3B7A6
(195,183,166)
#CFC4B6
(207,196,182)
#DBD1C6
(219,209,198)
#E7DED6
(231,222,214)
#F3EBE6
(243,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6946 color. Also use rgb(123,105,70) instead hex code.

Text Font Color

.myTextColor { color: #7B6946; }

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

This text font color is #7B6946.

Background Color

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

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

This div background color is #7B6946.

Border color

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

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

This div border color is #7B6946.

Opacity

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

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

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

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

This text has shadow with #7B6946 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B6946.

Preview

Color preview on black background

This text has color #7B6946 on black background.


Color preview on white background

This text has color #7B6946 on white background.


Black color preview on #7B6946 background

This text has black color on #7B6946 background.


White color preview on #7B6946 background

This text has white color on #7B6946 background.


Related colors

Complementary color

Complementary color for #hex is #8496B9.


I love getcolorcode.com

Triadic colors

1 #467B69 and #69467B with #7B6946 are triadic colors.

2 #46697B and #697B46 with #7B6946 are triadic colors.