COLOR #7A6D3B

HEX: #7A6D3B
RGB: (122,109,59)

Color info

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

RGB color model

#7A6D3B color RGB value is (122,109,59).

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

RGB channels and saturation

R 122 of 255 = 48%
G 109 of 255 = 43%
B 59 of 255 = 23%

122
109
59

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

Portions of RGB colors in percentages

R + G + B =
122 + 109 + 59 = 290 (100%)
R 122 of 290 ~ 42.07%
G 109 of 290 ~ 37.59%
B 59 of 290 ~ 20.34%

%42.07
%37.59
%20.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.66%
  • yellow value is 51.64%
  • key color value is 52.16%
CMYK:
(0,11,52,52)
C0M11Y52K52 
(0%,11%,52%,52%)
(0.00/0.11/0.52/0.52)	

CMYK percentages

%0
%10.66
%51.64
%52.16

Codes

Color #7A6D3B in popluar color models

7A6D3B
RGB12210959
HSL48°34.81%35.49%
HSB/HSV48°51.64%47.84%
CMYK0.00%10.66%51.64%
52.16%

Color #7A6D3B in popluar number systems.

HEX7A6D3B
Decimal12210959
Binary11110101101101111011
Octal17215573

Shades and tints

Shades of #7A6D3B

#7A6D3B
(122,109,59)
#6F6436
(111,100,54)
#645B31
(100,91,49)
#59522C
(89,82,44)
#4E4927
(78,73,39)
#434022
(67,64,34)
#38371D
(56,55,29)
#2D2E18
(45,46,24)
#222513
(34,37,19)
#171C0E
(23,28,14)
#0C1309
(12,19,9)
#000000
(0,0,0)

Tints of #7A6D3B

#7A6D3B
(122,109,59)
#867A4C
(134,122,76)
#92875D
(146,135,93)
#9E946E
(158,148,110)
#AAA17F
(170,161,127)
#B6AE90
(182,174,144)
#C2BBA1
(194,187,161)
#CEC8B2
(206,200,178)
#DAD5C3
(218,213,195)
#E6E2D4
(230,226,212)
#F2EFE5
(242,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6D3B; }

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

This text font color is #7A6D3B.


Background Color

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

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

This div background color is #7A6D3B.


Border color

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

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

This div border color is #7A6D3B.


Opacity

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

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

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

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

This text has shadow with #7A6D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6D3B on black background.


Color preview on white background

This text has color #7A6D3B on white background.



Black color preview on #7A6D3B background

This text has black color on #7A6D3B background.


White color preview on #7A6D3B background

This text has white color on #7A6D3B background.