COLOR #7A6529

HEX: #7A6529
RGB: (122,101,41)

Color info

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

RGB color model

#7A6529 color RGB value is (122,101,41).

  • red value is 122;
  • green value is 101;
  • blue value is 41.
RGB:
(122,101,41)
(48%,40%,16%)

RGB channels and saturation

R 122 of 255 = 48%
G 101 of 255 = 40%
B 41 of 255 = 16%

122
101
41

R + G + B ~ 35%. #7A6529 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 101 + 41 = 264 (100%)
R 122 of 264 ~ 46.21%
G 101 of 264 ~ 38.26%
B 41 of 264 ~ 15.53%

%46.21
%38.26
%15.53

CMYK color model

#7A6529 color CMYK value is (0,17,66,52).

  • cyan value is 0.00%
  • magenta value is 17.21%
  • yellow value is 66.39%
  • key color value is 52.16%
CMYK:
(0,17,66,52)
C0M17Y66K52 
(0%,17%,66%,52%)
(0.00/0.17/0.66/0.52)	

CMYK percentages

%0
%17.21
%66.39
%52.16

Codes

Color #7A6529 in popluar color models

7A6529
RGB12210141
HSL44°49.69%31.96%
HSB/HSV44°66.39%47.84%
CMYK0.00%17.21%66.39%
52.16%

Color #7A6529 in popluar number systems.

HEX7A6529
Decimal12210141
Binary11110101100101101001
Octal17214551

Shades and tints

Shades of #7A6529

#7A6529
(122,101,41)
#6F5C26
(111,92,38)
#645323
(100,83,35)
#594A20
(89,74,32)
#4E411D
(78,65,29)
#43381A
(67,56,26)
#382F17
(56,47,23)
#2D2614
(45,38,20)
#221D11
(34,29,17)
#17140E
(23,20,14)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #7A6529

#7A6529
(122,101,41)
#86733C
(134,115,60)
#92814F
(146,129,79)
#9E8F62
(158,143,98)
#AA9D75
(170,157,117)
#B6AB88
(182,171,136)
#C2B99B
(194,185,155)
#CEC7AE
(206,199,174)
#DAD5C1
(218,213,193)
#E6E3D4
(230,227,212)
#F2F1E7
(242,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6529; }

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

This text font color is #7A6529.


Background Color

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

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

This div background color is #7A6529.


Border color

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

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

This div border color is #7A6529.


Opacity

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

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

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

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

This text has shadow with #7A6529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6529 on black background.


Color preview on white background

This text has color #7A6529 on white background.



Black color preview on #7A6529 background

This text has black color on #7A6529 background.


White color preview on #7A6529 background

This text has white color on #7A6529 background.