COLOR #7A4740

HEX: #7A4740 RGB: (122,71,64)

Color info

#7A4740 contains red, green and blue colors in about the same proportion. Web safe color of #7A4740 is #663333 (or #633).

RGB color model

#7A4740 color RGB value is (122,71,64).

RGB: (122,71,64) (48%, 28%, 25%)

RGB channels and saturation

R 122 of 255 = 48%
G 71 of 255 = 28%
B 64 of 255 = 25%

122
71
64

R + G + B ~ 34%. #7A4740 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 122 + 71 + 64 = 257 (100%)
R 122 of 257 ~ 47.47%
G 71 of 257 ~ 27.63%
B 64 of 257 ~ 24.9'%

%47.47
%27.63
%24.9

CMYK color model

#7A4740 color CMYK value is (0,42,48,52).

  • cyan value is 0.00%
  • magenta value is 41.80%
  • yellow value is 47.54%
  • key color value is 52.16%

CMYK: (0,42,48,52)
C0M42Y48K52 (0%, 42%, 48%, 52%)
(0.00 / 0.42 / 0.48 / 0.52)

CMYK percentages

%0
%41.8
%47.54
%52.16

Codes

Color #7A4740 in popluar color models

7A 47 40
RGB 122 71 64
HSL 31.18% 36.47%
HSB/HSV 47.54% 47.84%
CMYK 0.00% 41.80% 47.54%
52.16%

Color #7A4740 in popluar number systems.

HEX 7A 47 40
Decimal 122 71 64
Binary 1111010 1000111 1000000
Octal 172 107 100

Shades and tints

Shades of #7A4740

#7A4740
(122,71,64)
#6F413B
(111,65,59)
#643B36
(100,59,54)
#593531
(89,53,49)
#4E2F2C
(78,47,44)
#432927
(67,41,39)
#382322
(56,35,34)
#2D1D1D
(45,29,29)
#221718
(34,23,24)
#171113
(23,17,19)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #7A4740

#7A4740
(122,71,64)
#865751
(134,87,81)
#926762
(146,103,98)
#9E7773
(158,119,115)
#AA8784
(170,135,132)
#B69795
(182,151,149)
#C2A7A6
(194,167,166)
#CEB7B7
(206,183,183)
#DAC7C8
(218,199,200)
#E6D7D9
(230,215,217)
#F2E7EA
(242,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A4740; }

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

This text font color is #7A4740.

Background Color

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

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

This div background color is #7A4740.

Border color

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

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

This div border color is #7A4740.

Opacity

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

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

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

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

This text has shadow with #7A4740 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A4740.

Preview

Color preview on black background

This text has color #7A4740 on black background.


Color preview on white background

This text has color #7A4740 on white background.


Black color preview on #7A4740 background

This text has black color on #7A4740 background.


White color preview on #7A4740 background

This text has white color on #7A4740 background.


Related colors

Complementary color

Complementary color for #hex is #85B8BF.


I love getcolorcode.com

Triadic colors

1 #407A47 and #47407A with #7A4740 are triadic colors.

2 #40477A and #477A40 with #7A4740 are triadic colors.