COLOR #7B595E

HEX: #7B595E
RGB: (123,89,94)

Color info

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

RGB color model

#7B595E color RGB value is (123,89,94).

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

RGB channels and saturation

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

123
89
94

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

Portions of RGB colors in percentages

R + G + B =
123 + 89 + 94 = 306 (100%)
R 123 of 306 ~ 40.2%
G 89 of 306 ~ 29.08%
B 94 of 306 ~ 30.72%

%40.2
%29.08
%30.72

CMYK color model

#7B595E color CMYK value is (0,28,24,52).

  • cyan value is 0.00%
  • magenta value is 27.64%
  • yellow value is 23.58%
  • key color value is 51.76%
CMYK:
(0,28,24,52)
C0M28Y24K52 
(0%,28%,24%,52%)
(0.00/0.28/0.24/0.52)	

CMYK percentages

%0
%27.64
%23.58
%51.76

Codes

Color #7B595E in popluar color models

7B595E
RGB1238994
HSL351°16.04%41.57%
HSB/HSV351°27.64%48.24%
CMYK0.00%27.64%23.58%
51.76%

Color #7B595E in popluar number systems.

HEX7B595E
Decimal1238994
Binary111101110110011011110
Octal173131136

Shades and tints

Shades of #7B595E

#7B595E
(123,89,94)
#705156
(112,81,86)
#65494E
(101,73,78)
#5A4146
(90,65,70)
#4F393E
(79,57,62)
#443136
(68,49,54)
#39292E
(57,41,46)
#2E2126
(46,33,38)
#23191E
(35,25,30)
#181116
(24,17,22)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #7B595E

#7B595E
(123,89,94)
#87686C
(135,104,108)
#93777A
(147,119,122)
#9F8688
(159,134,136)
#AB9596
(171,149,150)
#B7A4A4
(183,164,164)
#C3B3B2
(195,179,178)
#CFC2C0
(207,194,192)
#DBD1CE
(219,209,206)
#E7E0DC
(231,224,220)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B595E; }

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

This text font color is #7B595E.


Background Color

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

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

This div background color is #7B595E.


Border color

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

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

This div border color is #7B595E.


Opacity

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

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

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

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

This text has shadow with #7B595E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B595E on black background.


Color preview on white background

This text has color #7B595E on white background.



Black color preview on #7B595E background

This text has black color on #7B595E background.


White color preview on #7B595E background

This text has white color on #7B595E background.