COLOR #7B7444

HEX: #7B7444 RGB: (123,116,68)

Color info

#7B7444 contains red, green and blue colors in about the same proportion. Web safe color of #7B7444 is #666633 (or #663).

RGB color model

#7B7444 color RGB value is (123,116,68).

RGB: (123,116,68) (48%, 45%, 27%)

RGB channels and saturation

R 123 of 255 = 48%
G 116 of 255 = 45%
B 68 of 255 = 27%

123
116
68

R + G + B ~ 40%. #7B7444 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 123 + 116 + 68 = 307 (100%)
R 123 of 307 ~ 40.07%
G 116 of 307 ~ 37.79%
B 68 of 307 ~ 22.15'%

%40.07
%37.79
%22.15

CMYK color model

#7B7444 color CMYK value is (0,6,45,52).

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

CMYK: (0,6,45,52)
C0M6Y45K52 (0%, 6%, 45%, 52%)
(0.00 / 0.06 / 0.45 / 0.52)

CMYK percentages

%0
%5.69
%44.72
%51.76

Codes

Color #7B7444 in popluar color models

7B 74 44
RGB 123 116 68
HSL 52° 28.80% 37.45%
HSB/HSV 52° 44.72% 48.24%
CMYK 0.00% 5.69% 44.72%
51.76%

Color #7B7444 in popluar number systems.

HEX 7B 74 44
Decimal 123 116 68
Binary 1111011 1110100 1000100
Octal 173 164 104

Shades and tints

Shades of #7B7444

#7B7444
(123,116,68)
#706A3E
(112,106,62)
#656038
(101,96,56)
#5A5632
(90,86,50)
#4F4C2C
(79,76,44)
#444226
(68,66,38)
#393820
(57,56,32)
#2E2E1A
(46,46,26)
#232414
(35,36,20)
#181A0E
(24,26,14)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #7B7444

#7B7444
(123,116,68)
#878055
(135,128,85)
#938C66
(147,140,102)
#9F9877
(159,152,119)
#ABA488
(171,164,136)
#B7B099
(183,176,153)
#C3BCAA
(195,188,170)
#CFC8BB
(207,200,187)
#DBD4CC
(219,212,204)
#E7E0DD
(231,224,221)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7444; }

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

This text font color is #7B7444.

Background Color

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

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

This div background color is #7B7444.

Border color

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

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

This div border color is #7B7444.

Opacity

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

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

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

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

This text has shadow with #7B7444 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7444.

Preview

Color preview on black background

This text has color #7B7444 on black background.


Color preview on white background

This text has color #7B7444 on white background.


Black color preview on #7B7444 background

This text has black color on #7B7444 background.


White color preview on #7B7444 background

This text has white color on #7B7444 background.


Related colors

Complementary color

Complementary color for #hex is #848BBB.


I love getcolorcode.com

Triadic colors

1 #447B74 and #74447B with #7B7444 are triadic colors.

2 #44747B and #747B44 with #7B7444 are triadic colors.