COLOR #7A746F

HEX: #7A746F RGB: (122,116,111)

Color info

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

RGB color model

#7A746F color RGB value is (122,116,111).

RGB: (122,116,111) (48%, 45%, 44%)

RGB channels and saturation

R 122 of 255 = 48%
G 116 of 255 = 45%
B 111 of 255 = 44%

122
116
111

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

Portions of RGB colors in percentages

R + G + B = 122 + 116 + 111 = 349 (100%)
R 122 of 349 ~ 34.96%
G 116 of 349 ~ 33.24%
B 111 of 349 ~ 31.81'%

%34.96
%33.24
%31.81

CMYK color model

#7A746F color CMYK value is (0,5,9,52).

  • cyan value is 0.00%
  • magenta value is 4.92%
  • yellow value is 9.02%
  • key color value is 52.16%
CMYK: (0,5,9,52) C0M5Y9K52 (0%,5%,9%,52%) (0.00/0.05/0.09/0.52) 

CMYK percentages

%0
%4.92
%9.02
%52.16

Codes

Color #7A746F in popluar color models

7A 74 6F
RGB 122 116 111
HSL 27° 4.72% 45.69%
HSB/HSV 27° 9.02% 47.84%
CMYK 0.00% 4.92% 9.02%
52.16%

Color #7A746F in popluar number systems.

HEX 7A 74 6F
Decimal 122 116 111
Binary 1111010 1110100 1101111
Octal 172 164 157

Shades and tints

Shades of #7A746F

#7A746F
(122,116,111)
#6F6A65
(111,106,101)
#64605B
(100,96,91)
#595651
(89,86,81)
#4E4C47
(78,76,71)
#43423D
(67,66,61)
#383833
(56,56,51)
#2D2E29
(45,46,41)
#22241F
(34,36,31)
#171A15
(23,26,21)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #7A746F

#7A746F
(122,116,111)
#86807C
(134,128,124)
#928C89
(146,140,137)
#9E9896
(158,152,150)
#AAA4A3
(170,164,163)
#B6B0B0
(182,176,176)
#C2BCBD
(194,188,189)
#CEC8CA
(206,200,202)
#DAD4D7
(218,212,215)
#E6E0E4
(230,224,228)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A746F; }

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

This text font color is #7A746F.

Background Color

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

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

This div background color is #7A746F.

Border color

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

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

This div border color is #7A746F.

Opacity

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

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

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

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

This text has shadow with #7A746F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A746F.

Preview

Color preview on black background

This text has color #7A746F on black background.


Color preview on white background

This text has color #7A746F on white background.


Black color preview on #7A746F background

This text has black color on #7A746F background.


White color preview on #7A746F background

This text has white color on #7A746F background.


Related colors

Complementary color

Complementary color for #hex is #858B90.


I love getcolorcode.com

Triadic colors

1 #6F7A74 and #746F7A with #7A746F are triadic colors.

2 #6F747A and #747A6F with #7A746F are triadic colors.