COLOR #7A794C

HEX: #7A794C RGB: (122,121,76)

Color info

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

RGB color model

#7A794C color RGB value is (122,121,76).

RGB: (122,121,76) (48%, 47%, 30%)

RGB channels and saturation

R 122 of 255 = 48%
G 121 of 255 = 47%
B 76 of 255 = 30%

122
121
76

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

Portions of RGB colors in percentages

R + G + B = 122 + 121 + 76 = 319 (100%)
R 122 of 319 ~ 38.24%
G 121 of 319 ~ 37.93%
B 76 of 319 ~ 23.82'%

%38.24
%37.93
%23.82

CMYK color model

#7A794C color CMYK value is (0,1,38,52).

  • cyan value is 0.00%
  • magenta value is 0.82%
  • yellow value is 37.70%
  • key color value is 52.16%

CMYK: (0,1,38,52)
C0M1Y38K52 (0%, 1%, 38%, 52%)
(0.00 / 0.01 / 0.38 / 0.52)

CMYK percentages

%0
%0.82
%37.7
%52.16

Codes

Color #7A794C in popluar color models

7A 79 4C
RGB 122 121 76
HSL 59° 23.23% 38.82%
HSB/HSV 59° 37.70% 47.84%
CMYK 0.00% 0.82% 37.70%
52.16%

Color #7A794C in popluar number systems.

HEX 7A 79 4C
Decimal 122 121 76
Binary 1111010 1111001 1001100
Octal 172 171 114

Shades and tints

Shades of #7A794C

#7A794C
(122,121,76)
#6F6E46
(111,110,70)
#646340
(100,99,64)
#59583A
(89,88,58)
#4E4D34
(78,77,52)
#43422E
(67,66,46)
#383728
(56,55,40)
#2D2C22
(45,44,34)
#22211C
(34,33,28)
#171616
(23,22,22)
#0C0B10
(12,11,16)
#000000
(0,0,0)

Tints of #7A794C

#7A794C
(122,121,76)
#86855C
(134,133,92)
#92916C
(146,145,108)
#9E9D7C
(158,157,124)
#AAA98C
(170,169,140)
#B6B59C
(182,181,156)
#C2C1AC
(194,193,172)
#CECDBC
(206,205,188)
#DAD9CC
(218,217,204)
#E6E5DC
(230,229,220)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A794C color. Also use rgb(122,121,76) instead hex code.

Text Font Color

.myTextColor { color: #7A794C; }

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

This text font color is #7A794C.

Background Color

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

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

This div background color is #7A794C.

Border color

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

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

This div border color is #7A794C.

Opacity

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

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

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

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

This text has shadow with #7A794C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A794C.

Preview

Color preview on black background

This text has color #7A794C on black background.


Color preview on white background

This text has color #7A794C on white background.


Black color preview on #7A794C background

This text has black color on #7A794C background.


White color preview on #7A794C background

This text has white color on #7A794C background.


Related colors

Complementary color

Complementary color for #hex is #8586B3.


I love getcolorcode.com

Triadic colors

1 #4C7A79 and #794C7A with #7A794C are triadic colors.

2 #4C797A and #797A4C with #7A794C are triadic colors.