COLOR #7B6C5F

HEX: #7B6C5F
RGB: (123,108,95)

Color info

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

RGB color model

#7B6C5F color RGB value is (123,108,95).

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

RGB channels and saturation

R 123 of 255 = 48%
G 108 of 255 = 42%
B 95 of 255 = 37%

123
108
95

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

Portions of RGB colors in percentages

R + G + B =
123 + 108 + 95 = 326 (100%)
R 123 of 326 ~ 37.73%
G 108 of 326 ~ 33.13%
B 95 of 326 ~ 29.14%

%37.73
%33.13
%29.14

CMYK color model

#7B6C5F color CMYK value is (0,12,23,52).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 22.76%
  • key color value is 51.76%
CMYK:
(0,12,23,52)
C0M12Y23K52 
(0%,12%,23%,52%)
(0.00/0.12/0.23/0.52)	

CMYK percentages

%0
%12.2
%22.76
%51.76

Codes

Color #7B6C5F in popluar color models

7B6C5F
RGB12310895
HSL28°12.84%42.75%
HSB/HSV28°22.76%48.24%
CMYK0.00%12.20%22.76%
51.76%

Color #7B6C5F in popluar number systems.

HEX7B6C5F
Decimal12310895
Binary111101111011001011111
Octal173154137

Shades and tints

Shades of #7B6C5F

#7B6C5F
(123,108,95)
#706357
(112,99,87)
#655A4F
(101,90,79)
#5A5147
(90,81,71)
#4F483F
(79,72,63)
#443F37
(68,63,55)
#39362F
(57,54,47)
#2E2D27
(46,45,39)
#23241F
(35,36,31)
#181B17
(24,27,23)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #7B6C5F

#7B6C5F
(123,108,95)
#87796D
(135,121,109)
#93867B
(147,134,123)
#9F9389
(159,147,137)
#ABA097
(171,160,151)
#B7ADA5
(183,173,165)
#C3BAB3
(195,186,179)
#CFC7C1
(207,199,193)
#DBD4CF
(219,212,207)
#E7E1DD
(231,225,221)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6C5F; }

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

This text font color is #7B6C5F.


Background Color

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

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

This div background color is #7B6C5F.


Border color

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

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

This div border color is #7B6C5F.


Opacity

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

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

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

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

This text has shadow with #7B6C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6C5F on black background.


Color preview on white background

This text has color #7B6C5F on white background.



Black color preview on #7B6C5F background

This text has black color on #7B6C5F background.


White color preview on #7B6C5F background

This text has white color on #7B6C5F background.