COLOR #7A7340

HEX: #7A7340
RGB: (122,115,64)

Color info

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

RGB color model

#7A7340 color RGB value is (122,115,64).

  • red value is 122;
  • green value is 115;
  • blue value is 64.
RGB:
(122,115,64)
(48%,45%,25%)

RGB channels and saturation

R 122 of 255 = 48%
G 115 of 255 = 45%
B 64 of 255 = 25%

122
115
64

R + G + B ~ 39%. #7A7340 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 115 + 64 = 301 (100%)
R 122 of 301 ~ 40.53%
G 115 of 301 ~ 38.21%
B 64 of 301 ~ 21.26%

%40.53
%38.21
%21.26

CMYK color model

#7A7340 color CMYK value is (0,6,48,52).

  • cyan value is 0.00%
  • magenta value is 5.74%
  • yellow value is 47.54%
  • key color value is 52.16%
CMYK:
(0,6,48,52)
C0M6Y48K52 
(0%,6%,48%,52%)
(0.00/0.06/0.48/0.52)	

CMYK percentages

%0
%5.74
%47.54
%52.16

Codes

Color #7A7340 in popluar color models

7A7340
RGB12211564
HSL53°31.18%36.47%
HSB/HSV53°47.54%47.84%
CMYK0.00%5.74%47.54%
52.16%

Color #7A7340 in popluar number systems.

HEX7A7340
Decimal12211564
Binary111101011100111000000
Octal172163100

Shades and tints

Shades of #7A7340

#7A7340
(122,115,64)
#6F693B
(111,105,59)
#645F36
(100,95,54)
#595531
(89,85,49)
#4E4B2C
(78,75,44)
#434127
(67,65,39)
#383722
(56,55,34)
#2D2D1D
(45,45,29)
#222318
(34,35,24)
#171913
(23,25,19)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #7A7340

#7A7340
(122,115,64)
#867F51
(134,127,81)
#928B62
(146,139,98)
#9E9773
(158,151,115)
#AAA384
(170,163,132)
#B6AF95
(182,175,149)
#C2BBA6
(194,187,166)
#CEC7B7
(206,199,183)
#DAD3C8
(218,211,200)
#E6DFD9
(230,223,217)
#F2EBEA
(242,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7340; }

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

This text font color is #7A7340.


Background Color

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

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

This div background color is #7A7340.


Border color

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

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

This div border color is #7A7340.


Opacity

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

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

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

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

This text has shadow with #7A7340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7340 on black background.


Color preview on white background

This text has color #7A7340 on white background.



Black color preview on #7A7340 background

This text has black color on #7A7340 background.


White color preview on #7A7340 background

This text has white color on #7A7340 background.