COLOR #7A786F

HEX: #7A786F RGB: (122,120,111)

Color info

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

RGB color model

#7A786F color RGB value is (122,120,111).

RGB: (122,120,111) (48%, 47%, 44%)

RGB channels and saturation

R 122 of 255 = 48%
G 120 of 255 = 47%
B 111 of 255 = 44%

122
120
111

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

Portions of RGB colors in percentages

R + G + B = 122 + 120 + 111 = 353 (100%)
R 122 of 353 ~ 34.56%
G 120 of 353 ~ 33.99%
B 111 of 353 ~ 31.44'%

%34.56
%33.99
%31.44

CMYK color model

#7A786F color CMYK value is (0,2,9,52).

  • cyan value is 0.00%
  • magenta value is 1.64%
  • yellow value is 9.02%
  • key color value is 52.16%

CMYK: (0,2,9,52)
C0M2Y9K52 (0%, 2%, 9%, 52%)
(0.00 / 0.02 / 0.09 / 0.52)

CMYK percentages

%0
%1.64
%9.02
%52.16

Codes

Color #7A786F in popluar color models

7A 78 6F
RGB 122 120 111
HSL 49° 4.72% 45.69%
HSB/HSV 49° 9.02% 47.84%
CMYK 0.00% 1.64% 9.02%
52.16%

Color #7A786F in popluar number systems.

HEX 7A 78 6F
Decimal 122 120 111
Binary 1111010 1111000 1101111
Octal 172 170 157

Shades and tints

Shades of #7A786F

#7A786F
(122,120,111)
#6F6E65
(111,110,101)
#64645B
(100,100,91)
#595A51
(89,90,81)
#4E5047
(78,80,71)
#43463D
(67,70,61)
#383C33
(56,60,51)
#2D3229
(45,50,41)
#22281F
(34,40,31)
#171E15
(23,30,21)
#0C140B
(12,20,11)
#000000
(0,0,0)

Tints of #7A786F

#7A786F
(122,120,111)
#86847C
(134,132,124)
#929089
(146,144,137)
#9E9C96
(158,156,150)
#AAA8A3
(170,168,163)
#B6B4B0
(182,180,176)
#C2C0BD
(194,192,189)
#CECCCA
(206,204,202)
#DAD8D7
(218,216,215)
#E6E4E4
(230,228,228)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A786F; }

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

This text font color is #7A786F.

Background Color

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

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

This div background color is #7A786F.

Border color

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

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

This div border color is #7A786F.

Opacity

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

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

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

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

This text has shadow with #7A786F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A786F.

Preview

Color preview on black background

This text has color #7A786F on black background.


Color preview on white background

This text has color #7A786F on white background.


Black color preview on #7A786F background

This text has black color on #7A786F background.


White color preview on #7A786F background

This text has white color on #7A786F background.


Related colors

Complementary color

Complementary color for #hex is #858790.


I love getcolorcode.com

Triadic colors

1 #6F7A78 and #786F7A with #7A786F are triadic colors.

2 #6F787A and #787A6F with #7A786F are triadic colors.