COLOR #7A6C65

HEX: #7A6C65 RGB: (122,108,101)

Color info

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

RGB color model

#7A6C65 color RGB value is (122,108,101).

RGB: (122,108,101) (48%, 42%, 40%)

RGB channels and saturation

R 122 of 255 = 48%
G 108 of 255 = 42%
B 101 of 255 = 40%

122
108
101

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

Portions of RGB colors in percentages

R + G + B = 122 + 108 + 101 = 331 (100%)
R 122 of 331 ~ 36.86%
G 108 of 331 ~ 32.63%
B 101 of 331 ~ 30.51'%

%36.86
%32.63
%30.51

CMYK color model

#7A6C65 color CMYK value is (0,11,17,52).

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

CMYK: (0,11,17,52)
C0M11Y17K52 (0%, 11%, 17%, 52%)
(0.00 / 0.11 / 0.17 / 0.52)

CMYK percentages

%0
%11.48
%17.21
%52.16

Codes

Color #7A6C65 in popluar color models

7A 6C 65
RGB 122 108 101
HSL 20° 9.42% 43.73%
HSB/HSV 20° 17.21% 47.84%
CMYK 0.00% 11.48% 17.21%
52.16%

Color #7A6C65 in popluar number systems.

HEX 7A 6C 65
Decimal 122 108 101
Binary 1111010 1101100 1100101
Octal 172 154 145

Shades and tints

Shades of #7A6C65

#7A6C65
(122,108,101)
#6F635C
(111,99,92)
#645A53
(100,90,83)
#59514A
(89,81,74)
#4E4841
(78,72,65)
#433F38
(67,63,56)
#38362F
(56,54,47)
#2D2D26
(45,45,38)
#22241D
(34,36,29)
#171B14
(23,27,20)
#0C120B
(12,18,11)
#000000
(0,0,0)

Tints of #7A6C65

#7A6C65
(122,108,101)
#867973
(134,121,115)
#928681
(146,134,129)
#9E938F
(158,147,143)
#AAA09D
(170,160,157)
#B6ADAB
(182,173,171)
#C2BAB9
(194,186,185)
#CEC7C7
(206,199,199)
#DAD4D5
(218,212,213)
#E6E1E3
(230,225,227)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6C65; }

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

This text font color is #7A6C65.

Background Color

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

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

This div background color is #7A6C65.

Border color

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

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

This div border color is #7A6C65.

Opacity

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

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

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

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

This text has shadow with #7A6C65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6C65.

Preview

Color preview on black background

This text has color #7A6C65 on black background.


Color preview on white background

This text has color #7A6C65 on white background.


Black color preview on #7A6C65 background

This text has black color on #7A6C65 background.


White color preview on #7A6C65 background

This text has white color on #7A6C65 background.


Related colors

Complementary color

Complementary color for #hex is #85939A.


I love getcolorcode.com

Triadic colors

1 #657A6C and #6C657A with #7A6C65 are triadic colors.

2 #656C7A and #6C7A65 with #7A6C65 are triadic colors.