COLOR #7A4E47

HEX: #7A4E47
RGB: (122,78,71)

Color info

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

RGB color model

#7A4E47 color RGB value is (122,78,71).

  • red value is 122;
  • green value is 78;
  • blue value is 71.
RGB:
(122,78,71)
(48%,31%,28%)

RGB channels and saturation

R 122 of 255 = 48%
G 78 of 255 = 31%
B 71 of 255 = 28%

122
78
71

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

Portions of RGB colors in percentages

R + G + B =
122 + 78 + 71 = 271 (100%)
R 122 of 271 ~ 45.02%
G 78 of 271 ~ 28.78%
B 71 of 271 ~ 26.2%

%45.02
%28.78
%26.2

CMYK color model

#7A4E47 color CMYK value is (0,36,42,52).

  • cyan value is 0.00%
  • magenta value is 36.07%
  • yellow value is 41.80%
  • key color value is 52.16%
CMYK:
(0,36,42,52)
C0M36Y42K52 
(0%,36%,42%,52%)
(0.00/0.36/0.42/0.52)	

CMYK percentages

%0
%36.07
%41.8
%52.16

Codes

Color #7A4E47 in popluar color models

7A4E47
RGB1227871
HSL26.42%37.84%
HSB/HSV41.80%47.84%
CMYK0.00%36.07%41.80%
52.16%

Color #7A4E47 in popluar number systems.

HEX7A4E47
Decimal1227871
Binary111101010011101000111
Octal172116107

Shades and tints

Shades of #7A4E47

#7A4E47
(122,78,71)
#6F4741
(111,71,65)
#64403B
(100,64,59)
#593935
(89,57,53)
#4E322F
(78,50,47)
#432B29
(67,43,41)
#382423
(56,36,35)
#2D1D1D
(45,29,29)
#221617
(34,22,23)
#170F11
(23,15,17)
#0C080B
(12,8,11)
#000000
(0,0,0)

Tints of #7A4E47

#7A4E47
(122,78,71)
#865E57
(134,94,87)
#926E67
(146,110,103)
#9E7E77
(158,126,119)
#AA8E87
(170,142,135)
#B69E97
(182,158,151)
#C2AEA7
(194,174,167)
#CEBEB7
(206,190,183)
#DACEC7
(218,206,199)
#E6DED7
(230,222,215)
#F2EEE7
(242,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4E47 color. Also use rgb(122,78,71) instead hex code.

Text Font Color

.myTextColor { color: #7A4E47; }

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

This text font color is #7A4E47.


Background Color

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

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

This div background color is #7A4E47.


Border color

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

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

This div border color is #7A4E47.


Opacity

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

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

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

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

This text has shadow with #7A4E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4E47 on black background.


Color preview on white background

This text has color #7A4E47 on white background.



Black color preview on #7A4E47 background

This text has black color on #7A4E47 background.


White color preview on #7A4E47 background

This text has white color on #7A4E47 background.