COLOR #7A7343

HEX: #7A7343 RGB: (122,115,67)

Color info

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

RGB color model

#7A7343 color RGB value is (122,115,67).

RGB: (122,115,67) (48%, 45%, 26%)

RGB channels and saturation

R 122 of 255 = 48%
G 115 of 255 = 45%
B 67 of 255 = 26%

122
115
67

R + G + B ~ 40%. #7A7343 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 122 + 115 + 67 = 304 (100%)
R 122 of 304 ~ 40.13%
G 115 of 304 ~ 37.83%
B 67 of 304 ~ 22.04'%

%40.13
%37.83
%22.04

CMYK color model

#7A7343 color CMYK value is (0,6,45,52).

  • cyan value is 0.00%
  • magenta value is 5.74%
  • yellow value is 45.08%
  • key color value is 52.16%
CMYK: (0,6,45,52) C0M6Y45K52 (0%,6%,45%,52%) (0.00/0.06/0.45/0.52) 

CMYK percentages

%0
%5.74
%45.08
%52.16

Codes

Color #7A7343 in popluar color models

7A 73 43
RGB 122 115 67
HSL 52° 29.10% 37.06%
HSB/HSV 52° 45.08% 47.84%
CMYK 0.00% 5.74% 45.08%
52.16%

Color #7A7343 in popluar number systems.

HEX 7A 73 43
Decimal 122 115 67
Binary 1111010 1110011 1000011
Octal 172 163 103

Shades and tints

Shades of #7A7343

#7A7343
(122,115,67)
#6F693D
(111,105,61)
#645F37
(100,95,55)
#595531
(89,85,49)
#4E4B2B
(78,75,43)
#434125
(67,65,37)
#38371F
(56,55,31)
#2D2D19
(45,45,25)
#222313
(34,35,19)
#17190D
(23,25,13)
#0C0F07
(12,15,7)
#000000
(0,0,0)

Tints of #7A7343

#7A7343
(122,115,67)
#867F54
(134,127,84)
#928B65
(146,139,101)
#9E9776
(158,151,118)
#AAA387
(170,163,135)
#B6AF98
(182,175,152)
#C2BBA9
(194,187,169)
#CEC7BA
(206,199,186)
#DAD3CB
(218,211,203)
#E6DFDC
(230,223,220)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7343 color. Also use rgb(122,115,67) instead hex code.

Text Font Color

.myTextColor { color: #7A7343; }

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

This text font color is #7A7343.

Background Color

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

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

This div background color is #7A7343.

Border color

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

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

This div border color is #7A7343.

Opacity

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

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

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

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

This text has shadow with #7A7343 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A7343.

Preview

Color preview on black background

This text has color #7A7343 on black background.


Color preview on white background

This text has color #7A7343 on white background.


Black color preview on #7A7343 background

This text has black color on #7A7343 background.


White color preview on #7A7343 background

This text has white color on #7A7343 background.


Related colors

Complementary color

Complementary color for #hex is #858CBC.


I love getcolorcode.com

Triadic colors

1 #437A73 and #73437A with #7A7343 are triadic colors.

2 #43737A and #737A43 with #7A7343 are triadic colors.