COLOR #7A6E3A

HEX: #7A6E3A
RGB: (122,110,58)

Color info

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

RGB color model

#7A6E3A color RGB value is (122,110,58).

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

RGB channels and saturation

R 122 of 255 = 48%
G 110 of 255 = 43%
B 58 of 255 = 23%

122
110
58

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

Portions of RGB colors in percentages

R + G + B =
122 + 110 + 58 = 290 (100%)
R 122 of 290 ~ 42.07%
G 110 of 290 ~ 37.93%
B 58 of 290 ~ 20%

%42.07
%37.93
%20

CMYK color model

#7A6E3A color CMYK value is (0,10,52,52).

  • cyan value is 0.00%
  • magenta value is 9.84%
  • yellow value is 52.46%
  • key color value is 52.16%
CMYK:
(0,10,52,52)
C0M10Y52K52 
(0%,10%,52%,52%)
(0.00/0.10/0.52/0.52)	

CMYK percentages

%0
%9.84
%52.46
%52.16

Codes

Color #7A6E3A in popluar color models

7A6E3A
RGB12211058
HSL49°35.56%35.29%
HSB/HSV49°52.46%47.84%
CMYK0.00%9.84%52.46%
52.16%

Color #7A6E3A in popluar number systems.

HEX7A6E3A
Decimal12211058
Binary11110101101110111010
Octal17215672

Shades and tints

Shades of #7A6E3A

#7A6E3A
(122,110,58)
#6F6435
(111,100,53)
#645A30
(100,90,48)
#59502B
(89,80,43)
#4E4626
(78,70,38)
#433C21
(67,60,33)
#38321C
(56,50,28)
#2D2817
(45,40,23)
#221E12
(34,30,18)
#17140D
(23,20,13)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #7A6E3A

#7A6E3A
(122,110,58)
#867B4B
(134,123,75)
#92885C
(146,136,92)
#9E956D
(158,149,109)
#AAA27E
(170,162,126)
#B6AF8F
(182,175,143)
#C2BCA0
(194,188,160)
#CEC9B1
(206,201,177)
#DAD6C2
(218,214,194)
#E6E3D3
(230,227,211)
#F2F0E4
(242,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6E3A color. Also use rgb(122,110,58) instead hex code.

Text Font Color

.myTextColor { color: #7A6E3A; }

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

This text font color is #7A6E3A.


Background Color

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

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

This div background color is #7A6E3A.


Border color

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

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

This div border color is #7A6E3A.


Opacity

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

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

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

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

This text has shadow with #7A6E3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6E3A on black background.


Color preview on white background

This text has color #7A6E3A on white background.



Black color preview on #7A6E3A background

This text has black color on #7A6E3A background.


White color preview on #7A6E3A background

This text has white color on #7A6E3A background.