COLOR #7B5B5F

HEX: #7B5B5F
RGB: (123,91,95)

Color info

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

RGB color model

#7B5B5F color RGB value is (123,91,95).

  • red value is 123;
  • green value is 91;
  • blue value is 95.
RGB:
(123,91,95)
(48%,36%,37%)

RGB channels and saturation

R 123 of 255 = 48%
G 91 of 255 = 36%
B 95 of 255 = 37%

123
91
95

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

Portions of RGB colors in percentages

R + G + B =
123 + 91 + 95 = 309 (100%)
R 123 of 309 ~ 39.81%
G 91 of 309 ~ 29.45%
B 95 of 309 ~ 30.74%

%39.81
%29.45
%30.74

CMYK color model

#7B5B5F color CMYK value is (0,26,23,52).

  • cyan value is 0.00%
  • magenta value is 26.02%
  • yellow value is 22.76%
  • key color value is 51.76%
CMYK:
(0,26,23,52)
C0M26Y23K52 
(0%,26%,23%,52%)
(0.00/0.26/0.23/0.52)	

CMYK percentages

%0
%26.02
%22.76
%51.76

Codes

Color #7B5B5F in popluar color models

7B5B5F
RGB1239195
HSL353°14.95%41.96%
HSB/HSV353°26.02%48.24%
CMYK0.00%26.02%22.76%
51.76%

Color #7B5B5F in popluar number systems.

HEX7B5B5F
Decimal1239195
Binary111101110110111011111
Octal173133137

Shades and tints

Shades of #7B5B5F

#7B5B5F
(123,91,95)
#705357
(112,83,87)
#654B4F
(101,75,79)
#5A4347
(90,67,71)
#4F3B3F
(79,59,63)
#443337
(68,51,55)
#392B2F
(57,43,47)
#2E2327
(46,35,39)
#231B1F
(35,27,31)
#181317
(24,19,23)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #7B5B5F

#7B5B5F
(123,91,95)
#87696D
(135,105,109)
#93777B
(147,119,123)
#9F8589
(159,133,137)
#AB9397
(171,147,151)
#B7A1A5
(183,161,165)
#C3AFB3
(195,175,179)
#CFBDC1
(207,189,193)
#DBCBCF
(219,203,207)
#E7D9DD
(231,217,221)
#F3E7EB
(243,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5B5F; }

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

This text font color is #7B5B5F.


Background Color

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

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

This div background color is #7B5B5F.


Border color

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

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

This div border color is #7B5B5F.


Opacity

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

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

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

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

This text has shadow with #7B5B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5B5F on black background.


Color preview on white background

This text has color #7B5B5F on white background.



Black color preview on #7B5B5F background

This text has black color on #7B5B5F background.


White color preview on #7B5B5F background

This text has white color on #7B5B5F background.