COLOR #7B5E5E

HEX: #7B5E5E
RGB: (123,94,94)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

123
94
94

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

Portions of RGB colors in percentages

R + G + B =
123 + 94 + 94 = 311 (100%)
R 123 of 311 ~ 39.55%
G 94 of 311 ~ 30.23%
B 94 of 311 ~ 30.23%

%39.55
%30.23
%30.23

CMYK color model

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

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

CMYK percentages

%0
%23.58
%23.58
%51.76

Codes

Color #7B5E5E in popluar color models

7B5E5E
RGB1239494
HSL13.36%42.55%
HSB/HSV23.58%48.24%
CMYK0.00%23.58%23.58%
51.76%

Color #7B5E5E in popluar number systems.

HEX7B5E5E
Decimal1239494
Binary111101110111101011110
Octal173136136

Shades and tints

Shades of #7B5E5E

#7B5E5E
(123,94,94)
#705656
(112,86,86)
#654E4E
(101,78,78)
#5A4646
(90,70,70)
#4F3E3E
(79,62,62)
#443636
(68,54,54)
#392E2E
(57,46,46)
#2E2626
(46,38,38)
#231E1E
(35,30,30)
#181616
(24,22,22)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #7B5E5E

#7B5E5E
(123,94,94)
#876C6C
(135,108,108)
#937A7A
(147,122,122)
#9F8888
(159,136,136)
#AB9696
(171,150,150)
#B7A4A4
(183,164,164)
#C3B2B2
(195,178,178)
#CFC0C0
(207,192,192)
#DBCECE
(219,206,206)
#E7DCDC
(231,220,220)
#F3EAEA
(243,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5E5E; }

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

This text font color is #7B5E5E.


Background Color

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

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

This div background color is #7B5E5E.


Border color

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

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

This div border color is #7B5E5E.


Opacity

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

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

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

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

This text has shadow with #7B5E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5E5E on black background.


Color preview on white background

This text has color #7B5E5E on white background.



Black color preview on #7B5E5E background

This text has black color on #7B5E5E background.


White color preview on #7B5E5E background

This text has white color on #7B5E5E background.