COLOR #7A7747

HEX: #7A7747
RGB: (122,119,71)

Color info

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

RGB color model

#7A7747 color RGB value is (122,119,71).

  • red value is 122;
  • green value is 119;
  • blue value is 71.
RGB:
(122,119,71)
(48%,47%,28%)

RGB channels and saturation

R 122 of 255 = 48%
G 119 of 255 = 47%
B 71 of 255 = 28%

122
119
71

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

Portions of RGB colors in percentages

R + G + B =
122 + 119 + 71 = 312 (100%)
R 122 of 312 ~ 39.1%
G 119 of 312 ~ 38.14%
B 71 of 312 ~ 22.76%

%39.1
%38.14
%22.76

CMYK color model

#7A7747 color CMYK value is (0,2,42,52).

  • cyan value is 0.00%
  • magenta value is 2.46%
  • yellow value is 41.80%
  • key color value is 52.16%
CMYK:
(0,2,42,52)
C0M2Y42K52 
(0%,2%,42%,52%)
(0.00/0.02/0.42/0.52)	

CMYK percentages

%0
%2.46
%41.8
%52.16

Codes

Color #7A7747 in popluar color models

7A7747
RGB12211971
HSL56°26.42%37.84%
HSB/HSV56°41.80%47.84%
CMYK0.00%2.46%41.80%
52.16%

Color #7A7747 in popluar number systems.

HEX7A7747
Decimal12211971
Binary111101011101111000111
Octal172167107

Shades and tints

Shades of #7A7747

#7A7747
(122,119,71)
#6F6D41
(111,109,65)
#64633B
(100,99,59)
#595935
(89,89,53)
#4E4F2F
(78,79,47)
#434529
(67,69,41)
#383B23
(56,59,35)
#2D311D
(45,49,29)
#222717
(34,39,23)
#171D11
(23,29,17)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #7A7747

#7A7747
(122,119,71)
#868357
(134,131,87)
#928F67
(146,143,103)
#9E9B77
(158,155,119)
#AAA787
(170,167,135)
#B6B397
(182,179,151)
#C2BFA7
(194,191,167)
#CECBB7
(206,203,183)
#DAD7C7
(218,215,199)
#E6E3D7
(230,227,215)
#F2EFE7
(242,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7747 color. Also use rgb(122,119,71) instead hex code.

Text Font Color

.myTextColor { color: #7A7747; }

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

This text font color is #7A7747.


Background Color

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

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

This div background color is #7A7747.


Border color

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

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

This div border color is #7A7747.


Opacity

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

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

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

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

This text has shadow with #7A7747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7747 on black background.


Color preview on white background

This text has color #7A7747 on white background.



Black color preview on #7A7747 background

This text has black color on #7A7747 background.


White color preview on #7A7747 background

This text has white color on #7A7747 background.