COLOR #7B6C51

HEX: #7B6C51
RGB: (123,108,81)

Color info

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

RGB color model

#7B6C51 color RGB value is (123,108,81).

  • red value is 123;
  • green value is 108;
  • blue value is 81.
RGB:
(123,108,81)
(48%,42%,32%)

RGB channels and saturation

R 123 of 255 = 48%
G 108 of 255 = 42%
B 81 of 255 = 32%

123
108
81

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

Portions of RGB colors in percentages

R + G + B =
123 + 108 + 81 = 312 (100%)
R 123 of 312 ~ 39.42%
G 108 of 312 ~ 34.62%
B 81 of 312 ~ 25.96%

%39.42
%34.62
%25.96

CMYK color model

#7B6C51 color CMYK value is (0,12,34,52).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 34.15%
  • key color value is 51.76%
CMYK:
(0,12,34,52)
C0M12Y34K52 
(0%,12%,34%,52%)
(0.00/0.12/0.34/0.52)	

CMYK percentages

%0
%12.2
%34.15
%51.76

Codes

Color #7B6C51 in popluar color models

7B6C51
RGB12310881
HSL39°20.59%40.00%
HSB/HSV39°34.15%48.24%
CMYK0.00%12.20%34.15%
51.76%

Color #7B6C51 in popluar number systems.

HEX7B6C51
Decimal12310881
Binary111101111011001010001
Octal173154121

Shades and tints

Shades of #7B6C51

#7B6C51
(123,108,81)
#70634A
(112,99,74)
#655A43
(101,90,67)
#5A513C
(90,81,60)
#4F4835
(79,72,53)
#443F2E
(68,63,46)
#393627
(57,54,39)
#2E2D20
(46,45,32)
#232419
(35,36,25)
#181B12
(24,27,18)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #7B6C51

#7B6C51
(123,108,81)
#877960
(135,121,96)
#93866F
(147,134,111)
#9F937E
(159,147,126)
#ABA08D
(171,160,141)
#B7AD9C
(183,173,156)
#C3BAAB
(195,186,171)
#CFC7BA
(207,199,186)
#DBD4C9
(219,212,201)
#E7E1D8
(231,225,216)
#F3EEE7
(243,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6C51 color. Also use rgb(123,108,81) instead hex code.

Text Font Color

.myTextColor { color: #7B6C51; }

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

This text font color is #7B6C51.


Background Color

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

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

This div background color is #7B6C51.


Border color

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

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

This div border color is #7B6C51.


Opacity

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

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

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

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

This text has shadow with #7B6C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6C51 on black background.


Color preview on white background

This text has color #7B6C51 on white background.



Black color preview on #7B6C51 background

This text has black color on #7B6C51 background.


White color preview on #7B6C51 background

This text has white color on #7B6C51 background.