COLOR #7A786E

HEX: #7A786E
RGB: (122,120,110)

Color info

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

RGB color model

#7A786E color RGB value is (122,120,110).

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

RGB channels and saturation

R 122 of 255 = 48%
G 120 of 255 = 47%
B 110 of 255 = 43%

122
120
110

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

Portions of RGB colors in percentages

R + G + B =
122 + 120 + 110 = 352 (100%)
R 122 of 352 ~ 34.66%
G 120 of 352 ~ 34.09%
B 110 of 352 ~ 31.25%

%34.66
%34.09
%31.25

CMYK color model

#7A786E color CMYK value is (0,2,10,52).

  • cyan value is 0.00%
  • magenta value is 1.64%
  • yellow value is 9.84%
  • key color value is 52.16%
CMYK:
(0,2,10,52)
C0M2Y10K52 
(0%,2%,10%,52%)
(0.00/0.02/0.10/0.52)	

CMYK percentages

%0
%1.64
%9.84
%52.16

Codes

Color #7A786E in popluar color models

7A786E
RGB122120110
HSL50°5.17%45.49%
HSB/HSV50°9.84%47.84%
CMYK0.00%1.64%9.84%
52.16%

Color #7A786E in popluar number systems.

HEX7A786E
Decimal122120110
Binary111101011110001101110
Octal172170156

Shades and tints

Shades of #7A786E

#7A786E
(122,120,110)
#6F6E64
(111,110,100)
#64645A
(100,100,90)
#595A50
(89,90,80)
#4E5046
(78,80,70)
#43463C
(67,70,60)
#383C32
(56,60,50)
#2D3228
(45,50,40)
#22281E
(34,40,30)
#171E14
(23,30,20)
#0C140A
(12,20,10)
#000000
(0,0,0)

Tints of #7A786E

#7A786E
(122,120,110)
#86847B
(134,132,123)
#929088
(146,144,136)
#9E9C95
(158,156,149)
#AAA8A2
(170,168,162)
#B6B4AF
(182,180,175)
#C2C0BC
(194,192,188)
#CECCC9
(206,204,201)
#DAD8D6
(218,216,214)
#E6E4E3
(230,228,227)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A786E; }

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

This text font color is #7A786E.


Background Color

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

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

This div background color is #7A786E.


Border color

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

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

This div border color is #7A786E.


Opacity

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

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

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

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

This text has shadow with #7A786E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A786E on black background.


Color preview on white background

This text has color #7A786E on white background.



Black color preview on #7A786E background

This text has black color on #7A786E background.


White color preview on #7A786E background

This text has white color on #7A786E background.