COLOR #7A6D6B

HEX: #7A6D6B
RGB: (122,109,107)

Color info

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

RGB color model

#7A6D6B color RGB value is (122,109,107).

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

RGB channels and saturation

R 122 of 255 = 48%
G 109 of 255 = 43%
B 107 of 255 = 42%

122
109
107

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

Portions of RGB colors in percentages

R + G + B =
122 + 109 + 107 = 338 (100%)
R 122 of 338 ~ 36.09%
G 109 of 338 ~ 32.25%
B 107 of 338 ~ 31.66%

%36.09
%32.25
%31.66

CMYK color model

#7A6D6B color CMYK value is (0,11,12,52).

  • cyan value is 0.00%
  • magenta value is 10.66%
  • yellow value is 12.30%
  • key color value is 52.16%
CMYK:
(0,11,12,52)
C0M11Y12K52 
(0%,11%,12%,52%)
(0.00/0.11/0.12/0.52)	

CMYK percentages

%0
%10.66
%12.3
%52.16

Codes

Color #7A6D6B in popluar color models

7A6D6B
RGB122109107
HSL6.55%44.90%
HSB/HSV12.30%47.84%
CMYK0.00%10.66%12.30%
52.16%

Color #7A6D6B in popluar number systems.

HEX7A6D6B
Decimal122109107
Binary111101011011011101011
Octal172155153

Shades and tints

Shades of #7A6D6B

#7A6D6B
(122,109,107)
#6F6462
(111,100,98)
#645B59
(100,91,89)
#595250
(89,82,80)
#4E4947
(78,73,71)
#43403E
(67,64,62)
#383735
(56,55,53)
#2D2E2C
(45,46,44)
#222523
(34,37,35)
#171C1A
(23,28,26)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #7A6D6B

#7A6D6B
(122,109,107)
#867A78
(134,122,120)
#928785
(146,135,133)
#9E9492
(158,148,146)
#AAA19F
(170,161,159)
#B6AEAC
(182,174,172)
#C2BBB9
(194,187,185)
#CEC8C6
(206,200,198)
#DAD5D3
(218,213,211)
#E6E2E0
(230,226,224)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6D6B; }

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

This text font color is #7A6D6B.


Background Color

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

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

This div background color is #7A6D6B.


Border color

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

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

This div border color is #7A6D6B.


Opacity

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

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

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

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

This text has shadow with #7A6D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6D6B on black background.


Color preview on white background

This text has color #7A6D6B on white background.



Black color preview on #7A6D6B background

This text has black color on #7A6D6B background.


White color preview on #7A6D6B background

This text has white color on #7A6D6B background.