COLOR #7A724C

HEX: #7A724C RGB: (122,114,76)

Color info

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

RGB color model

#7A724C color RGB value is (122,114,76).

RGB: (122,114,76) (48%, 45%, 30%)

RGB channels and saturation

R 122 of 255 = 48%
G 114 of 255 = 45%
B 76 of 255 = 30%

122
114
76

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

Portions of RGB colors in percentages

R + G + B = 122 + 114 + 76 = 312 (100%)
R 122 of 312 ~ 39.1%
G 114 of 312 ~ 36.54%
B 76 of 312 ~ 24.36'%

%39.1
%36.54
%24.36

CMYK color model

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

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

CMYK: (0,7,38,52)
C0M7Y38K52 (0%, 7%, 38%, 52%)
(0.00 / 0.07 / 0.38 / 0.52)

CMYK percentages

%0
%6.56
%37.7
%52.16

Codes

Color #7A724C in popluar color models

7A 72 4C
RGB 122 114 76
HSL 50° 23.23% 38.82%
HSB/HSV 50° 37.70% 47.84%
CMYK 0.00% 6.56% 37.70%
52.16%

Color #7A724C in popluar number systems.

HEX 7A 72 4C
Decimal 122 114 76
Binary 1111010 1110010 1001100
Octal 172 162 114

Shades and tints

Shades of #7A724C

#7A724C
(122,114,76)
#6F6846
(111,104,70)
#645E40
(100,94,64)
#59543A
(89,84,58)
#4E4A34
(78,74,52)
#43402E
(67,64,46)
#383628
(56,54,40)
#2D2C22
(45,44,34)
#22221C
(34,34,28)
#171816
(23,24,22)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #7A724C

#7A724C
(122,114,76)
#867E5C
(134,126,92)
#928A6C
(146,138,108)
#9E967C
(158,150,124)
#AAA28C
(170,162,140)
#B6AE9C
(182,174,156)
#C2BAAC
(194,186,172)
#CEC6BC
(206,198,188)
#DAD2CC
(218,210,204)
#E6DEDC
(230,222,220)
#F2EAEC
(242,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A724C; }

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

This text font color is #7A724C.

Background Color

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

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

This div background color is #7A724C.

Border color

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

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

This div border color is #7A724C.

Opacity

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

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

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

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

This text has shadow with #7A724C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A724C.

Preview

Color preview on black background

This text has color #7A724C on black background.


Color preview on white background

This text has color #7A724C on white background.


Black color preview on #7A724C background

This text has black color on #7A724C background.


White color preview on #7A724C background

This text has white color on #7A724C background.


Related colors

Complementary color

Complementary color for #hex is #858DB3.


I love getcolorcode.com

Triadic colors

1 #4C7A72 and #724C7A with #7A724C are triadic colors.

2 #4C727A and #727A4C with #7A724C are triadic colors.