COLOR #7B4D4A

HEX: #7B4D4A
RGB: (123,77,74)

Color info

#7B4D4A contains red, green and blue colors in about the same proportion. Web safe color of #7B4D4A is #663333 (or #633).

RGB color model

#7B4D4A color RGB value is (123,77,74).

  • red value is 123;
  • green value is 77;
  • blue value is 74.
RGB:
(123,77,74)
(48%,30%,29%)

RGB channels and saturation

R 123 of 255 = 48%
G 77 of 255 = 30%
B 74 of 255 = 29%

123
77
74

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

Portions of RGB colors in percentages

R + G + B =
123 + 77 + 74 = 274 (100%)
R 123 of 274 ~ 44.89%
G 77 of 274 ~ 28.1%
B 74 of 274 ~ 27.01%

%44.89
%28.1
%27.01

CMYK color model

#7B4D4A color CMYK value is (0,37,40,52).

  • cyan value is 0.00%
  • magenta value is 37.40%
  • yellow value is 39.84%
  • key color value is 51.76%
CMYK:
(0,37,40,52)
C0M37Y40K52 
(0%,37%,40%,52%)
(0.00/0.37/0.40/0.52)	

CMYK percentages

%0
%37.4
%39.84
%51.76

Codes

Color #7B4D4A in popluar color models

7B4D4A
RGB1237774
HSL24.87%38.63%
HSB/HSV39.84%48.24%
CMYK0.00%37.40%39.84%
51.76%

Color #7B4D4A in popluar number systems.

HEX7B4D4A
Decimal1237774
Binary111101110011011001010
Octal173115112

Shades and tints

Shades of #7B4D4A

#7B4D4A
(123,77,74)
#704644
(112,70,68)
#653F3E
(101,63,62)
#5A3838
(90,56,56)
#4F3132
(79,49,50)
#442A2C
(68,42,44)
#392326
(57,35,38)
#2E1C20
(46,28,32)
#23151A
(35,21,26)
#180E14
(24,14,20)
#0D070E
(13,7,14)
#000000
(0,0,0)

Tints of #7B4D4A

#7B4D4A
(123,77,74)
#875D5A
(135,93,90)
#936D6A
(147,109,106)
#9F7D7A
(159,125,122)
#AB8D8A
(171,141,138)
#B79D9A
(183,157,154)
#C3ADAA
(195,173,170)
#CFBDBA
(207,189,186)
#DBCDCA
(219,205,202)
#E7DDDA
(231,221,218)
#F3EDEA
(243,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4D4A; }

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

This text font color is #7B4D4A.


Background Color

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

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

This div background color is #7B4D4A.


Border color

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

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

This div border color is #7B4D4A.


Opacity

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

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

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

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

This text has shadow with #7B4D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4D4A on black background.


Color preview on white background

This text has color #7B4D4A on white background.



Black color preview on #7B4D4A background

This text has black color on #7B4D4A background.


White color preview on #7B4D4A background

This text has white color on #7B4D4A background.