COLOR #7B6D5B

HEX: #7B6D5B RGB: (123,109,91)

Color info

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

RGB color model

#7B6D5B color RGB value is (123,109,91).

RGB: (123,109,91) (48%, 43%, 36%)

RGB channels and saturation

R 123 of 255 = 48%
G 109 of 255 = 43%
B 91 of 255 = 36%

123
109
91

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

Portions of RGB colors in percentages

R + G + B = 123 + 109 + 91 = 323 (100%)
R 123 of 323 ~ 38.08%
G 109 of 323 ~ 33.75%
B 91 of 323 ~ 28.17'%

%38.08
%33.75
%28.17

CMYK color model

#7B6D5B color CMYK value is (0,11,26,52).

  • cyan value is 0.00%
  • magenta value is 11.38%
  • yellow value is 26.02%
  • key color value is 51.76%

CMYK: (0,11,26,52)
C0M11Y26K52 (0%, 11%, 26%, 52%)
(0.00 / 0.11 / 0.26 / 0.52)

CMYK percentages

%0
%11.38
%26.02
%51.76

Codes

Color #7B6D5B in popluar color models

7B 6D 5B
RGB 123 109 91
HSL 34° 14.95% 41.96%
HSB/HSV 34° 26.02% 48.24%
CMYK 0.00% 11.38% 26.02%
51.76%

Color #7B6D5B in popluar number systems.

HEX 7B 6D 5B
Decimal 123 109 91
Binary 1111011 1101101 1011011
Octal 173 155 133

Shades and tints

Shades of #7B6D5B

#7B6D5B
(123,109,91)
#706453
(112,100,83)
#655B4B
(101,91,75)
#5A5243
(90,82,67)
#4F493B
(79,73,59)
#444033
(68,64,51)
#39372B
(57,55,43)
#2E2E23
(46,46,35)
#23251B
(35,37,27)
#181C13
(24,28,19)
#0D130B
(13,19,11)
#000000
(0,0,0)

Tints of #7B6D5B

#7B6D5B
(123,109,91)
#877A69
(135,122,105)
#938777
(147,135,119)
#9F9485
(159,148,133)
#ABA193
(171,161,147)
#B7AEA1
(183,174,161)
#C3BBAF
(195,187,175)
#CFC8BD
(207,200,189)
#DBD5CB
(219,213,203)
#E7E2D9
(231,226,217)
#F3EFE7
(243,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6D5B color. Also use rgb(123,109,91) instead hex code.

Text Font Color

.myTextColor { color: #7B6D5B; }

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

This text font color is #7B6D5B.

Background Color

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

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

This div background color is #7B6D5B.

Border color

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

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

This div border color is #7B6D5B.

Opacity

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

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

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

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

This text has shadow with #7B6D5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B6D5B.

Preview

Color preview on black background

This text has color #7B6D5B on black background.


Color preview on white background

This text has color #7B6D5B on white background.


Black color preview on #7B6D5B background

This text has black color on #7B6D5B background.


White color preview on #7B6D5B background

This text has white color on #7B6D5B background.


Related colors

Complementary color

Complementary color for #hex is #8492A4.


I love getcolorcode.com

Triadic colors

1 #5B7B6D and #6D5B7B with #7B6D5B are triadic colors.

2 #5B6D7B and #6D7B5B with #7B6D5B are triadic colors.