COLOR #7B6561

HEX: #7B6561 RGB: (123,101,97)

Color info

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

RGB color model

#7B6561 color RGB value is (123,101,97).

RGB: (123,101,97) (48%, 40%, 38%)

RGB channels and saturation

R 123 of 255 = 48%
G 101 of 255 = 40%
B 97 of 255 = 38%

123
101
97

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

Portions of RGB colors in percentages

R + G + B = 123 + 101 + 97 = 321 (100%)
R 123 of 321 ~ 38.32%
G 101 of 321 ~ 31.46%
B 97 of 321 ~ 30.22'%

%38.32
%31.46
%30.22

CMYK color model

#7B6561 color CMYK value is (0,18,21,52).

  • cyan value is 0.00%
  • magenta value is 17.89%
  • yellow value is 21.14%
  • key color value is 51.76%

CMYK: (0,18,21,52)
C0M18Y21K52 (0%, 18%, 21%, 52%)
(0.00 / 0.18 / 0.21 / 0.52)

CMYK percentages

%0
%17.89
%21.14
%51.76

Codes

Color #7B6561 in popluar color models

7B 65 61
RGB 123 101 97
HSL 11.82% 43.14%
HSB/HSV 21.14% 48.24%
CMYK 0.00% 17.89% 21.14%
51.76%

Color #7B6561 in popluar number systems.

HEX 7B 65 61
Decimal 123 101 97
Binary 1111011 1100101 1100001
Octal 173 145 141

Shades and tints

Shades of #7B6561

#7B6561
(123,101,97)
#705C59
(112,92,89)
#655351
(101,83,81)
#5A4A49
(90,74,73)
#4F4141
(79,65,65)
#443839
(68,56,57)
#392F31
(57,47,49)
#2E2629
(46,38,41)
#231D21
(35,29,33)
#181419
(24,20,25)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #7B6561

#7B6561
(123,101,97)
#87736F
(135,115,111)
#93817D
(147,129,125)
#9F8F8B
(159,143,139)
#AB9D99
(171,157,153)
#B7ABA7
(183,171,167)
#C3B9B5
(195,185,181)
#CFC7C3
(207,199,195)
#DBD5D1
(219,213,209)
#E7E3DF
(231,227,223)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6561 color. Also use rgb(123,101,97) instead hex code.

Text Font Color

.myTextColor { color: #7B6561; }

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

This text font color is #7B6561.

Background Color

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

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

This div background color is #7B6561.

Border color

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

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

This div border color is #7B6561.

Opacity

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

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

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

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

This text has shadow with #7B6561 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B6561.

Preview

Color preview on black background

This text has color #7B6561 on black background.


Color preview on white background

This text has color #7B6561 on white background.


Black color preview on #7B6561 background

This text has black color on #7B6561 background.


White color preview on #7B6561 background

This text has white color on #7B6561 background.


Related colors

Complementary color

Complementary color for #hex is #849A9E.


I love getcolorcode.com

Triadic colors

1 #617B65 and #65617B with #7B6561 are triadic colors.

2 #61657B and #657B61 with #7B6561 are triadic colors.