COLOR #7B7948

HEX: #7B7948 RGB: (123,121,72)

Color info

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

RGB color model

#7B7948 color RGB value is (123,121,72).

RGB: (123,121,72) (48%, 47%, 28%)

RGB channels and saturation

R 123 of 255 = 48%
G 121 of 255 = 47%
B 72 of 255 = 28%

123
121
72

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

Portions of RGB colors in percentages

R + G + B = 123 + 121 + 72 = 316 (100%)
R 123 of 316 ~ 38.92%
G 121 of 316 ~ 38.29%
B 72 of 316 ~ 22.78'%

%38.92
%38.29
%22.78

CMYK color model

#7B7948 color CMYK value is (0,2,41,52).

  • cyan value is 0.00%
  • magenta value is 1.63%
  • yellow value is 41.46%
  • key color value is 51.76%

CMYK: (0,2,41,52)
C0M2Y41K52 (0%, 2%, 41%, 52%)
(0.00 / 0.02 / 0.41 / 0.52)

CMYK percentages

%0
%1.63
%41.46
%51.76

Codes

Color #7B7948 in popluar color models

7B 79 48
RGB 123 121 72
HSL 58° 26.15% 38.24%
HSB/HSV 58° 41.46% 48.24%
CMYK 0.00% 1.63% 41.46%
51.76%

Color #7B7948 in popluar number systems.

HEX 7B 79 48
Decimal 123 121 72
Binary 1111011 1111001 1001000
Octal 173 171 110

Shades and tints

Shades of #7B7948

#7B7948
(123,121,72)
#706E42
(112,110,66)
#65633C
(101,99,60)
#5A5836
(90,88,54)
#4F4D30
(79,77,48)
#44422A
(68,66,42)
#393724
(57,55,36)
#2E2C1E
(46,44,30)
#232118
(35,33,24)
#181612
(24,22,18)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #7B7948

#7B7948
(123,121,72)
#878558
(135,133,88)
#939168
(147,145,104)
#9F9D78
(159,157,120)
#ABA988
(171,169,136)
#B7B598
(183,181,152)
#C3C1A8
(195,193,168)
#CFCDB8
(207,205,184)
#DBD9C8
(219,217,200)
#E7E5D8
(231,229,216)
#F3F1E8
(243,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7948 color. Also use rgb(123,121,72) instead hex code.

Text Font Color

.myTextColor { color: #7B7948; }

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

This text font color is #7B7948.

Background Color

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

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

This div background color is #7B7948.

Border color

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

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

This div border color is #7B7948.

Opacity

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

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

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

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

This text has shadow with #7B7948 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7948.

Preview

Color preview on black background

This text has color #7B7948 on black background.


Color preview on white background

This text has color #7B7948 on white background.


Black color preview on #7B7948 background

This text has black color on #7B7948 background.


White color preview on #7B7948 background

This text has white color on #7B7948 background.


Related colors

Complementary color

Complementary color for #hex is #8486B7.


I love getcolorcode.com

Triadic colors

1 #487B79 and #79487B with #7B7948 are triadic colors.

2 #48797B and #797B48 with #7B7948 are triadic colors.