COLOR #7B6E4D

HEX: #7B6E4D
RGB: (123,110,77)

Color info

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

RGB color model

#7B6E4D color RGB value is (123,110,77).

  • red value is 123;
  • green value is 110;
  • blue value is 77.
RGB:
(123,110,77)
(48%,43%,30%)

RGB channels and saturation

R 123 of 255 = 48%
G 110 of 255 = 43%
B 77 of 255 = 30%

123
110
77

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

Portions of RGB colors in percentages

R + G + B =
123 + 110 + 77 = 310 (100%)
R 123 of 310 ~ 39.68%
G 110 of 310 ~ 35.48%
B 77 of 310 ~ 24.84%

%39.68
%35.48
%24.84

CMYK color model

#7B6E4D color CMYK value is (0,11,37,52).

  • cyan value is 0.00%
  • magenta value is 10.57%
  • yellow value is 37.40%
  • key color value is 51.76%
CMYK:
(0,11,37,52)
C0M11Y37K52 
(0%,11%,37%,52%)
(0.00/0.11/0.37/0.52)	

CMYK percentages

%0
%10.57
%37.4
%51.76

Codes

Color #7B6E4D in popluar color models

7B6E4D
RGB12311077
HSL43°23.00%39.22%
HSB/HSV43°37.40%48.24%
CMYK0.00%10.57%37.40%
51.76%

Color #7B6E4D in popluar number systems.

HEX7B6E4D
Decimal12311077
Binary111101111011101001101
Octal173156115

Shades and tints

Shades of #7B6E4D

#7B6E4D
(123,110,77)
#706446
(112,100,70)
#655A3F
(101,90,63)
#5A5038
(90,80,56)
#4F4631
(79,70,49)
#443C2A
(68,60,42)
#393223
(57,50,35)
#2E281C
(46,40,28)
#231E15
(35,30,21)
#18140E
(24,20,14)
#0D0A07
(13,10,7)
#000000
(0,0,0)

Tints of #7B6E4D

#7B6E4D
(123,110,77)
#877B5D
(135,123,93)
#93886D
(147,136,109)
#9F957D
(159,149,125)
#ABA28D
(171,162,141)
#B7AF9D
(183,175,157)
#C3BCAD
(195,188,173)
#CFC9BD
(207,201,189)
#DBD6CD
(219,214,205)
#E7E3DD
(231,227,221)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6E4D color. Also use rgb(123,110,77) instead hex code.

Text Font Color

.myTextColor { color: #7B6E4D; }

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

This text font color is #7B6E4D.


Background Color

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

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

This div background color is #7B6E4D.


Border color

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

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

This div border color is #7B6E4D.


Opacity

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

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

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

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

This text has shadow with #7B6E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6E4D on black background.


Color preview on white background

This text has color #7B6E4D on white background.



Black color preview on #7B6E4D background

This text has black color on #7B6E4D background.


White color preview on #7B6E4D background

This text has white color on #7B6E4D background.