COLOR #7B6C3E

HEX: #7B6C3E
RGB: (123,108,62)

Color info

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

RGB color model

#7B6C3E color RGB value is (123,108,62).

  • red value is 123;
  • green value is 108;
  • blue value is 62.
RGB:
(123,108,62)
(48%,42%,24%)

RGB channels and saturation

R 123 of 255 = 48%
G 108 of 255 = 42%
B 62 of 255 = 24%

123
108
62

R + G + B ~ 38%. #7B6C3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 108 + 62 = 293 (100%)
R 123 of 293 ~ 41.98%
G 108 of 293 ~ 36.86%
B 62 of 293 ~ 21.16%

%41.98
%36.86
%21.16

CMYK color model

#7B6C3E color CMYK value is (0,12,50,52).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 49.59%
  • key color value is 51.76%
CMYK:
(0,12,50,52)
C0M12Y50K52 
(0%,12%,50%,52%)
(0.00/0.12/0.50/0.52)	

CMYK percentages

%0
%12.2
%49.59
%51.76

Codes

Color #7B6C3E in popluar color models

7B6C3E
RGB12310862
HSL45°32.97%36.27%
HSB/HSV45°49.59%48.24%
CMYK0.00%12.20%49.59%
51.76%

Color #7B6C3E in popluar number systems.

HEX7B6C3E
Decimal12310862
Binary11110111101100111110
Octal17315476

Shades and tints

Shades of #7B6C3E

#7B6C3E
(123,108,62)
#706339
(112,99,57)
#655A34
(101,90,52)
#5A512F
(90,81,47)
#4F482A
(79,72,42)
#443F25
(68,63,37)
#393620
(57,54,32)
#2E2D1B
(46,45,27)
#232416
(35,36,22)
#181B11
(24,27,17)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #7B6C3E

#7B6C3E
(123,108,62)
#87794F
(135,121,79)
#938660
(147,134,96)
#9F9371
(159,147,113)
#ABA082
(171,160,130)
#B7AD93
(183,173,147)
#C3BAA4
(195,186,164)
#CFC7B5
(207,199,181)
#DBD4C6
(219,212,198)
#E7E1D7
(231,225,215)
#F3EEE8
(243,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6C3E color. Also use rgb(123,108,62) instead hex code.

Text Font Color

.myTextColor { color: #7B6C3E; }

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

This text font color is #7B6C3E.


Background Color

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

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

This div background color is #7B6C3E.


Border color

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

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

This div border color is #7B6C3E.


Opacity

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

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

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

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

This text has shadow with #7B6C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6C3E on black background.


Color preview on white background

This text has color #7B6C3E on white background.



Black color preview on #7B6C3E background

This text has black color on #7B6C3E background.


White color preview on #7B6C3E background

This text has white color on #7B6C3E background.