COLOR #7B6656

HEX: #7B6656
RGB: (123,102,86)

Color info

#7B6656 contains red, green and blue colors in about the same proportion. Web safe color of #7B6656 is #666666 (or #666).

RGB color model

#7B6656 color RGB value is (123,102,86).

  • red value is 123;
  • green value is 102;
  • blue value is 86.
RGB:
(123,102,86)
(48%,40%,34%)

RGB channels and saturation

R 123 of 255 = 48%
G 102 of 255 = 40%
B 86 of 255 = 34%

123
102
86

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

Portions of RGB colors in percentages

R + G + B =
123 + 102 + 86 = 311 (100%)
R 123 of 311 ~ 39.55%
G 102 of 311 ~ 32.8%
B 86 of 311 ~ 27.65%

%39.55
%32.8
%27.65

CMYK color model

#7B6656 color CMYK value is (0,17,30,52).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 30.08%
  • key color value is 51.76%
CMYK:
(0,17,30,52)
C0M17Y30K52 
(0%,17%,30%,52%)
(0.00/0.17/0.30/0.52)	

CMYK percentages

%0
%17.07
%30.08
%51.76

Codes

Color #7B6656 in popluar color models

7B6656
RGB12310286
HSL26°17.70%40.98%
HSB/HSV26°30.08%48.24%
CMYK0.00%17.07%30.08%
51.76%

Color #7B6656 in popluar number systems.

HEX7B6656
Decimal12310286
Binary111101111001101010110
Octal173146126

Shades and tints

Shades of #7B6656

#7B6656
(123,102,86)
#705D4F
(112,93,79)
#655448
(101,84,72)
#5A4B41
(90,75,65)
#4F423A
(79,66,58)
#443933
(68,57,51)
#39302C
(57,48,44)
#2E2725
(46,39,37)
#231E1E
(35,30,30)
#181517
(24,21,23)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #7B6656

#7B6656
(123,102,86)
#877365
(135,115,101)
#938074
(147,128,116)
#9F8D83
(159,141,131)
#AB9A92
(171,154,146)
#B7A7A1
(183,167,161)
#C3B4B0
(195,180,176)
#CFC1BF
(207,193,191)
#DBCECE
(219,206,206)
#E7DBDD
(231,219,221)
#F3E8EC
(243,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6656 color. Also use rgb(123,102,86) instead hex code.

Text Font Color

.myTextColor { color: #7B6656; }

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

This text font color is #7B6656.


Background Color

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

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

This div background color is #7B6656.


Border color

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

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

This div border color is #7B6656.


Opacity

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

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

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

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

This text has shadow with #7B6656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6656 on black background.


Color preview on white background

This text has color #7B6656 on white background.



Black color preview on #7B6656 background

This text has black color on #7B6656 background.


White color preview on #7B6656 background

This text has white color on #7B6656 background.