COLOR #7A6D4E

HEX: #7A6D4E RGB: (122,109,78)

Color info

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

RGB color model

#7A6D4E color RGB value is (122,109,78).

RGB: (122,109,78) (48%, 43%, 31%)

RGB channels and saturation

R 122 of 255 = 48%
G 109 of 255 = 43%
B 78 of 255 = 31%

122
109
78

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

Portions of RGB colors in percentages

R + G + B = 122 + 109 + 78 = 309 (100%)
R 122 of 309 ~ 39.48%
G 109 of 309 ~ 35.28%
B 78 of 309 ~ 25.24'%

%39.48
%35.28
%25.24

CMYK color model

#7A6D4E color CMYK value is (0,11,36,52).

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

CMYK: (0,11,36,52)
C0M11Y36K52 (0%, 11%, 36%, 52%)
(0.00 / 0.11 / 0.36 / 0.52)

CMYK percentages

%0
%10.66
%36.07
%52.16

Codes

Color #7A6D4E in popluar color models

7A 6D 4E
RGB 122 109 78
HSL 42° 22.00% 39.22%
HSB/HSV 42° 36.07% 47.84%
CMYK 0.00% 10.66% 36.07%
52.16%

Color #7A6D4E in popluar number systems.

HEX 7A 6D 4E
Decimal 122 109 78
Binary 1111010 1101101 1001110
Octal 172 155 116

Shades and tints

Shades of #7A6D4E

#7A6D4E
(122,109,78)
#6F6447
(111,100,71)
#645B40
(100,91,64)
#595239
(89,82,57)
#4E4932
(78,73,50)
#43402B
(67,64,43)
#383724
(56,55,36)
#2D2E1D
(45,46,29)
#222516
(34,37,22)
#171C0F
(23,28,15)
#0C1308
(12,19,8)
#000000
(0,0,0)

Tints of #7A6D4E

#7A6D4E
(122,109,78)
#867A5E
(134,122,94)
#92876E
(146,135,110)
#9E947E
(158,148,126)
#AAA18E
(170,161,142)
#B6AE9E
(182,174,158)
#C2BBAE
(194,187,174)
#CEC8BE
(206,200,190)
#DAD5CE
(218,213,206)
#E6E2DE
(230,226,222)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6D4E; }

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

This text font color is #7A6D4E.

Background Color

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

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

This div background color is #7A6D4E.

Border color

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

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

This div border color is #7A6D4E.

Opacity

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

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

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

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

This text has shadow with #7A6D4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6D4E.

Preview

Color preview on black background

This text has color #7A6D4E on black background.


Color preview on white background

This text has color #7A6D4E on white background.


Black color preview on #7A6D4E background

This text has black color on #7A6D4E background.


White color preview on #7A6D4E background

This text has white color on #7A6D4E background.


Related colors

Complementary color

Complementary color for #hex is #8592B1.


I love getcolorcode.com

Triadic colors

1 #4E7A6D and #6D4E7A with #7A6D4E are triadic colors.

2 #4E6D7A and #6D7A4E with #7A6D4E are triadic colors.