COLOR #7A6D65

HEX: #7A6D65
RGB: (122,109,101)

Color info

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

RGB color model

#7A6D65 color RGB value is (122,109,101).

  • red value is 122;
  • green value is 109;
  • blue value is 101.
RGB:
(122,109,101)
(48%,43%,40%)

RGB channels and saturation

R 122 of 255 = 48%
G 109 of 255 = 43%
B 101 of 255 = 40%

122
109
101

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

Portions of RGB colors in percentages

R + G + B =
122 + 109 + 101 = 332 (100%)
R 122 of 332 ~ 36.75%
G 109 of 332 ~ 32.83%
B 101 of 332 ~ 30.42%

%36.75
%32.83
%30.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.66%
  • 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
%10.66
%17.21
%52.16

Codes

Color #7A6D65 in popluar color models

7A6D65
RGB122109101
HSL23°9.42%43.73%
HSB/HSV23°17.21%47.84%
CMYK0.00%10.66%17.21%
52.16%

Color #7A6D65 in popluar number systems.

HEX7A6D65
Decimal122109101
Binary111101011011011100101
Octal172155145

Shades and tints

Shades of #7A6D65

#7A6D65
(122,109,101)
#6F645C
(111,100,92)
#645B53
(100,91,83)
#59524A
(89,82,74)
#4E4941
(78,73,65)
#434038
(67,64,56)
#38372F
(56,55,47)
#2D2E26
(45,46,38)
#22251D
(34,37,29)
#171C14
(23,28,20)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #7A6D65

#7A6D65
(122,109,101)
#867A73
(134,122,115)
#928781
(146,135,129)
#9E948F
(158,148,143)
#AAA19D
(170,161,157)
#B6AEAB
(182,174,171)
#C2BBB9
(194,187,185)
#CEC8C7
(206,200,199)
#DAD5D5
(218,213,213)
#E6E2E3
(230,226,227)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6D65; }

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

This text font color is #7A6D65.


Background Color

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

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

This div background color is #7A6D65.


Border color

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

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

This div border color is #7A6D65.


Opacity

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

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

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

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

This text has shadow with #7A6D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6D65 on black background.


Color preview on white background

This text has color #7A6D65 on white background.



Black color preview on #7A6D65 background

This text has black color on #7A6D65 background.


White color preview on #7A6D65 background

This text has white color on #7A6D65 background.