COLOR #7B745B

HEX: #7B745B RGB: (123,116,91)

Color info

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

RGB color model

#7B745B color RGB value is (123,116,91).

RGB: (123,116,91) (48%, 45%, 36%)

RGB channels and saturation

R 123 of 255 = 48%
G 116 of 255 = 45%
B 91 of 255 = 36%

123
116
91

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

Portions of RGB colors in percentages

R + G + B = 123 + 116 + 91 = 330 (100%)
R 123 of 330 ~ 37.27%
G 116 of 330 ~ 35.15%
B 91 of 330 ~ 27.58'%

%37.27
%35.15
%27.58

CMYK color model

#7B745B color CMYK value is (0,6,26,52).

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

CMYK: (0,6,26,52)
C0M6Y26K52 (0%, 6%, 26%, 52%)
(0.00 / 0.06 / 0.26 / 0.52)

CMYK percentages

%0
%5.69
%26.02
%51.76

Codes

Color #7B745B in popluar color models

7B 74 5B
RGB 123 116 91
HSL 47° 14.95% 41.96%
HSB/HSV 47° 26.02% 48.24%
CMYK 0.00% 5.69% 26.02%
51.76%

Color #7B745B in popluar number systems.

HEX 7B 74 5B
Decimal 123 116 91
Binary 1111011 1110100 1011011
Octal 173 164 133

Shades and tints

Shades of #7B745B

#7B745B
(123,116,91)
#706A53
(112,106,83)
#65604B
(101,96,75)
#5A5643
(90,86,67)
#4F4C3B
(79,76,59)
#444233
(68,66,51)
#39382B
(57,56,43)
#2E2E23
(46,46,35)
#23241B
(35,36,27)
#181A13
(24,26,19)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #7B745B

#7B745B
(123,116,91)
#878069
(135,128,105)
#938C77
(147,140,119)
#9F9885
(159,152,133)
#ABA493
(171,164,147)
#B7B0A1
(183,176,161)
#C3BCAF
(195,188,175)
#CFC8BD
(207,200,189)
#DBD4CB
(219,212,203)
#E7E0D9
(231,224,217)
#F3ECE7
(243,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B745B; }

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

This text font color is #7B745B.

Background Color

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

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

This div background color is #7B745B.

Border color

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

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

This div border color is #7B745B.

Opacity

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

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

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

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

This text has shadow with #7B745B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B745B.

Preview

Color preview on black background

This text has color #7B745B on black background.


Color preview on white background

This text has color #7B745B on white background.


Black color preview on #7B745B background

This text has black color on #7B745B background.


White color preview on #7B745B background

This text has white color on #7B745B background.


Related colors

Complementary color

Complementary color for #hex is #848BA4.


I love getcolorcode.com

Triadic colors

1 #5B7B74 and #745B7B with #7B745B are triadic colors.

2 #5B747B and #747B5B with #7B745B are triadic colors.