COLOR #7A5447

HEX: #7A5447
RGB: (122,84,71)

Color info

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

RGB color model

#7A5447 color RGB value is (122,84,71).

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

RGB channels and saturation

R 122 of 255 = 48%
G 84 of 255 = 33%
B 71 of 255 = 28%

122
84
71

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

Portions of RGB colors in percentages

R + G + B =
122 + 84 + 71 = 277 (100%)
R 122 of 277 ~ 44.04%
G 84 of 277 ~ 30.32%
B 71 of 277 ~ 25.63%

%44.04
%30.32
%25.63

CMYK color model

#7A5447 color CMYK value is (0,31,42,52).

  • cyan value is 0.00%
  • magenta value is 31.15%
  • yellow value is 41.80%
  • key color value is 52.16%
CMYK:
(0,31,42,52)
C0M31Y42K52 
(0%,31%,42%,52%)
(0.00/0.31/0.42/0.52)	

CMYK percentages

%0
%31.15
%41.8
%52.16

Codes

Color #7A5447 in popluar color models

7A5447
RGB1228471
HSL15°26.42%37.84%
HSB/HSV15°41.80%47.84%
CMYK0.00%31.15%41.80%
52.16%

Color #7A5447 in popluar number systems.

HEX7A5447
Decimal1228471
Binary111101010101001000111
Octal172124107

Shades and tints

Shades of #7A5447

#7A5447
(122,84,71)
#6F4D41
(111,77,65)
#64463B
(100,70,59)
#593F35
(89,63,53)
#4E382F
(78,56,47)
#433129
(67,49,41)
#382A23
(56,42,35)
#2D231D
(45,35,29)
#221C17
(34,28,23)
#171511
(23,21,17)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #7A5447

#7A5447
(122,84,71)
#866357
(134,99,87)
#927267
(146,114,103)
#9E8177
(158,129,119)
#AA9087
(170,144,135)
#B69F97
(182,159,151)
#C2AEA7
(194,174,167)
#CEBDB7
(206,189,183)
#DACCC7
(218,204,199)
#E6DBD7
(230,219,215)
#F2EAE7
(242,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5447; }

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

This text font color is #7A5447.


Background Color

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

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

This div background color is #7A5447.


Border color

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

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

This div border color is #7A5447.


Opacity

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

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

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

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

This text has shadow with #7A5447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5447 on black background.


Color preview on white background

This text has color #7A5447 on white background.



Black color preview on #7A5447 background

This text has black color on #7A5447 background.


White color preview on #7A5447 background

This text has white color on #7A5447 background.