COLOR #7B6124

HEX: #7B6124 RGB: (123,97,36)

Color info

#7B6124 contains mainly red and green colors. Web safe color of #7B6124 is #666633 (or #663).

RGB color model

#7B6124 color RGB value is (123,97,36).

RGB: (123,97,36) (48%, 38%, 14%)

RGB channels and saturation

R 123 of 255 = 48%
G 97 of 255 = 38%
B 36 of 255 = 14%

123
97
36

R + G + B ~ 33%. #7B6124 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 97 + 36 = 256 (100%)
R 123 of 256 ~ 48.05%
G 97 of 256 ~ 37.89%
B 36 of 256 ~ 14.06'%

%48.05
%37.89
%14.06

CMYK color model

#7B6124 color CMYK value is (0,21,71,52).

  • cyan value is 0.00%
  • magenta value is 21.14%
  • yellow value is 70.73%
  • key color value is 51.76%

CMYK: (0,21,71,52)
C0M21Y71K52 (0%, 21%, 71%, 52%)
(0.00 / 0.21 / 0.71 / 0.52)

CMYK percentages

%0
%21.14
%70.73
%51.76

Codes

Color #7B6124 in popluar color models

7B 61 24
RGB 123 97 36
HSL 42° 54.72% 31.18%
HSB/HSV 42° 70.73% 48.24%
CMYK 0.00% 21.14% 70.73%
51.76%

Color #7B6124 in popluar number systems.

HEX 7B 61 24
Decimal 123 97 36
Binary 1111011 1100001 100100
Octal 173 141 44

Shades and tints

Shades of #7B6124

#7B6124
(123,97,36)
#705921
(112,89,33)
#65511E
(101,81,30)
#5A491B
(90,73,27)
#4F4118
(79,65,24)
#443915
(68,57,21)
#393112
(57,49,18)
#2E290F
(46,41,15)
#23210C
(35,33,12)
#181909
(24,25,9)
#0D1106
(13,17,6)
#000000
(0,0,0)

Tints of #7B6124

#7B6124
(123,97,36)
#876F37
(135,111,55)
#937D4A
(147,125,74)
#9F8B5D
(159,139,93)
#AB9970
(171,153,112)
#B7A783
(183,167,131)
#C3B596
(195,181,150)
#CFC3A9
(207,195,169)
#DBD1BC
(219,209,188)
#E7DFCF
(231,223,207)
#F3EDE2
(243,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6124 color. Also use rgb(123,97,36) instead hex code.

Text Font Color

.myTextColor { color: #7B6124; }

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

This text font color is #7B6124.

Background Color

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

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

This div background color is #7B6124.

Border color

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

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

This div border color is #7B6124.

Opacity

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

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

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

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

This text has shadow with #7B6124 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B6124.

Preview

Color preview on black background

This text has color #7B6124 on black background.


Color preview on white background

This text has color #7B6124 on white background.


Black color preview on #7B6124 background

This text has black color on #7B6124 background.


White color preview on #7B6124 background

This text has white color on #7B6124 background.


Related colors

Complementary color

Complementary color for #hex is #849EDB.


I love getcolorcode.com

Triadic colors

1 #247B61 and #61247B with #7B6124 are triadic colors.

2 #24617B and #617B24 with #7B6124 are triadic colors.