COLOR #7A785E

HEX: #7A785E
RGB: (122,120,94)

Color info

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

RGB color model

#7A785E color RGB value is (122,120,94).

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

RGB channels and saturation

R 122 of 255 = 48%
G 120 of 255 = 47%
B 94 of 255 = 37%

122
120
94

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

Portions of RGB colors in percentages

R + G + B =
122 + 120 + 94 = 336 (100%)
R 122 of 336 ~ 36.31%
G 120 of 336 ~ 35.71%
B 94 of 336 ~ 27.98%

%36.31
%35.71
%27.98

CMYK color model

#7A785E color CMYK value is (0,2,23,52).

  • cyan value is 0.00%
  • magenta value is 1.64%
  • yellow value is 22.95%
  • key color value is 52.16%
CMYK:
(0,2,23,52)
C0M2Y23K52 
(0%,2%,23%,52%)
(0.00/0.02/0.23/0.52)	

CMYK percentages

%0
%1.64
%22.95
%52.16

Codes

Color #7A785E in popluar color models

7A785E
RGB12212094
HSL56°12.96%42.35%
HSB/HSV56°22.95%47.84%
CMYK0.00%1.64%22.95%
52.16%

Color #7A785E in popluar number systems.

HEX7A785E
Decimal12212094
Binary111101011110001011110
Octal172170136

Shades and tints

Shades of #7A785E

#7A785E
(122,120,94)
#6F6E56
(111,110,86)
#64644E
(100,100,78)
#595A46
(89,90,70)
#4E503E
(78,80,62)
#434636
(67,70,54)
#383C2E
(56,60,46)
#2D3226
(45,50,38)
#22281E
(34,40,30)
#171E16
(23,30,22)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #7A785E

#7A785E
(122,120,94)
#86846C
(134,132,108)
#92907A
(146,144,122)
#9E9C88
(158,156,136)
#AAA896
(170,168,150)
#B6B4A4
(182,180,164)
#C2C0B2
(194,192,178)
#CECCC0
(206,204,192)
#DAD8CE
(218,216,206)
#E6E4DC
(230,228,220)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A785E; }

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

This text font color is #7A785E.


Background Color

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

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

This div background color is #7A785E.


Border color

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

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

This div border color is #7A785E.


Opacity

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

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

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

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

This text has shadow with #7A785E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A785E on black background.


Color preview on white background

This text has color #7A785E on white background.



Black color preview on #7A785E background

This text has black color on #7A785E background.


White color preview on #7A785E background

This text has white color on #7A785E background.