COLOR #7B5A5B

HEX: #7B5A5B
RGB: (123,90,91)

Color info

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

RGB color model

#7B5A5B color RGB value is (123,90,91).

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

RGB channels and saturation

R 123 of 255 = 48%
G 90 of 255 = 35%
B 91 of 255 = 36%

123
90
91

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

Portions of RGB colors in percentages

R + G + B =
123 + 90 + 91 = 304 (100%)
R 123 of 304 ~ 40.46%
G 90 of 304 ~ 29.61%
B 91 of 304 ~ 29.93%

%40.46
%29.61
%29.93

CMYK color model

#7B5A5B color CMYK value is (0,27,26,52).

  • cyan value is 0.00%
  • magenta value is 26.83%
  • yellow value is 26.02%
  • key color value is 51.76%
CMYK:
(0,27,26,52)
C0M27Y26K52 
(0%,27%,26%,52%)
(0.00/0.27/0.26/0.52)	

CMYK percentages

%0
%26.83
%26.02
%51.76

Codes

Color #7B5A5B in popluar color models

7B5A5B
RGB1239091
HSL358°15.49%41.76%
HSB/HSV358°26.83%48.24%
CMYK0.00%26.83%26.02%
51.76%

Color #7B5A5B in popluar number systems.

HEX7B5A5B
Decimal1239091
Binary111101110110101011011
Octal173132133

Shades and tints

Shades of #7B5A5B

#7B5A5B
(123,90,91)
#705253
(112,82,83)
#654A4B
(101,74,75)
#5A4243
(90,66,67)
#4F3A3B
(79,58,59)
#443233
(68,50,51)
#392A2B
(57,42,43)
#2E2223
(46,34,35)
#231A1B
(35,26,27)
#181213
(24,18,19)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #7B5A5B

#7B5A5B
(123,90,91)
#876969
(135,105,105)
#937877
(147,120,119)
#9F8785
(159,135,133)
#AB9693
(171,150,147)
#B7A5A1
(183,165,161)
#C3B4AF
(195,180,175)
#CFC3BD
(207,195,189)
#DBD2CB
(219,210,203)
#E7E1D9
(231,225,217)
#F3F0E7
(243,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5A5B; }

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

This text font color is #7B5A5B.


Background Color

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

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

This div background color is #7B5A5B.


Border color

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

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

This div border color is #7B5A5B.


Opacity

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

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

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

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

This text has shadow with #7B5A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5A5B on black background.


Color preview on white background

This text has color #7B5A5B on white background.



Black color preview on #7B5A5B background

This text has black color on #7B5A5B background.


White color preview on #7B5A5B background

This text has white color on #7B5A5B background.