COLOR #7A6E2A

HEX: #7A6E2A
RGB: (122,110,42)

Color info

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

RGB color model

#7A6E2A color RGB value is (122,110,42).

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

RGB channels and saturation

R 122 of 255 = 48%
G 110 of 255 = 43%
B 42 of 255 = 16%

122
110
42

R + G + B ~ 36%. #7A6E2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 110 + 42 = 274 (100%)
R 122 of 274 ~ 44.53%
G 110 of 274 ~ 40.15%
B 42 of 274 ~ 15.33%

%44.53
%40.15
%15.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.84%
  • yellow value is 65.57%
  • key color value is 52.16%
CMYK:
(0,10,66,52)
C0M10Y66K52 
(0%,10%,66%,52%)
(0.00/0.10/0.66/0.52)	

CMYK percentages

%0
%9.84
%65.57
%52.16

Codes

Color #7A6E2A in popluar color models

7A6E2A
RGB12211042
HSL51°48.78%32.16%
HSB/HSV51°65.57%47.84%
CMYK0.00%9.84%65.57%
52.16%

Color #7A6E2A in popluar number systems.

HEX7A6E2A
Decimal12211042
Binary11110101101110101010
Octal17215652

Shades and tints

Shades of #7A6E2A

#7A6E2A
(122,110,42)
#6F6427
(111,100,39)
#645A24
(100,90,36)
#595021
(89,80,33)
#4E461E
(78,70,30)
#433C1B
(67,60,27)
#383218
(56,50,24)
#2D2815
(45,40,21)
#221E12
(34,30,18)
#17140F
(23,20,15)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #7A6E2A

#7A6E2A
(122,110,42)
#867B3D
(134,123,61)
#928850
(146,136,80)
#9E9563
(158,149,99)
#AAA276
(170,162,118)
#B6AF89
(182,175,137)
#C2BC9C
(194,188,156)
#CEC9AF
(206,201,175)
#DAD6C2
(218,214,194)
#E6E3D5
(230,227,213)
#F2F0E8
(242,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6E2A; }

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

This text font color is #7A6E2A.


Background Color

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

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

This div background color is #7A6E2A.


Border color

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

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

This div border color is #7A6E2A.


Opacity

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

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

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

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

This text has shadow with #7A6E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6E2A on black background.


Color preview on white background

This text has color #7A6E2A on white background.



Black color preview on #7A6E2A background

This text has black color on #7A6E2A background.


White color preview on #7A6E2A background

This text has white color on #7A6E2A background.