COLOR #7A6A6F

HEX: #7A6A6F
RGB: (122,106,111)

Color info

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

RGB color model

#7A6A6F color RGB value is (122,106,111).

  • red value is 122;
  • green value is 106;
  • blue value is 111.
RGB:
(122,106,111)
(48%,42%,44%)

RGB channels and saturation

R 122 of 255 = 48%
G 106 of 255 = 42%
B 111 of 255 = 44%

122
106
111

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

Portions of RGB colors in percentages

R + G + B =
122 + 106 + 111 = 339 (100%)
R 122 of 339 ~ 35.99%
G 106 of 339 ~ 31.27%
B 111 of 339 ~ 32.74%

%35.99
%31.27
%32.74

CMYK color model

#7A6A6F color CMYK value is (0,13,9,52).

  • cyan value is 0.00%
  • magenta value is 13.11%
  • yellow value is 9.02%
  • key color value is 52.16%
CMYK:
(0,13,9,52)
C0M13Y9K52 
(0%,13%,9%,52%)
(0.00/0.13/0.09/0.52)	

CMYK percentages

%0
%13.11
%9.02
%52.16

Codes

Color #7A6A6F in popluar color models

7A6A6F
RGB122106111
HSL341°7.02%44.71%
HSB/HSV341°13.11%47.84%
CMYK0.00%13.11%9.02%
52.16%

Color #7A6A6F in popluar number systems.

HEX7A6A6F
Decimal122106111
Binary111101011010101101111
Octal172152157

Shades and tints

Shades of #7A6A6F

#7A6A6F
(122,106,111)
#6F6165
(111,97,101)
#64585B
(100,88,91)
#594F51
(89,79,81)
#4E4647
(78,70,71)
#433D3D
(67,61,61)
#383433
(56,52,51)
#2D2B29
(45,43,41)
#22221F
(34,34,31)
#171915
(23,25,21)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #7A6A6F

#7A6A6F
(122,106,111)
#86777C
(134,119,124)
#928489
(146,132,137)
#9E9196
(158,145,150)
#AA9EA3
(170,158,163)
#B6ABB0
(182,171,176)
#C2B8BD
(194,184,189)
#CEC5CA
(206,197,202)
#DAD2D7
(218,210,215)
#E6DFE4
(230,223,228)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6A6F; }

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

This text font color is #7A6A6F.


Background Color

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

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

This div background color is #7A6A6F.


Border color

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

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

This div border color is #7A6A6F.


Opacity

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

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

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

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

This text has shadow with #7A6A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6A6F on black background.


Color preview on white background

This text has color #7A6A6F on white background.



Black color preview on #7A6A6F background

This text has black color on #7A6A6F background.


White color preview on #7A6A6F background

This text has white color on #7A6A6F background.