COLOR #7A5420

HEX: #7A5420
RGB: (122,84,32)

Color info

#7A5420 contains mainly red and green colors. Web safe color of #7A5420 is #666633 (or #663).

RGB color model

#7A5420 color RGB value is (122,84,32).

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

RGB channels and saturation

R 122 of 255 = 48%
G 84 of 255 = 33%
B 32 of 255 = 13%

122
84
32

R + G + B ~ 31%. #7A5420 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 84 + 32 = 238 (100%)
R 122 of 238 ~ 51.26%
G 84 of 238 ~ 35.29%
B 32 of 238 ~ 13.45%

%51.26
%35.29
%13.45

CMYK color model

#7A5420 color CMYK value is (0,31,74,52).

  • cyan value is 0.00%
  • magenta value is 31.15%
  • yellow value is 73.77%
  • key color value is 52.16%
CMYK:
(0,31,74,52)
C0M31Y74K52 
(0%,31%,74%,52%)
(0.00/0.31/0.74/0.52)	

CMYK percentages

%0
%31.15
%73.77
%52.16

Codes

Color #7A5420 in popluar color models

7A5420
RGB1228432
HSL35°58.44%30.20%
HSB/HSV35°73.77%47.84%
CMYK0.00%31.15%73.77%
52.16%

Color #7A5420 in popluar number systems.

HEX7A5420
Decimal1228432
Binary11110101010100100000
Octal17212440

Shades and tints

Shades of #7A5420

#7A5420
(122,84,32)
#6F4D1E
(111,77,30)
#64461C
(100,70,28)
#593F1A
(89,63,26)
#4E3818
(78,56,24)
#433116
(67,49,22)
#382A14
(56,42,20)
#2D2312
(45,35,18)
#221C10
(34,28,16)
#17150E
(23,21,14)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #7A5420

#7A5420
(122,84,32)
#866334
(134,99,52)
#927248
(146,114,72)
#9E815C
(158,129,92)
#AA9070
(170,144,112)
#B69F84
(182,159,132)
#C2AE98
(194,174,152)
#CEBDAC
(206,189,172)
#DACCC0
(218,204,192)
#E6DBD4
(230,219,212)
#F2EAE8
(242,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5420; }

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

This text font color is #7A5420.


Background Color

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

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

This div background color is #7A5420.


Border color

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

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

This div border color is #7A5420.


Opacity

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

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

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

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

This text has shadow with #7A5420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5420 on black background.


Color preview on white background

This text has color #7A5420 on white background.



Black color preview on #7A5420 background

This text has black color on #7A5420 background.


White color preview on #7A5420 background

This text has white color on #7A5420 background.