COLOR #7A6521

HEX: #7A6521 RGB: (122,101,33)

Color info

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

RGB color model

#7A6521 color RGB value is (122,101,33).

RGB: (122,101,33) (48%, 40%, 13%)

RGB channels and saturation

R 122 of 255 = 48%
G 101 of 255 = 40%
B 33 of 255 = 13%

122
101
33

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

Portions of RGB colors in percentages

R + G + B = 122 + 101 + 33 = 256 (100%)
R 122 of 256 ~ 47.66%
G 101 of 256 ~ 39.45%
B 33 of 256 ~ 12.89'%

%47.66
%39.45
%12.89

CMYK color model

#7A6521 color CMYK value is (0,17,73,52).

  • cyan value is 0.00%
  • magenta value is 17.21%
  • yellow value is 72.95%
  • key color value is 52.16%
CMYK: (0,17,73,52) C0M17Y73K52 (0%,17%,73%,52%) (0.00/0.17/0.73/0.52) 

CMYK percentages

%0
%17.21
%72.95
%52.16

Codes

Color #7A6521 in popluar color models

7A 65 21
RGB 122 101 33
HSL 46° 57.42% 30.39%
HSB/HSV 46° 72.95% 47.84%
CMYK 0.00% 17.21% 72.95%
52.16%

Color #7A6521 in popluar number systems.

HEX 7A 65 21
Decimal 122 101 33
Binary 1111010 1100101 100001
Octal 172 145 41

Shades and tints

Shades of #7A6521

#7A6521
(122,101,33)
#6F5C1E
(111,92,30)
#64531B
(100,83,27)
#594A18
(89,74,24)
#4E4115
(78,65,21)
#433812
(67,56,18)
#382F0F
(56,47,15)
#2D260C
(45,38,12)
#221D09
(34,29,9)
#171406
(23,20,6)
#0C0B03
(12,11,3)
#000000
(0,0,0)

Tints of #7A6521

#7A6521
(122,101,33)
#867335
(134,115,53)
#928149
(146,129,73)
#9E8F5D
(158,143,93)
#AA9D71
(170,157,113)
#B6AB85
(182,171,133)
#C2B999
(194,185,153)
#CEC7AD
(206,199,173)
#DAD5C1
(218,213,193)
#E6E3D5
(230,227,213)
#F2F1E9
(242,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6521 color. Also use rgb(122,101,33) instead hex code.

Text Font Color

.myTextColor { color: #7A6521; }

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

This text font color is #7A6521.

Background Color

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

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

This div background color is #7A6521.

Border color

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

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

This div border color is #7A6521.

Opacity

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

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

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

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

This text has shadow with #7A6521 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6521.

Preview

Color preview on black background

This text has color #7A6521 on black background.


Color preview on white background

This text has color #7A6521 on white background.


Black color preview on #7A6521 background

This text has black color on #7A6521 background.


White color preview on #7A6521 background

This text has white color on #7A6521 background.


Related colors

Complementary color

Complementary color for #hex is #859ADE.


I love getcolorcode.com

Triadic colors

1 #217A65 and #65217A with #7A6521 are triadic colors.

2 #21657A and #657A21 with #7A6521 are triadic colors.