COLOR #7A6D43

HEX: #7A6D43
RGB: (122,109,67)

Color info

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

RGB color model

#7A6D43 color RGB value is (122,109,67).

  • red value is 122;
  • green value is 109;
  • blue value is 67.
RGB:
(122,109,67)
(48%,43%,26%)

RGB channels and saturation

R 122 of 255 = 48%
G 109 of 255 = 43%
B 67 of 255 = 26%

122
109
67

R + G + B ~ 39%. #7A6D43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 109 + 67 = 298 (100%)
R 122 of 298 ~ 40.94%
G 109 of 298 ~ 36.58%
B 67 of 298 ~ 22.48%

%40.94
%36.58
%22.48

CMYK color model

#7A6D43 color CMYK value is (0,11,45,52).

  • cyan value is 0.00%
  • magenta value is 10.66%
  • yellow value is 45.08%
  • key color value is 52.16%
CMYK:
(0,11,45,52)
C0M11Y45K52 
(0%,11%,45%,52%)
(0.00/0.11/0.45/0.52)	

CMYK percentages

%0
%10.66
%45.08
%52.16

Codes

Color #7A6D43 in popluar color models

7A6D43
RGB12210967
HSL46°29.10%37.06%
HSB/HSV46°45.08%47.84%
CMYK0.00%10.66%45.08%
52.16%

Color #7A6D43 in popluar number systems.

HEX7A6D43
Decimal12210967
Binary111101011011011000011
Octal172155103

Shades and tints

Shades of #7A6D43

#7A6D43
(122,109,67)
#6F643D
(111,100,61)
#645B37
(100,91,55)
#595231
(89,82,49)
#4E492B
(78,73,43)
#434025
(67,64,37)
#38371F
(56,55,31)
#2D2E19
(45,46,25)
#222513
(34,37,19)
#171C0D
(23,28,13)
#0C1307
(12,19,7)
#000000
(0,0,0)

Tints of #7A6D43

#7A6D43
(122,109,67)
#867A54
(134,122,84)
#928765
(146,135,101)
#9E9476
(158,148,118)
#AAA187
(170,161,135)
#B6AE98
(182,174,152)
#C2BBA9
(194,187,169)
#CEC8BA
(206,200,186)
#DAD5CB
(218,213,203)
#E6E2DC
(230,226,220)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6D43 color. Also use rgb(122,109,67) instead hex code.

Text Font Color

.myTextColor { color: #7A6D43; }

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

This text font color is #7A6D43.


Background Color

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

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

This div background color is #7A6D43.


Border color

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

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

This div border color is #7A6D43.


Opacity

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

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

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

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

This text has shadow with #7A6D43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6D43 on black background.


Color preview on white background

This text has color #7A6D43 on white background.



Black color preview on #7A6D43 background

This text has black color on #7A6D43 background.


White color preview on #7A6D43 background

This text has white color on #7A6D43 background.