COLOR #7A735E

HEX: #7A735E RGB: (122,115,94)

Color info

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

RGB color model

#7A735E color RGB value is (122,115,94).

RGB: (122,115,94) (48%, 45%, 37%)

RGB channels and saturation

R 122 of 255 = 48%
G 115 of 255 = 45%
B 94 of 255 = 37%

122
115
94

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

Portions of RGB colors in percentages

R + G + B = 122 + 115 + 94 = 331 (100%)
R 122 of 331 ~ 36.86%
G 115 of 331 ~ 34.74%
B 94 of 331 ~ 28.4'%

%36.86
%34.74
%28.4

CMYK color model

#7A735E color CMYK value is (0,6,23,52).

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

CMYK: (0,6,23,52)
C0M6Y23K52 (0%, 6%, 23%, 52%)
(0.00 / 0.06 / 0.23 / 0.52)

CMYK percentages

%0
%5.74
%22.95
%52.16

Codes

Color #7A735E in popluar color models

7A 73 5E
RGB 122 115 94
HSL 45° 12.96% 42.35%
HSB/HSV 45° 22.95% 47.84%
CMYK 0.00% 5.74% 22.95%
52.16%

Color #7A735E in popluar number systems.

HEX 7A 73 5E
Decimal 122 115 94
Binary 1111010 1110011 1011110
Octal 172 163 136

Shades and tints

Shades of #7A735E

#7A735E
(122,115,94)
#6F6956
(111,105,86)
#645F4E
(100,95,78)
#595546
(89,85,70)
#4E4B3E
(78,75,62)
#434136
(67,65,54)
#38372E
(56,55,46)
#2D2D26
(45,45,38)
#22231E
(34,35,30)
#171916
(23,25,22)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #7A735E

#7A735E
(122,115,94)
#867F6C
(134,127,108)
#928B7A
(146,139,122)
#9E9788
(158,151,136)
#AAA396
(170,163,150)
#B6AFA4
(182,175,164)
#C2BBB2
(194,187,178)
#CEC7C0
(206,199,192)
#DAD3CE
(218,211,206)
#E6DFDC
(230,223,220)
#F2EBEA
(242,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A735E; }

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

This text font color is #7A735E.

Background Color

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

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

This div background color is #7A735E.

Border color

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

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

This div border color is #7A735E.

Opacity

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

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

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

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

This text has shadow with #7A735E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A735E.

Preview

Color preview on black background

This text has color #7A735E on black background.


Color preview on white background

This text has color #7A735E on white background.


Black color preview on #7A735E background

This text has black color on #7A735E background.


White color preview on #7A735E background

This text has white color on #7A735E background.


Related colors

Complementary color

Complementary color for #hex is #858CA1.


I love getcolorcode.com

Triadic colors

1 #5E7A73 and #735E7A with #7A735E are triadic colors.

2 #5E737A and #737A5E with #7A735E are triadic colors.