COLOR #7B5B5D

HEX: #7B5B5D
RGB: (123,91,93)

Color info

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

RGB color model

#7B5B5D color RGB value is (123,91,93).

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

RGB channels and saturation

R 123 of 255 = 48%
G 91 of 255 = 36%
B 93 of 255 = 36%

123
91
93

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

Portions of RGB colors in percentages

R + G + B =
123 + 91 + 93 = 307 (100%)
R 123 of 307 ~ 40.07%
G 91 of 307 ~ 29.64%
B 93 of 307 ~ 30.29%

%40.07
%29.64
%30.29

CMYK color model

#7B5B5D color CMYK value is (0,26,24,52).

  • cyan value is 0.00%
  • magenta value is 26.02%
  • yellow value is 24.39%
  • key color value is 51.76%
CMYK:
(0,26,24,52)
C0M26Y24K52 
(0%,26%,24%,52%)
(0.00/0.26/0.24/0.52)	

CMYK percentages

%0
%26.02
%24.39
%51.76

Codes

Color #7B5B5D in popluar color models

7B5B5D
RGB1239193
HSL356°14.95%41.96%
HSB/HSV356°26.02%48.24%
CMYK0.00%26.02%24.39%
51.76%

Color #7B5B5D in popluar number systems.

HEX7B5B5D
Decimal1239193
Binary111101110110111011101
Octal173133135

Shades and tints

Shades of #7B5B5D

#7B5B5D
(123,91,93)
#705355
(112,83,85)
#654B4D
(101,75,77)
#5A4345
(90,67,69)
#4F3B3D
(79,59,61)
#443335
(68,51,53)
#392B2D
(57,43,45)
#2E2325
(46,35,37)
#231B1D
(35,27,29)
#181315
(24,19,21)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #7B5B5D

#7B5B5D
(123,91,93)
#87696B
(135,105,107)
#937779
(147,119,121)
#9F8587
(159,133,135)
#AB9395
(171,147,149)
#B7A1A3
(183,161,163)
#C3AFB1
(195,175,177)
#CFBDBF
(207,189,191)
#DBCBCD
(219,203,205)
#E7D9DB
(231,217,219)
#F3E7E9
(243,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5B5D; }

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

This text font color is #7B5B5D.


Background Color

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

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

This div background color is #7B5B5D.


Border color

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

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

This div border color is #7B5B5D.


Opacity

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

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

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

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

This text has shadow with #7B5B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5B5D on black background.


Color preview on white background

This text has color #7B5B5D on white background.



Black color preview on #7B5B5D background

This text has black color on #7B5B5D background.


White color preview on #7B5B5D background

This text has white color on #7B5B5D background.