COLOR #7B6959

HEX: #7B6959 RGB: (123,105,89)

Color info

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

RGB color model

#7B6959 color RGB value is (123,105,89).

RGB: (123,105,89) (48%, 41%, 35%)

RGB channels and saturation

R 123 of 255 = 48%
G 105 of 255 = 41%
B 89 of 255 = 35%

123
105
89

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

Portions of RGB colors in percentages

R + G + B = 123 + 105 + 89 = 317 (100%)
R 123 of 317 ~ 38.8%
G 105 of 317 ~ 33.12%
B 89 of 317 ~ 28.08'%

%38.8
%33.12
%28.08

CMYK color model

#7B6959 color CMYK value is (0,15,28,52).

  • cyan value is 0.00%
  • magenta value is 14.63%
  • yellow value is 27.64%
  • key color value is 51.76%

CMYK: (0,15,28,52)
C0M15Y28K52 (0%, 15%, 28%, 52%)
(0.00 / 0.15 / 0.28 / 0.52)

CMYK percentages

%0
%14.63
%27.64
%51.76

Codes

Color #7B6959 in popluar color models

7B 69 59
RGB 123 105 89
HSL 28° 16.04% 41.57%
HSB/HSV 28° 27.64% 48.24%
CMYK 0.00% 14.63% 27.64%
51.76%

Color #7B6959 in popluar number systems.

HEX 7B 69 59
Decimal 123 105 89
Binary 1111011 1101001 1011001
Octal 173 151 131

Shades and tints

Shades of #7B6959

#7B6959
(123,105,89)
#706051
(112,96,81)
#655749
(101,87,73)
#5A4E41
(90,78,65)
#4F4539
(79,69,57)
#443C31
(68,60,49)
#393329
(57,51,41)
#2E2A21
(46,42,33)
#232119
(35,33,25)
#181811
(24,24,17)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #7B6959

#7B6959
(123,105,89)
#877668
(135,118,104)
#938377
(147,131,119)
#9F9086
(159,144,134)
#AB9D95
(171,157,149)
#B7AAA4
(183,170,164)
#C3B7B3
(195,183,179)
#CFC4C2
(207,196,194)
#DBD1D1
(219,209,209)
#E7DEE0
(231,222,224)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6959; }

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

This text font color is #7B6959.

Background Color

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

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

This div background color is #7B6959.

Border color

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

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

This div border color is #7B6959.

Opacity

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

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

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

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

This text has shadow with #7B6959 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B6959.

Preview

Color preview on black background

This text has color #7B6959 on black background.


Color preview on white background

This text has color #7B6959 on white background.


Black color preview on #7B6959 background

This text has black color on #7B6959 background.


White color preview on #7B6959 background

This text has white color on #7B6959 background.


Related colors

Complementary color

Complementary color for #hex is #8496A6.


I love getcolorcode.com

Triadic colors

1 #597B69 and #69597B with #7B6959 are triadic colors.

2 #59697B and #697B59 with #7B6959 are triadic colors.