COLOR #7A6B36

HEX: #7A6B36
RGB: (122,107,54)

Color info

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

RGB color model

#7A6B36 color RGB value is (122,107,54).

  • red value is 122;
  • green value is 107;
  • blue value is 54.
RGB:
(122,107,54)
(48%,42%,21%)

RGB channels and saturation

R 122 of 255 = 48%
G 107 of 255 = 42%
B 54 of 255 = 21%

122
107
54

R + G + B ~ 37%. #7A6B36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 107 + 54 = 283 (100%)
R 122 of 283 ~ 43.11%
G 107 of 283 ~ 37.81%
B 54 of 283 ~ 19.08%

%43.11
%37.81
%19.08

CMYK color model

#7A6B36 color CMYK value is (0,12,56,52).

  • cyan value is 0.00%
  • magenta value is 12.30%
  • yellow value is 55.74%
  • key color value is 52.16%
CMYK:
(0,12,56,52)
C0M12Y56K52 
(0%,12%,56%,52%)
(0.00/0.12/0.56/0.52)	

CMYK percentages

%0
%12.3
%55.74
%52.16

Codes

Color #7A6B36 in popluar color models

7A6B36
RGB12210754
HSL47°38.64%34.51%
HSB/HSV47°55.74%47.84%
CMYK0.00%12.30%55.74%
52.16%

Color #7A6B36 in popluar number systems.

HEX7A6B36
Decimal12210754
Binary11110101101011110110
Octal17215366

Shades and tints

Shades of #7A6B36

#7A6B36
(122,107,54)
#6F6232
(111,98,50)
#64592E
(100,89,46)
#59502A
(89,80,42)
#4E4726
(78,71,38)
#433E22
(67,62,34)
#38351E
(56,53,30)
#2D2C1A
(45,44,26)
#222316
(34,35,22)
#171A12
(23,26,18)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #7A6B36

#7A6B36
(122,107,54)
#867848
(134,120,72)
#92855A
(146,133,90)
#9E926C
(158,146,108)
#AA9F7E
(170,159,126)
#B6AC90
(182,172,144)
#C2B9A2
(194,185,162)
#CEC6B4
(206,198,180)
#DAD3C6
(218,211,198)
#E6E0D8
(230,224,216)
#F2EDEA
(242,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6B36 color. Also use rgb(122,107,54) instead hex code.

Text Font Color

.myTextColor { color: #7A6B36; }

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

This text font color is #7A6B36.


Background Color

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

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

This div background color is #7A6B36.


Border color

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

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

This div border color is #7A6B36.


Opacity

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

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

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

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

This text has shadow with #7A6B36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6B36 on black background.


Color preview on white background

This text has color #7A6B36 on white background.



Black color preview on #7A6B36 background

This text has black color on #7A6B36 background.


White color preview on #7A6B36 background

This text has white color on #7A6B36 background.