COLOR #7A6149

HEX: #7A6149
RGB: (122,97,73)

Color info

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

RGB color model

#7A6149 color RGB value is (122,97,73).

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

RGB channels and saturation

R 122 of 255 = 48%
G 97 of 255 = 38%
B 73 of 255 = 29%

122
97
73

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

Portions of RGB colors in percentages

R + G + B =
122 + 97 + 73 = 292 (100%)
R 122 of 292 ~ 41.78%
G 97 of 292 ~ 33.22%
B 73 of 292 ~ 25%

%41.78
%33.22
%25

CMYK color model

#7A6149 color CMYK value is (0,20,40,52).

  • cyan value is 0.00%
  • magenta value is 20.49%
  • yellow value is 40.16%
  • key color value is 52.16%
CMYK:
(0,20,40,52)
C0M20Y40K52 
(0%,20%,40%,52%)
(0.00/0.20/0.40/0.52)	

CMYK percentages

%0
%20.49
%40.16
%52.16

Codes

Color #7A6149 in popluar color models

7A6149
RGB1229773
HSL29°25.13%38.24%
HSB/HSV29°40.16%47.84%
CMYK0.00%20.49%40.16%
52.16%

Color #7A6149 in popluar number systems.

HEX7A6149
Decimal1229773
Binary111101011000011001001
Octal172141111

Shades and tints

Shades of #7A6149

#7A6149
(122,97,73)
#6F5943
(111,89,67)
#64513D
(100,81,61)
#594937
(89,73,55)
#4E4131
(78,65,49)
#43392B
(67,57,43)
#383125
(56,49,37)
#2D291F
(45,41,31)
#222119
(34,33,25)
#171913
(23,25,19)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #7A6149

#7A6149
(122,97,73)
#866F59
(134,111,89)
#927D69
(146,125,105)
#9E8B79
(158,139,121)
#AA9989
(170,153,137)
#B6A799
(182,167,153)
#C2B5A9
(194,181,169)
#CEC3B9
(206,195,185)
#DAD1C9
(218,209,201)
#E6DFD9
(230,223,217)
#F2EDE9
(242,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6149; }

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

This text font color is #7A6149.


Background Color

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

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

This div background color is #7A6149.


Border color

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

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

This div border color is #7A6149.


Opacity

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

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

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

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

This text has shadow with #7A6149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6149 on black background.


Color preview on white background

This text has color #7A6149 on white background.



Black color preview on #7A6149 background

This text has black color on #7A6149 background.


White color preview on #7A6149 background

This text has white color on #7A6149 background.