COLOR #7B4C44

HEX: #7B4C44 RGB: (123,76,68)

Color info

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

RGB color model

#7B4C44 color RGB value is (123,76,68).

RGB: (123,76,68) (48%, 30%, 27%)

RGB channels and saturation

R 123 of 255 = 48%
G 76 of 255 = 30%
B 68 of 255 = 27%

123
76
68

R + G + B ~ 35%. #7B4C44 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 76 + 68 = 267 (100%)
R 123 of 267 ~ 46.07%
G 76 of 267 ~ 28.46%
B 68 of 267 ~ 25.47'%

%46.07
%28.46
%25.47

CMYK color model

#7B4C44 color CMYK value is (0,38,45,52).

  • cyan value is 0.00%
  • magenta value is 38.21%
  • yellow value is 44.72%
  • key color value is 51.76%

CMYK: (0,38,45,52)
C0M38Y45K52 (0%, 38%, 45%, 52%)
(0.00 / 0.38 / 0.45 / 0.52)

CMYK percentages

%0
%38.21
%44.72
%51.76

Codes

Color #7B4C44 in popluar color models

7B 4C 44
RGB 123 76 68
HSL 28.80% 37.45%
HSB/HSV 44.72% 48.24%
CMYK 0.00% 38.21% 44.72%
51.76%

Color #7B4C44 in popluar number systems.

HEX 7B 4C 44
Decimal 123 76 68
Binary 1111011 1001100 1000100
Octal 173 114 104

Shades and tints

Shades of #7B4C44

#7B4C44
(123,76,68)
#70463E
(112,70,62)
#654038
(101,64,56)
#5A3A32
(90,58,50)
#4F342C
(79,52,44)
#442E26
(68,46,38)
#392820
(57,40,32)
#2E221A
(46,34,26)
#231C14
(35,28,20)
#18160E
(24,22,14)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #7B4C44

#7B4C44
(123,76,68)
#875C55
(135,92,85)
#936C66
(147,108,102)
#9F7C77
(159,124,119)
#AB8C88
(171,140,136)
#B79C99
(183,156,153)
#C3ACAA
(195,172,170)
#CFBCBB
(207,188,187)
#DBCCCC
(219,204,204)
#E7DCDD
(231,220,221)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4C44; }

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

This text font color is #7B4C44.

Background Color

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

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

This div background color is #7B4C44.

Border color

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

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

This div border color is #7B4C44.

Opacity

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

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

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

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

This text has shadow with #7B4C44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B4C44.

Preview

Color preview on black background

This text has color #7B4C44 on black background.


Color preview on white background

This text has color #7B4C44 on white background.


Black color preview on #7B4C44 background

This text has black color on #7B4C44 background.


White color preview on #7B4C44 background

This text has white color on #7B4C44 background.


Related colors

Complementary color

Complementary color for #hex is #84B3BB.


I love getcolorcode.com

Triadic colors

1 #447B4C and #4C447B with #7B4C44 are triadic colors.

2 #444C7B and #4C7B44 with #7B4C44 are triadic colors.