COLOR #7A746E

HEX: #7A746E
RGB: (122,116,110)

Color info

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

RGB color model

#7A746E color RGB value is (122,116,110).

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

RGB channels and saturation

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

122
116
110

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

Portions of RGB colors in percentages

R + G + B =
122 + 116 + 110 = 348 (100%)
R 122 of 348 ~ 35.06%
G 116 of 348 ~ 33.33%
B 110 of 348 ~ 31.61%

%35.06
%33.33
%31.61

CMYK color model

#7A746E color CMYK value is (0,5,10,52).

  • cyan value is 0.00%
  • magenta value is 4.92%
  • yellow value is 9.84%
  • key color value is 52.16%
CMYK:
(0,5,10,52)
C0M5Y10K52 
(0%,5%,10%,52%)
(0.00/0.05/0.10/0.52)	

CMYK percentages

%0
%4.92
%9.84
%52.16

Codes

Color #7A746E in popluar color models

7A746E
RGB122116110
HSL30°5.17%45.49%
HSB/HSV30°9.84%47.84%
CMYK0.00%4.92%9.84%
52.16%

Color #7A746E in popluar number systems.

HEX7A746E
Decimal122116110
Binary111101011101001101110
Octal172164156

Shades and tints

Shades of #7A746E

#7A746E
(122,116,110)
#6F6A64
(111,106,100)
#64605A
(100,96,90)
#595650
(89,86,80)
#4E4C46
(78,76,70)
#43423C
(67,66,60)
#383832
(56,56,50)
#2D2E28
(45,46,40)
#22241E
(34,36,30)
#171A14
(23,26,20)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #7A746E

#7A746E
(122,116,110)
#86807B
(134,128,123)
#928C88
(146,140,136)
#9E9895
(158,152,149)
#AAA4A2
(170,164,162)
#B6B0AF
(182,176,175)
#C2BCBC
(194,188,188)
#CEC8C9
(206,200,201)
#DAD4D6
(218,212,214)
#E6E0E3
(230,224,227)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A746E; }

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

This text font color is #7A746E.


Background Color

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

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

This div background color is #7A746E.


Border color

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

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

This div border color is #7A746E.


Opacity

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

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

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

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

This text has shadow with #7A746E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A746E on black background.


Color preview on white background

This text has color #7A746E on white background.



Black color preview on #7A746E background

This text has black color on #7A746E background.


White color preview on #7A746E background

This text has white color on #7A746E background.