COLOR #7B6B41

HEX: #7B6B41
RGB: (123,107,65)

Color info

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

RGB color model

#7B6B41 color RGB value is (123,107,65).

  • red value is 123;
  • green value is 107;
  • blue value is 65.
RGB:
(123,107,65)
(48%,42%,25%)

RGB channels and saturation

R 123 of 255 = 48%
G 107 of 255 = 42%
B 65 of 255 = 25%

123
107
65

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

Portions of RGB colors in percentages

R + G + B =
123 + 107 + 65 = 295 (100%)
R 123 of 295 ~ 41.69%
G 107 of 295 ~ 36.27%
B 65 of 295 ~ 22.03%

%41.69
%36.27
%22.03

CMYK color model

#7B6B41 color CMYK value is (0,13,47,52).

  • cyan value is 0.00%
  • magenta value is 13.01%
  • yellow value is 47.15%
  • key color value is 51.76%
CMYK:
(0,13,47,52)
C0M13Y47K52 
(0%,13%,47%,52%)
(0.00/0.13/0.47/0.52)	

CMYK percentages

%0
%13.01
%47.15
%51.76

Codes

Color #7B6B41 in popluar color models

7B6B41
RGB12310765
HSL43°30.85%36.86%
HSB/HSV43°47.15%48.24%
CMYK0.00%13.01%47.15%
51.76%

Color #7B6B41 in popluar number systems.

HEX7B6B41
Decimal12310765
Binary111101111010111000001
Octal173153101

Shades and tints

Shades of #7B6B41

#7B6B41
(123,107,65)
#70623C
(112,98,60)
#655937
(101,89,55)
#5A5032
(90,80,50)
#4F472D
(79,71,45)
#443E28
(68,62,40)
#393523
(57,53,35)
#2E2C1E
(46,44,30)
#232319
(35,35,25)
#181A14
(24,26,20)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #7B6B41

#7B6B41
(123,107,65)
#877852
(135,120,82)
#938563
(147,133,99)
#9F9274
(159,146,116)
#AB9F85
(171,159,133)
#B7AC96
(183,172,150)
#C3B9A7
(195,185,167)
#CFC6B8
(207,198,184)
#DBD3C9
(219,211,201)
#E7E0DA
(231,224,218)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6B41 color. Also use rgb(123,107,65) instead hex code.

Text Font Color

.myTextColor { color: #7B6B41; }

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

This text font color is #7B6B41.


Background Color

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

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

This div background color is #7B6B41.


Border color

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

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

This div border color is #7B6B41.


Opacity

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

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

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

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

This text has shadow with #7B6B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6B41 on black background.


Color preview on white background

This text has color #7B6B41 on white background.



Black color preview on #7B6B41 background

This text has black color on #7B6B41 background.


White color preview on #7B6B41 background

This text has white color on #7B6B41 background.