COLOR #7A6D5F

HEX: #7A6D5F RGB: (122,109,95)

Color info

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

RGB color model

#7A6D5F color RGB value is (122,109,95).

RGB: (122,109,95) (48%, 43%, 37%)

RGB channels and saturation

R 122 of 255 = 48%
G 109 of 255 = 43%
B 95 of 255 = 37%

122
109
95

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

Portions of RGB colors in percentages

R + G + B = 122 + 109 + 95 = 326 (100%)
R 122 of 326 ~ 37.42%
G 109 of 326 ~ 33.44%
B 95 of 326 ~ 29.14'%

%37.42
%33.44
%29.14

CMYK color model

#7A6D5F color CMYK value is (0,11,22,52).

  • cyan value is 0.00%
  • magenta value is 10.66%
  • yellow value is 22.13%
  • key color value is 52.16%

CMYK: (0,11,22,52)
C0M11Y22K52 (0%, 11%, 22%, 52%)
(0.00 / 0.11 / 0.22 / 0.52)

CMYK percentages

%0
%10.66
%22.13
%52.16

Codes

Color #7A6D5F in popluar color models

7A 6D 5F
RGB 122 109 95
HSL 31° 12.44% 42.55%
HSB/HSV 31° 22.13% 47.84%
CMYK 0.00% 10.66% 22.13%
52.16%

Color #7A6D5F in popluar number systems.

HEX 7A 6D 5F
Decimal 122 109 95
Binary 1111010 1101101 1011111
Octal 172 155 137

Shades and tints

Shades of #7A6D5F

#7A6D5F
(122,109,95)
#6F6457
(111,100,87)
#645B4F
(100,91,79)
#595247
(89,82,71)
#4E493F
(78,73,63)
#434037
(67,64,55)
#38372F
(56,55,47)
#2D2E27
(45,46,39)
#22251F
(34,37,31)
#171C17
(23,28,23)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #7A6D5F

#7A6D5F
(122,109,95)
#867A6D
(134,122,109)
#92877B
(146,135,123)
#9E9489
(158,148,137)
#AAA197
(170,161,151)
#B6AEA5
(182,174,165)
#C2BBB3
(194,187,179)
#CEC8C1
(206,200,193)
#DAD5CF
(218,213,207)
#E6E2DD
(230,226,221)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6D5F color. Also use rgb(122,109,95) instead hex code.

Text Font Color

.myTextColor { color: #7A6D5F; }

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

This text font color is #7A6D5F.

Background Color

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

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

This div background color is #7A6D5F.

Border color

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

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

This div border color is #7A6D5F.

Opacity

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

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

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

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

This text has shadow with #7A6D5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6D5F.

Preview

Color preview on black background

This text has color #7A6D5F on black background.


Color preview on white background

This text has color #7A6D5F on white background.


Black color preview on #7A6D5F background

This text has black color on #7A6D5F background.


White color preview on #7A6D5F background

This text has white color on #7A6D5F background.


Related colors

Complementary color

Complementary color for #hex is #8592A0.


I love getcolorcode.com

Triadic colors

1 #5F7A6D and #6D5F7A with #7A6D5F are triadic colors.

2 #5F6D7A and #6D7A5F with #7A6D5F are triadic colors.