COLOR #7B5D4F

HEX: #7B5D4F RGB: (123,93,79)

Color info

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

RGB color model

#7B5D4F color RGB value is (123,93,79).

RGB: (123,93,79) (48%, 36%, 31%)

RGB channels and saturation

R 123 of 255 = 48%
G 93 of 255 = 36%
B 79 of 255 = 31%

123
93
79

R + G + B ~ 38%. #7B5D4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 93 + 79 = 295 (100%)
R 123 of 295 ~ 41.69%
G 93 of 295 ~ 31.53%
B 79 of 295 ~ 26.78'%

%41.69
%31.53
%26.78

CMYK color model

#7B5D4F color CMYK value is (0,24,36,52).

  • cyan value is 0.00%
  • magenta value is 24.39%
  • yellow value is 35.77%
  • key color value is 51.76%

CMYK: (0,24,36,52)
C0M24Y36K52 (0%, 24%, 36%, 52%)
(0.00 / 0.24 / 0.36 / 0.52)

CMYK percentages

%0
%24.39
%35.77
%51.76

Codes

Color #7B5D4F in popluar color models

7B 5D 4F
RGB 123 93 79
HSL 19° 21.78% 39.61%
HSB/HSV 19° 35.77% 48.24%
CMYK 0.00% 24.39% 35.77%
51.76%

Color #7B5D4F in popluar number systems.

HEX 7B 5D 4F
Decimal 123 93 79
Binary 1111011 1011101 1001111
Octal 173 135 117

Shades and tints

Shades of #7B5D4F

#7B5D4F
(123,93,79)
#705548
(112,85,72)
#654D41
(101,77,65)
#5A453A
(90,69,58)
#4F3D33
(79,61,51)
#44352C
(68,53,44)
#392D25
(57,45,37)
#2E251E
(46,37,30)
#231D17
(35,29,23)
#181510
(24,21,16)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #7B5D4F

#7B5D4F
(123,93,79)
#876B5F
(135,107,95)
#93796F
(147,121,111)
#9F877F
(159,135,127)
#AB958F
(171,149,143)
#B7A39F
(183,163,159)
#C3B1AF
(195,177,175)
#CFBFBF
(207,191,191)
#DBCDCF
(219,205,207)
#E7DBDF
(231,219,223)
#F3E9EF
(243,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5D4F color. Also use rgb(123,93,79) instead hex code.

Text Font Color

.myTextColor { color: #7B5D4F; }

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

This text font color is #7B5D4F.

Background Color

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

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

This div background color is #7B5D4F.

Border color

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

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

This div border color is #7B5D4F.

Opacity

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

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

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

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

This text has shadow with #7B5D4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B5D4F.

Preview

Color preview on black background

This text has color #7B5D4F on black background.


Color preview on white background

This text has color #7B5D4F on white background.


Black color preview on #7B5D4F background

This text has black color on #7B5D4F background.


White color preview on #7B5D4F background

This text has white color on #7B5D4F background.


Related colors

Complementary color

Complementary color for #hex is #84A2B0.


I love getcolorcode.com

Triadic colors

1 #4F7B5D and #5D4F7B with #7B5D4F are triadic colors.

2 #4F5D7B and #5D7B4F with #7B5D4F are triadic colors.