COLOR #7B6C59

HEX: #7B6C59
RGB: (123,108,89)

Color info

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

RGB color model

#7B6C59 color RGB value is (123,108,89).

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

RGB channels and saturation

R 123 of 255 = 48%
G 108 of 255 = 42%
B 89 of 255 = 35%

123
108
89

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

Portions of RGB colors in percentages

R + G + B =
123 + 108 + 89 = 320 (100%)
R 123 of 320 ~ 38.44%
G 108 of 320 ~ 33.75%
B 89 of 320 ~ 27.81%

%38.44
%33.75
%27.81

CMYK color model

#7B6C59 color CMYK value is (0,12,28,52).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 27.64%
  • key color value is 51.76%
CMYK:
(0,12,28,52)
C0M12Y28K52 
(0%,12%,28%,52%)
(0.00/0.12/0.28/0.52)	

CMYK percentages

%0
%12.2
%27.64
%51.76

Codes

Color #7B6C59 in popluar color models

7B6C59
RGB12310889
HSL34°16.04%41.57%
HSB/HSV34°27.64%48.24%
CMYK0.00%12.20%27.64%
51.76%

Color #7B6C59 in popluar number systems.

HEX7B6C59
Decimal12310889
Binary111101111011001011001
Octal173154131

Shades and tints

Shades of #7B6C59

#7B6C59
(123,108,89)
#706351
(112,99,81)
#655A49
(101,90,73)
#5A5141
(90,81,65)
#4F4839
(79,72,57)
#443F31
(68,63,49)
#393629
(57,54,41)
#2E2D21
(46,45,33)
#232419
(35,36,25)
#181B11
(24,27,17)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #7B6C59

#7B6C59
(123,108,89)
#877968
(135,121,104)
#938677
(147,134,119)
#9F9386
(159,147,134)
#ABA095
(171,160,149)
#B7ADA4
(183,173,164)
#C3BAB3
(195,186,179)
#CFC7C2
(207,199,194)
#DBD4D1
(219,212,209)
#E7E1E0
(231,225,224)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6C59; }

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

This text font color is #7B6C59.


Background Color

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

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

This div background color is #7B6C59.


Border color

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

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

This div border color is #7B6C59.


Opacity

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

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

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

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

This text has shadow with #7B6C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6C59 on black background.


Color preview on white background

This text has color #7B6C59 on white background.



Black color preview on #7B6C59 background

This text has black color on #7B6C59 background.


White color preview on #7B6C59 background

This text has white color on #7B6C59 background.