COLOR #7A6136

HEX: #7A6136
RGB: (122,97,54)

Color info

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

RGB color model

#7A6136 color RGB value is (122,97,54).

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

RGB channels and saturation

R 122 of 255 = 48%
G 97 of 255 = 38%
B 54 of 255 = 21%

122
97
54

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

Portions of RGB colors in percentages

R + G + B =
122 + 97 + 54 = 273 (100%)
R 122 of 273 ~ 44.69%
G 97 of 273 ~ 35.53%
B 54 of 273 ~ 19.78%

%44.69
%35.53
%19.78

CMYK color model

#7A6136 color CMYK value is (0,20,56,52).

  • cyan value is 0.00%
  • magenta value is 20.49%
  • yellow value is 55.74%
  • key color value is 52.16%
CMYK:
(0,20,56,52)
C0M20Y56K52 
(0%,20%,56%,52%)
(0.00/0.20/0.56/0.52)	

CMYK percentages

%0
%20.49
%55.74
%52.16

Codes

Color #7A6136 in popluar color models

7A6136
RGB1229754
HSL38°38.64%34.51%
HSB/HSV38°55.74%47.84%
CMYK0.00%20.49%55.74%
52.16%

Color #7A6136 in popluar number systems.

HEX7A6136
Decimal1229754
Binary11110101100001110110
Octal17214166

Shades and tints

Shades of #7A6136

#7A6136
(122,97,54)
#6F5932
(111,89,50)
#64512E
(100,81,46)
#59492A
(89,73,42)
#4E4126
(78,65,38)
#433922
(67,57,34)
#38311E
(56,49,30)
#2D291A
(45,41,26)
#222116
(34,33,22)
#171912
(23,25,18)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #7A6136

#7A6136
(122,97,54)
#866F48
(134,111,72)
#927D5A
(146,125,90)
#9E8B6C
(158,139,108)
#AA997E
(170,153,126)
#B6A790
(182,167,144)
#C2B5A2
(194,181,162)
#CEC3B4
(206,195,180)
#DAD1C6
(218,209,198)
#E6DFD8
(230,223,216)
#F2EDEA
(242,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6136; }

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

This text font color is #7A6136.


Background Color

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

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

This div background color is #7A6136.


Border color

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

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

This div border color is #7A6136.


Opacity

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

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

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

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

This text has shadow with #7A6136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6136 on black background.


Color preview on white background

This text has color #7A6136 on white background.



Black color preview on #7A6136 background

This text has black color on #7A6136 background.


White color preview on #7A6136 background

This text has white color on #7A6136 background.