COLOR #7A6B6A

HEX: #7A6B6A RGB: (122,107,106)

Color info

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

RGB color model

#7A6B6A color RGB value is (122,107,106).

RGB: (122,107,106) (48%, 42%, 42%)

RGB channels and saturation

R 122 of 255 = 48%
G 107 of 255 = 42%
B 106 of 255 = 42%

122
107
106

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

Portions of RGB colors in percentages

R + G + B = 122 + 107 + 106 = 335 (100%)
R 122 of 335 ~ 36.42%
G 107 of 335 ~ 31.94%
B 106 of 335 ~ 31.64'%

%36.42
%31.94
%31.64

CMYK color model

#7A6B6A color CMYK value is (0,12,13,52).

  • cyan value is 0.00%
  • magenta value is 12.30%
  • yellow value is 13.11%
  • key color value is 52.16%

CMYK: (0,12,13,52)
C0M12Y13K52 (0%, 12%, 13%, 52%)
(0.00 / 0.12 / 0.13 / 0.52)

CMYK percentages

%0
%12.3
%13.11
%52.16

Codes

Color #7A6B6A in popluar color models

7A 6B 6A
RGB 122 107 106
HSL 7.02% 44.71%
HSB/HSV 13.11% 47.84%
CMYK 0.00% 12.30% 13.11%
52.16%

Color #7A6B6A in popluar number systems.

HEX 7A 6B 6A
Decimal 122 107 106
Binary 1111010 1101011 1101010
Octal 172 153 152

Shades and tints

Shades of #7A6B6A

#7A6B6A
(122,107,106)
#6F6261
(111,98,97)
#645958
(100,89,88)
#59504F
(89,80,79)
#4E4746
(78,71,70)
#433E3D
(67,62,61)
#383534
(56,53,52)
#2D2C2B
(45,44,43)
#222322
(34,35,34)
#171A19
(23,26,25)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #7A6B6A

#7A6B6A
(122,107,106)
#867877
(134,120,119)
#928584
(146,133,132)
#9E9291
(158,146,145)
#AA9F9E
(170,159,158)
#B6ACAB
(182,172,171)
#C2B9B8
(194,185,184)
#CEC6C5
(206,198,197)
#DAD3D2
(218,211,210)
#E6E0DF
(230,224,223)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6B6A; }

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

This text font color is #7A6B6A.

Background Color

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

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

This div background color is #7A6B6A.

Border color

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

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

This div border color is #7A6B6A.

Opacity

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

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

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

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

This text has shadow with #7A6B6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6B6A.

Preview

Color preview on black background

This text has color #7A6B6A on black background.


Color preview on white background

This text has color #7A6B6A on white background.


Black color preview on #7A6B6A background

This text has black color on #7A6B6A background.


White color preview on #7A6B6A background

This text has white color on #7A6B6A background.


Related colors

Complementary color

Complementary color for #hex is #859495.


I love getcolorcode.com

Triadic colors

1 #6A7A6B and #6B6A7A with #7A6B6A are triadic colors.

2 #6A6B7A and #6B7A6A with #7A6B6A are triadic colors.