COLOR #7A746D

HEX: #7A746D
RGB: (122,116,109)

Color info

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

RGB color model

#7A746D color RGB value is (122,116,109).

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

RGB channels and saturation

R 122 of 255 = 48%
G 116 of 255 = 45%
B 109 of 255 = 43%

122
116
109

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

Portions of RGB colors in percentages

R + G + B =
122 + 116 + 109 = 347 (100%)
R 122 of 347 ~ 35.16%
G 116 of 347 ~ 33.43%
B 109 of 347 ~ 31.41%

%35.16
%33.43
%31.41

CMYK color model

#7A746D color CMYK value is (0,5,11,52).

  • cyan value is 0.00%
  • magenta value is 4.92%
  • yellow value is 10.66%
  • key color value is 52.16%
CMYK:
(0,5,11,52)
C0M5Y11K52 
(0%,5%,11%,52%)
(0.00/0.05/0.11/0.52)	

CMYK percentages

%0
%4.92
%10.66
%52.16

Codes

Color #7A746D in popluar color models

7A746D
RGB122116109
HSL32°5.63%45.29%
HSB/HSV32°10.66%47.84%
CMYK0.00%4.92%10.66%
52.16%

Color #7A746D in popluar number systems.

HEX7A746D
Decimal122116109
Binary111101011101001101101
Octal172164155

Shades and tints

Shades of #7A746D

#7A746D
(122,116,109)
#6F6A64
(111,106,100)
#64605B
(100,96,91)
#595652
(89,86,82)
#4E4C49
(78,76,73)
#434240
(67,66,64)
#383837
(56,56,55)
#2D2E2E
(45,46,46)
#222425
(34,36,37)
#171A1C
(23,26,28)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #7A746D

#7A746D
(122,116,109)
#86807A
(134,128,122)
#928C87
(146,140,135)
#9E9894
(158,152,148)
#AAA4A1
(170,164,161)
#B6B0AE
(182,176,174)
#C2BCBB
(194,188,187)
#CEC8C8
(206,200,200)
#DAD4D5
(218,212,213)
#E6E0E2
(230,224,226)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A746D; }

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

This text font color is #7A746D.


Background Color

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

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

This div background color is #7A746D.


Border color

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

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

This div border color is #7A746D.


Opacity

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

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

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

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

This text has shadow with #7A746D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A746D on black background.


Color preview on white background

This text has color #7A746D on white background.



Black color preview on #7A746D background

This text has black color on #7A746D background.


White color preview on #7A746D background

This text has white color on #7A746D background.