COLOR #7A5149

HEX: #7A5149
RGB: (122,81,73)

Color info

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

RGB color model

#7A5149 color RGB value is (122,81,73).

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

RGB channels and saturation

R 122 of 255 = 48%
G 81 of 255 = 32%
B 73 of 255 = 29%

122
81
73

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

Portions of RGB colors in percentages

R + G + B =
122 + 81 + 73 = 276 (100%)
R 122 of 276 ~ 44.2%
G 81 of 276 ~ 29.35%
B 73 of 276 ~ 26.45%

%44.2
%29.35
%26.45

CMYK color model

#7A5149 color CMYK value is (0,34,40,52).

  • cyan value is 0.00%
  • magenta value is 33.61%
  • yellow value is 40.16%
  • key color value is 52.16%
CMYK:
(0,34,40,52)
C0M34Y40K52 
(0%,34%,40%,52%)
(0.00/0.34/0.40/0.52)	

CMYK percentages

%0
%33.61
%40.16
%52.16

Codes

Color #7A5149 in popluar color models

7A5149
RGB1228173
HSL10°25.13%38.24%
HSB/HSV10°40.16%47.84%
CMYK0.00%33.61%40.16%
52.16%

Color #7A5149 in popluar number systems.

HEX7A5149
Decimal1228173
Binary111101010100011001001
Octal172121111

Shades and tints

Shades of #7A5149

#7A5149
(122,81,73)
#6F4A43
(111,74,67)
#64433D
(100,67,61)
#593C37
(89,60,55)
#4E3531
(78,53,49)
#432E2B
(67,46,43)
#382725
(56,39,37)
#2D201F
(45,32,31)
#221919
(34,25,25)
#171213
(23,18,19)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #7A5149

#7A5149
(122,81,73)
#866059
(134,96,89)
#926F69
(146,111,105)
#9E7E79
(158,126,121)
#AA8D89
(170,141,137)
#B69C99
(182,156,153)
#C2ABA9
(194,171,169)
#CEBAB9
(206,186,185)
#DAC9C9
(218,201,201)
#E6D8D9
(230,216,217)
#F2E7E9
(242,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5149; }

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

This text font color is #7A5149.


Background Color

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

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

This div background color is #7A5149.


Border color

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

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

This div border color is #7A5149.


Opacity

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

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

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

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

This text has shadow with #7A5149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5149 on black background.


Color preview on white background

This text has color #7A5149 on white background.



Black color preview on #7A5149 background

This text has black color on #7A5149 background.


White color preview on #7A5149 background

This text has white color on #7A5149 background.