COLOR #7B6C5C

HEX: #7B6C5C
RGB: (123,108,92)

Color info

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

RGB color model

#7B6C5C color RGB value is (123,108,92).

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

RGB channels and saturation

R 123 of 255 = 48%
G 108 of 255 = 42%
B 92 of 255 = 36%

123
108
92

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

Portions of RGB colors in percentages

R + G + B =
123 + 108 + 92 = 323 (100%)
R 123 of 323 ~ 38.08%
G 108 of 323 ~ 33.44%
B 92 of 323 ~ 28.48%

%38.08
%33.44
%28.48

CMYK color model

#7B6C5C color CMYK value is (0,12,25,52).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 25.20%
  • key color value is 51.76%
CMYK:
(0,12,25,52)
C0M12Y25K52 
(0%,12%,25%,52%)
(0.00/0.12/0.25/0.52)	

CMYK percentages

%0
%12.2
%25.2
%51.76

Codes

Color #7B6C5C in popluar color models

7B6C5C
RGB12310892
HSL31°14.42%42.16%
HSB/HSV31°25.20%48.24%
CMYK0.00%12.20%25.20%
51.76%

Color #7B6C5C in popluar number systems.

HEX7B6C5C
Decimal12310892
Binary111101111011001011100
Octal173154134

Shades and tints

Shades of #7B6C5C

#7B6C5C
(123,108,92)
#706354
(112,99,84)
#655A4C
(101,90,76)
#5A5144
(90,81,68)
#4F483C
(79,72,60)
#443F34
(68,63,52)
#39362C
(57,54,44)
#2E2D24
(46,45,36)
#23241C
(35,36,28)
#181B14
(24,27,20)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #7B6C5C

#7B6C5C
(123,108,92)
#87796A
(135,121,106)
#938678
(147,134,120)
#9F9386
(159,147,134)
#ABA094
(171,160,148)
#B7ADA2
(183,173,162)
#C3BAB0
(195,186,176)
#CFC7BE
(207,199,190)
#DBD4CC
(219,212,204)
#E7E1DA
(231,225,218)
#F3EEE8
(243,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6C5C; }

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

This text font color is #7B6C5C.


Background Color

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

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

This div background color is #7B6C5C.


Border color

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

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

This div border color is #7B6C5C.


Opacity

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

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

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

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

This text has shadow with #7B6C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6C5C on black background.


Color preview on white background

This text has color #7B6C5C on white background.



Black color preview on #7B6C5C background

This text has black color on #7B6C5C background.


White color preview on #7B6C5C background

This text has white color on #7B6C5C background.