COLOR #7B6964

HEX: #7B6964 RGB: (123,105,100)

Color info

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

RGB color model

#7B6964 color RGB value is (123,105,100).

RGB: (123,105,100) (48%, 41%, 39%)

RGB channels and saturation

R 123 of 255 = 48%
G 105 of 255 = 41%
B 100 of 255 = 39%

123
105
100

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

Portions of RGB colors in percentages

R + G + B = 123 + 105 + 100 = 328 (100%)
R 123 of 328 ~ 37.5%
G 105 of 328 ~ 32.01%
B 100 of 328 ~ 30.49'%

%37.5
%32.01
%30.49

CMYK color model

#7B6964 color CMYK value is (0,15,19,52).

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

CMYK: (0,15,19,52)
C0M15Y19K52 (0%, 15%, 19%, 52%)
(0.00 / 0.15 / 0.19 / 0.52)

CMYK percentages

%0
%14.63
%18.7
%51.76

Codes

Color #7B6964 in popluar color models

7B 69 64
RGB 123 105 100
HSL 13° 10.31% 43.73%
HSB/HSV 13° 18.70% 48.24%
CMYK 0.00% 14.63% 18.70%
51.76%

Color #7B6964 in popluar number systems.

HEX 7B 69 64
Decimal 123 105 100
Binary 1111011 1101001 1100100
Octal 173 151 144

Shades and tints

Shades of #7B6964

#7B6964
(123,105,100)
#70605B
(112,96,91)
#655752
(101,87,82)
#5A4E49
(90,78,73)
#4F4540
(79,69,64)
#443C37
(68,60,55)
#39332E
(57,51,46)
#2E2A25
(46,42,37)
#23211C
(35,33,28)
#181813
(24,24,19)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #7B6964

#7B6964
(123,105,100)
#877672
(135,118,114)
#938380
(147,131,128)
#9F908E
(159,144,142)
#AB9D9C
(171,157,156)
#B7AAAA
(183,170,170)
#C3B7B8
(195,183,184)
#CFC4C6
(207,196,198)
#DBD1D4
(219,209,212)
#E7DEE2
(231,222,226)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6964; }

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

This text font color is #7B6964.

Background Color

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

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

This div background color is #7B6964.

Border color

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

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

This div border color is #7B6964.

Opacity

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

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

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

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

This text has shadow with #7B6964 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B6964.

Preview

Color preview on black background

This text has color #7B6964 on black background.


Color preview on white background

This text has color #7B6964 on white background.


Black color preview on #7B6964 background

This text has black color on #7B6964 background.


White color preview on #7B6964 background

This text has white color on #7B6964 background.


Related colors

Complementary color

Complementary color for #hex is #84969B.


I love getcolorcode.com

Triadic colors

1 #647B69 and #69647B with #7B6964 are triadic colors.

2 #64697B and #697B64 with #7B6964 are triadic colors.