COLOR #7B5D4D

HEX: #7B5D4D
RGB: (123,93,77)

Color info

#7B5D4D contains red, green and blue colors in about the same proportion. Web safe color of #7B5D4D is #666633 (or #663).

RGB color model

#7B5D4D color RGB value is (123,93,77).

  • red value is 123;
  • green value is 93;
  • blue value is 77.
RGB:
(123,93,77)
(48%,36%,30%)

RGB channels and saturation

R 123 of 255 = 48%
G 93 of 255 = 36%
B 77 of 255 = 30%

123
93
77

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

Portions of RGB colors in percentages

R + G + B =
123 + 93 + 77 = 293 (100%)
R 123 of 293 ~ 41.98%
G 93 of 293 ~ 31.74%
B 77 of 293 ~ 26.28%

%41.98
%31.74
%26.28

CMYK color model

#7B5D4D color CMYK value is (0,24,37,52).

  • cyan value is 0.00%
  • magenta value is 24.39%
  • yellow value is 37.40%
  • key color value is 51.76%
CMYK:
(0,24,37,52)
C0M24Y37K52 
(0%,24%,37%,52%)
(0.00/0.24/0.37/0.52)	

CMYK percentages

%0
%24.39
%37.4
%51.76

Codes

Color #7B5D4D in popluar color models

7B5D4D
RGB1239377
HSL21°23.00%39.22%
HSB/HSV21°37.40%48.24%
CMYK0.00%24.39%37.40%
51.76%

Color #7B5D4D in popluar number systems.

HEX7B5D4D
Decimal1239377
Binary111101110111011001101
Octal173135115

Shades and tints

Shades of #7B5D4D

#7B5D4D
(123,93,77)
#705546
(112,85,70)
#654D3F
(101,77,63)
#5A4538
(90,69,56)
#4F3D31
(79,61,49)
#44352A
(68,53,42)
#392D23
(57,45,35)
#2E251C
(46,37,28)
#231D15
(35,29,21)
#18150E
(24,21,14)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #7B5D4D

#7B5D4D
(123,93,77)
#876B5D
(135,107,93)
#93796D
(147,121,109)
#9F877D
(159,135,125)
#AB958D
(171,149,141)
#B7A39D
(183,163,157)
#C3B1AD
(195,177,173)
#CFBFBD
(207,191,189)
#DBCDCD
(219,205,205)
#E7DBDD
(231,219,221)
#F3E9ED
(243,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5D4D; }

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

This text font color is #7B5D4D.


Background Color

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

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

This div background color is #7B5D4D.


Border color

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

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

This div border color is #7B5D4D.


Opacity

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

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

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

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

This text has shadow with #7B5D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5D4D on black background.


Color preview on white background

This text has color #7B5D4D on white background.



Black color preview on #7B5D4D background

This text has black color on #7B5D4D background.


White color preview on #7B5D4D background

This text has white color on #7B5D4D background.