COLOR #7B4542

HEX: #7B4542 RGB: (123,69,66)

Color info

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

RGB color model

#7B4542 color RGB value is (123,69,66).

RGB: (123,69,66) (48%, 27%, 26%)

RGB channels and saturation

R 123 of 255 = 48%
G 69 of 255 = 27%
B 66 of 255 = 26%

123
69
66

R + G + B ~ 34%. #7B4542 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 69 + 66 = 258 (100%)
R 123 of 258 ~ 47.67%
G 69 of 258 ~ 26.74%
B 66 of 258 ~ 25.58'%

%47.67
%26.74
%25.58

CMYK color model

#7B4542 color CMYK value is (0,44,46,52).

  • cyan value is 0.00%
  • magenta value is 43.90%
  • yellow value is 46.34%
  • key color value is 51.76%

CMYK: (0,44,46,52)
C0M44Y46K52 (0%, 44%, 46%, 52%)
(0.00 / 0.44 / 0.46 / 0.52)

CMYK percentages

%0
%43.9
%46.34
%51.76

Codes

Color #7B4542 in popluar color models

7B 45 42
RGB 123 69 66
HSL 30.16% 37.06%
HSB/HSV 46.34% 48.24%
CMYK 0.00% 43.90% 46.34%
51.76%

Color #7B4542 in popluar number systems.

HEX 7B 45 42
Decimal 123 69 66
Binary 1111011 1000101 1000010
Octal 173 105 102

Shades and tints

Shades of #7B4542

#7B4542
(123,69,66)
#703F3C
(112,63,60)
#653936
(101,57,54)
#5A3330
(90,51,48)
#4F2D2A
(79,45,42)
#442724
(68,39,36)
#39211E
(57,33,30)
#2E1B18
(46,27,24)
#231512
(35,21,18)
#180F0C
(24,15,12)
#0D0906
(13,9,6)
#000000
(0,0,0)

Tints of #7B4542

#7B4542
(123,69,66)
#875553
(135,85,83)
#936564
(147,101,100)
#9F7575
(159,117,117)
#AB8586
(171,133,134)
#B79597
(183,149,151)
#C3A5A8
(195,165,168)
#CFB5B9
(207,181,185)
#DBC5CA
(219,197,202)
#E7D5DB
(231,213,219)
#F3E5EC
(243,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4542; }

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

This text font color is #7B4542.

Background Color

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

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

This div background color is #7B4542.

Border color

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

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

This div border color is #7B4542.

Opacity

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

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

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

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

This text has shadow with #7B4542 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B4542.

Preview

Color preview on black background

This text has color #7B4542 on black background.


Color preview on white background

This text has color #7B4542 on white background.


Black color preview on #7B4542 background

This text has black color on #7B4542 background.


White color preview on #7B4542 background

This text has white color on #7B4542 background.


Related colors

Complementary color

Complementary color for #hex is #84BABD.


I love getcolorcode.com

Triadic colors

1 #427B45 and #45427B with #7B4542 are triadic colors.

2 #42457B and #457B42 with #7B4542 are triadic colors.