COLOR #7B7661

HEX: #7B7661 RGB: (123,118,97)

Color info

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

RGB color model

#7B7661 color RGB value is (123,118,97).

RGB: (123,118,97) (48%, 46%, 38%)

RGB channels and saturation

R 123 of 255 = 48%
G 118 of 255 = 46%
B 97 of 255 = 38%

123
118
97

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

Portions of RGB colors in percentages

R + G + B = 123 + 118 + 97 = 338 (100%)
R 123 of 338 ~ 36.39%
G 118 of 338 ~ 34.91%
B 97 of 338 ~ 28.7'%

%36.39
%34.91
%28.7

CMYK color model

#7B7661 color CMYK value is (0,4,21,52).

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

CMYK: (0,4,21,52)
C0M4Y21K52 (0%, 4%, 21%, 52%)
(0.00 / 0.04 / 0.21 / 0.52)

CMYK percentages

%0
%4.07
%21.14
%51.76

Codes

Color #7B7661 in popluar color models

7B 76 61
RGB 123 118 97
HSL 48° 11.82% 43.14%
HSB/HSV 48° 21.14% 48.24%
CMYK 0.00% 4.07% 21.14%
51.76%

Color #7B7661 in popluar number systems.

HEX 7B 76 61
Decimal 123 118 97
Binary 1111011 1110110 1100001
Octal 173 166 141

Shades and tints

Shades of #7B7661

#7B7661
(123,118,97)
#706C59
(112,108,89)
#656251
(101,98,81)
#5A5849
(90,88,73)
#4F4E41
(79,78,65)
#444439
(68,68,57)
#393A31
(57,58,49)
#2E3029
(46,48,41)
#232621
(35,38,33)
#181C19
(24,28,25)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #7B7661

#7B7661
(123,118,97)
#87826F
(135,130,111)
#938E7D
(147,142,125)
#9F9A8B
(159,154,139)
#ABA699
(171,166,153)
#B7B2A7
(183,178,167)
#C3BEB5
(195,190,181)
#CFCAC3
(207,202,195)
#DBD6D1
(219,214,209)
#E7E2DF
(231,226,223)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7661; }

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

This text font color is #7B7661.

Background Color

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

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

This div background color is #7B7661.

Border color

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

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

This div border color is #7B7661.

Opacity

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

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

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

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

This text has shadow with #7B7661 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7661.

Preview

Color preview on black background

This text has color #7B7661 on black background.


Color preview on white background

This text has color #7B7661 on white background.


Black color preview on #7B7661 background

This text has black color on #7B7661 background.


White color preview on #7B7661 background

This text has white color on #7B7661 background.


Related colors

Complementary color

Complementary color for #hex is #84899E.


I love getcolorcode.com

Triadic colors

1 #617B76 and #76617B with #7B7661 are triadic colors.

2 #61767B and #767B61 with #7B7661 are triadic colors.