COLOR #7B4B4F

HEX: #7B4B4F
RGB: (123,75,79)

Color info

#7B4B4F contains red, green and blue colors in about the same proportion. Web safe color of #7B4B4F is #663366 (or #636).

RGB color model

#7B4B4F color RGB value is (123,75,79).

  • red value is 123;
  • green value is 75;
  • blue value is 79.
RGB:
(123,75,79)
(48%,29%,31%)

RGB channels and saturation

R 123 of 255 = 48%
G 75 of 255 = 29%
B 79 of 255 = 31%

123
75
79

R + G + B ~ 36%. #7B4B4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 75 + 79 = 277 (100%)
R 123 of 277 ~ 44.4%
G 75 of 277 ~ 27.08%
B 79 of 277 ~ 28.52%

%44.4
%27.08
%28.52

CMYK color model

#7B4B4F color CMYK value is (0,39,36,52).

  • cyan value is 0.00%
  • magenta value is 39.02%
  • yellow value is 35.77%
  • key color value is 51.76%
CMYK:
(0,39,36,52)
C0M39Y36K52 
(0%,39%,36%,52%)
(0.00/0.39/0.36/0.52)	

CMYK percentages

%0
%39.02
%35.77
%51.76

Codes

Color #7B4B4F in popluar color models

7B4B4F
RGB1237579
HSL355°24.24%38.82%
HSB/HSV355°39.02%48.24%
CMYK0.00%39.02%35.77%
51.76%

Color #7B4B4F in popluar number systems.

HEX7B4B4F
Decimal1237579
Binary111101110010111001111
Octal173113117

Shades and tints

Shades of #7B4B4F

#7B4B4F
(123,75,79)
#704548
(112,69,72)
#653F41
(101,63,65)
#5A393A
(90,57,58)
#4F3333
(79,51,51)
#442D2C
(68,45,44)
#392725
(57,39,37)
#2E211E
(46,33,30)
#231B17
(35,27,23)
#181510
(24,21,16)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #7B4B4F

#7B4B4F
(123,75,79)
#875B5F
(135,91,95)
#936B6F
(147,107,111)
#9F7B7F
(159,123,127)
#AB8B8F
(171,139,143)
#B79B9F
(183,155,159)
#C3ABAF
(195,171,175)
#CFBBBF
(207,187,191)
#DBCBCF
(219,203,207)
#E7DBDF
(231,219,223)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4B4F; }

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

This text font color is #7B4B4F.


Background Color

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

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

This div background color is #7B4B4F.


Border color

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

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

This div border color is #7B4B4F.


Opacity

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

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

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

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

This text has shadow with #7B4B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4B4F on black background.


Color preview on white background

This text has color #7B4B4F on white background.



Black color preview on #7B4B4F background

This text has black color on #7B4B4F background.


White color preview on #7B4B4F background

This text has white color on #7B4B4F background.