COLOR #7A6C3C

HEX: #7A6C3C RGB: (122,108,60)

Color info

#7A6C3C contains mainly red and green colors. Web safe color of #7A6C3C is #666633 (or #663).

RGB color model

#7A6C3C color RGB value is (122,108,60).

RGB: (122,108,60) (48%, 42%, 24%)

RGB channels and saturation

R 122 of 255 = 48%
G 108 of 255 = 42%
B 60 of 255 = 24%

122
108
60

R + G + B ~ 38%. #7A6C3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 122 + 108 + 60 = 290 (100%)
R 122 of 290 ~ 42.07%
G 108 of 290 ~ 37.24%
B 60 of 290 ~ 20.69'%

%42.07
%37.24
%20.69

CMYK color model

#7A6C3C color CMYK value is (0,11,51,52).

  • cyan value is 0.00%
  • magenta value is 11.48%
  • yellow value is 50.82%
  • key color value is 52.16%

CMYK: (0,11,51,52)
C0M11Y51K52 (0%, 11%, 51%, 52%)
(0.00 / 0.11 / 0.51 / 0.52)

CMYK percentages

%0
%11.48
%50.82
%52.16

Codes

Color #7A6C3C in popluar color models

7A 6C 3C
RGB 122 108 60
HSL 46° 34.07% 35.69%
HSB/HSV 46° 50.82% 47.84%
CMYK 0.00% 11.48% 50.82%
52.16%

Color #7A6C3C in popluar number systems.

HEX 7A 6C 3C
Decimal 122 108 60
Binary 1111010 1101100 111100
Octal 172 154 74

Shades and tints

Shades of #7A6C3C

#7A6C3C
(122,108,60)
#6F6337
(111,99,55)
#645A32
(100,90,50)
#59512D
(89,81,45)
#4E4828
(78,72,40)
#433F23
(67,63,35)
#38361E
(56,54,30)
#2D2D19
(45,45,25)
#222414
(34,36,20)
#171B0F
(23,27,15)
#0C120A
(12,18,10)
#000000
(0,0,0)

Tints of #7A6C3C

#7A6C3C
(122,108,60)
#86794D
(134,121,77)
#92865E
(146,134,94)
#9E936F
(158,147,111)
#AAA080
(170,160,128)
#B6AD91
(182,173,145)
#C2BAA2
(194,186,162)
#CEC7B3
(206,199,179)
#DAD4C4
(218,212,196)
#E6E1D5
(230,225,213)
#F2EEE6
(242,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6C3C color. Also use rgb(122,108,60) instead hex code.

Text Font Color

.myTextColor { color: #7A6C3C; }

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

This text font color is #7A6C3C.

Background Color

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

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

This div background color is #7A6C3C.

Border color

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

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

This div border color is #7A6C3C.

Opacity

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

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

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

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

This text has shadow with #7A6C3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6C3C.

Preview

Color preview on black background

This text has color #7A6C3C on black background.


Color preview on white background

This text has color #7A6C3C on white background.


Black color preview on #7A6C3C background

This text has black color on #7A6C3C background.


White color preview on #7A6C3C background

This text has white color on #7A6C3C background.


Related colors

Complementary color

Complementary color for #hex is #8593C3.


I love getcolorcode.com

Triadic colors

1 #3C7A6C and #6C3C7A with #7A6C3C are triadic colors.

2 #3C6C7A and #6C7A3C with #7A6C3C are triadic colors.