COLOR #7B5B56

HEX: #7B5B56
RGB: (123,91,86)

Color info

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

RGB color model

#7B5B56 color RGB value is (123,91,86).

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

RGB channels and saturation

R 123 of 255 = 48%
G 91 of 255 = 36%
B 86 of 255 = 34%

123
91
86

R + G + B ~ 39%. #7B5B56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 91 + 86 = 300 (100%)
R 123 of 300 ~ 41%
G 91 of 300 ~ 30.33%
B 86 of 300 ~ 28.67%

%41
%30.33
%28.67

CMYK color model

#7B5B56 color CMYK value is (0,26,30,52).

  • cyan value is 0.00%
  • magenta value is 26.02%
  • yellow value is 30.08%
  • key color value is 51.76%
CMYK:
(0,26,30,52)
C0M26Y30K52 
(0%,26%,30%,52%)
(0.00/0.26/0.30/0.52)	

CMYK percentages

%0
%26.02
%30.08
%51.76

Codes

Color #7B5B56 in popluar color models

7B5B56
RGB1239186
HSL17.70%40.98%
HSB/HSV30.08%48.24%
CMYK0.00%26.02%30.08%
51.76%

Color #7B5B56 in popluar number systems.

HEX7B5B56
Decimal1239186
Binary111101110110111010110
Octal173133126

Shades and tints

Shades of #7B5B56

#7B5B56
(123,91,86)
#70534F
(112,83,79)
#654B48
(101,75,72)
#5A4341
(90,67,65)
#4F3B3A
(79,59,58)
#443333
(68,51,51)
#392B2C
(57,43,44)
#2E2325
(46,35,37)
#231B1E
(35,27,30)
#181317
(24,19,23)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #7B5B56

#7B5B56
(123,91,86)
#876965
(135,105,101)
#937774
(147,119,116)
#9F8583
(159,133,131)
#AB9392
(171,147,146)
#B7A1A1
(183,161,161)
#C3AFB0
(195,175,176)
#CFBDBF
(207,189,191)
#DBCBCE
(219,203,206)
#E7D9DD
(231,217,221)
#F3E7EC
(243,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5B56; }

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

This text font color is #7B5B56.


Background Color

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

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

This div background color is #7B5B56.


Border color

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

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

This div border color is #7B5B56.


Opacity

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

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

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

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

This text has shadow with #7B5B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5B56 on black background.


Color preview on white background

This text has color #7B5B56 on white background.



Black color preview on #7B5B56 background

This text has black color on #7B5B56 background.


White color preview on #7B5B56 background

This text has white color on #7B5B56 background.