COLOR #7B5A5E

HEX: #7B5A5E
RGB: (123,90,94)

Color info

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

RGB color model

#7B5A5E color RGB value is (123,90,94).

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

RGB channels and saturation

R 123 of 255 = 48%
G 90 of 255 = 35%
B 94 of 255 = 37%

123
90
94

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

Portions of RGB colors in percentages

R + G + B =
123 + 90 + 94 = 307 (100%)
R 123 of 307 ~ 40.07%
G 90 of 307 ~ 29.32%
B 94 of 307 ~ 30.62%

%40.07
%29.32
%30.62

CMYK color model

#7B5A5E color CMYK value is (0,27,24,52).

  • cyan value is 0.00%
  • magenta value is 26.83%
  • yellow value is 23.58%
  • key color value is 51.76%
CMYK:
(0,27,24,52)
C0M27Y24K52 
(0%,27%,24%,52%)
(0.00/0.27/0.24/0.52)	

CMYK percentages

%0
%26.83
%23.58
%51.76

Codes

Color #7B5A5E in popluar color models

7B5A5E
RGB1239094
HSL353°15.49%41.76%
HSB/HSV353°26.83%48.24%
CMYK0.00%26.83%23.58%
51.76%

Color #7B5A5E in popluar number systems.

HEX7B5A5E
Decimal1239094
Binary111101110110101011110
Octal173132136

Shades and tints

Shades of #7B5A5E

#7B5A5E
(123,90,94)
#705256
(112,82,86)
#654A4E
(101,74,78)
#5A4246
(90,66,70)
#4F3A3E
(79,58,62)
#443236
(68,50,54)
#392A2E
(57,42,46)
#2E2226
(46,34,38)
#231A1E
(35,26,30)
#181216
(24,18,22)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #7B5A5E

#7B5A5E
(123,90,94)
#87696C
(135,105,108)
#93787A
(147,120,122)
#9F8788
(159,135,136)
#AB9696
(171,150,150)
#B7A5A4
(183,165,164)
#C3B4B2
(195,180,178)
#CFC3C0
(207,195,192)
#DBD2CE
(219,210,206)
#E7E1DC
(231,225,220)
#F3F0EA
(243,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5A5E; }

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

This text font color is #7B5A5E.


Background Color

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

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

This div background color is #7B5A5E.


Border color

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

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

This div border color is #7B5A5E.


Opacity

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

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

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

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

This text has shadow with #7B5A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5A5E on black background.


Color preview on white background

This text has color #7B5A5E on white background.



Black color preview on #7B5A5E background

This text has black color on #7B5A5E background.


White color preview on #7B5A5E background

This text has white color on #7B5A5E background.