COLOR #7A6E6F

HEX: #7A6E6F
RGB: (122,110,111)

Color info

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

RGB color model

#7A6E6F color RGB value is (122,110,111).

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

RGB channels and saturation

R 122 of 255 = 48%
G 110 of 255 = 43%
B 111 of 255 = 44%

122
110
111

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

Portions of RGB colors in percentages

R + G + B =
122 + 110 + 111 = 343 (100%)
R 122 of 343 ~ 35.57%
G 110 of 343 ~ 32.07%
B 111 of 343 ~ 32.36%

%35.57
%32.07
%32.36

CMYK color model

#7A6E6F color CMYK value is (0,10,9,52).

  • cyan value is 0.00%
  • magenta value is 9.84%
  • yellow value is 9.02%
  • key color value is 52.16%
CMYK:
(0,10,9,52)
C0M10Y9K52 
(0%,10%,9%,52%)
(0.00/0.10/0.09/0.52)	

CMYK percentages

%0
%9.84
%9.02
%52.16

Codes

Color #7A6E6F in popluar color models

7A6E6F
RGB122110111
HSL355°5.17%45.49%
HSB/HSV355°9.84%47.84%
CMYK0.00%9.84%9.02%
52.16%

Color #7A6E6F in popluar number systems.

HEX7A6E6F
Decimal122110111
Binary111101011011101101111
Octal172156157

Shades and tints

Shades of #7A6E6F

#7A6E6F
(122,110,111)
#6F6465
(111,100,101)
#645A5B
(100,90,91)
#595051
(89,80,81)
#4E4647
(78,70,71)
#433C3D
(67,60,61)
#383233
(56,50,51)
#2D2829
(45,40,41)
#221E1F
(34,30,31)
#171415
(23,20,21)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #7A6E6F

#7A6E6F
(122,110,111)
#867B7C
(134,123,124)
#928889
(146,136,137)
#9E9596
(158,149,150)
#AAA2A3
(170,162,163)
#B6AFB0
(182,175,176)
#C2BCBD
(194,188,189)
#CEC9CA
(206,201,202)
#DAD6D7
(218,214,215)
#E6E3E4
(230,227,228)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6E6F; }

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

This text font color is #7A6E6F.


Background Color

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

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

This div background color is #7A6E6F.


Border color

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

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

This div border color is #7A6E6F.


Opacity

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

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

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

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

This text has shadow with #7A6E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6E6F on black background.


Color preview on white background

This text has color #7A6E6F on white background.



Black color preview on #7A6E6F background

This text has black color on #7A6E6F background.


White color preview on #7A6E6F background

This text has white color on #7A6E6F background.