COLOR #7A735C

HEX: #7A735C RGB: (122,115,92)

Color info

#7A735C contains red, green and blue colors in about the same proportion. Web safe color of #7A735C is #666666 (or #666).

RGB color model

#7A735C color RGB value is (122,115,92).

RGB: (122,115,92) (48%, 45%, 36%)

RGB channels and saturation

R 122 of 255 = 48%
G 115 of 255 = 45%
B 92 of 255 = 36%

122
115
92

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

Portions of RGB colors in percentages

R + G + B = 122 + 115 + 92 = 329 (100%)
R 122 of 329 ~ 37.08%
G 115 of 329 ~ 34.95%
B 92 of 329 ~ 27.96'%

%37.08
%34.95
%27.96

CMYK color model

#7A735C color CMYK value is (0,6,25,52).

  • cyan value is 0.00%
  • magenta value is 5.74%
  • yellow value is 24.59%
  • key color value is 52.16%

CMYK: (0,6,25,52)
C0M6Y25K52 (0%, 6%, 25%, 52%)
(0.00 / 0.06 / 0.25 / 0.52)

CMYK percentages

%0
%5.74
%24.59
%52.16

Codes

Color #7A735C in popluar color models

7A 73 5C
RGB 122 115 92
HSL 46° 14.02% 41.96%
HSB/HSV 46° 24.59% 47.84%
CMYK 0.00% 5.74% 24.59%
52.16%

Color #7A735C in popluar number systems.

HEX 7A 73 5C
Decimal 122 115 92
Binary 1111010 1110011 1011100
Octal 172 163 134

Shades and tints

Shades of #7A735C

#7A735C
(122,115,92)
#6F6954
(111,105,84)
#645F4C
(100,95,76)
#595544
(89,85,68)
#4E4B3C
(78,75,60)
#434134
(67,65,52)
#38372C
(56,55,44)
#2D2D24
(45,45,36)
#22231C
(34,35,28)
#171914
(23,25,20)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #7A735C

#7A735C
(122,115,92)
#867F6A
(134,127,106)
#928B78
(146,139,120)
#9E9786
(158,151,134)
#AAA394
(170,163,148)
#B6AFA2
(182,175,162)
#C2BBB0
(194,187,176)
#CEC7BE
(206,199,190)
#DAD3CC
(218,211,204)
#E6DFDA
(230,223,218)
#F2EBE8
(242,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A735C color. Also use rgb(122,115,92) instead hex code.

Text Font Color

.myTextColor { color: #7A735C; }

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

This text font color is #7A735C.

Background Color

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

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

This div background color is #7A735C.

Border color

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

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

This div border color is #7A735C.

Opacity

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

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

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

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

This text has shadow with #7A735C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A735C.

Preview

Color preview on black background

This text has color #7A735C on black background.


Color preview on white background

This text has color #7A735C on white background.


Black color preview on #7A735C background

This text has black color on #7A735C background.


White color preview on #7A735C background

This text has white color on #7A735C background.


Related colors

Complementary color

Complementary color for #hex is #858CA3.


I love getcolorcode.com

Triadic colors

1 #5C7A73 and #735C7A with #7A735C are triadic colors.

2 #5C737A and #737A5C with #7A735C are triadic colors.