COLOR #7A847E

HEX: #7A847E
RGB: (122,132,126)

Color info

#7A847E contains red, green and blue colors in about the same proportion. Web safe color of #7A847E is #669966 (or #696).

RGB color model

#7A847E color RGB value is (122,132,126).

  • red value is 122;
  • green value is 132;
  • blue value is 126.
RGB:
(122,132,126)
(48%,52%,49%)

RGB channels and saturation

R 122 of 255 = 48%
G 132 of 255 = 52%
B 126 of 255 = 49%

122
132
126

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

Portions of RGB colors in percentages

R + G + B =
122 + 132 + 126 = 380 (100%)
R 122 of 380 ~ 32.11%
G 132 of 380 ~ 34.74%
B 126 of 380 ~ 33.16%

%32.11
%34.74
%33.16

CMYK color model

#7A847E color CMYK value is (8,0,5,48).

  • cyan value is 7.58%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 48.24%
CMYK:
(8,0,5,48)
C8M0Y5K48 
(8%,0%,5%,48%)
(0.08/0.00/0.05/0.48)	

CMYK percentages

%7.58
%0
%4.55
%48.24

Codes

Color #7A847E in popluar color models

7A847E
RGB122132126
HSL144°3.94%49.80%
HSB/HSV144°7.58%51.76%
CMYK7.58%0.00%4.55%
48.24%

Color #7A847E in popluar number systems.

HEX7A847E
Decimal122132126
Binary1111010100001001111110
Octal172204176

Shades and tints

Shades of #7A847E

#7A847E
(122,132,126)
#6F7873
(111,120,115)
#646C68
(100,108,104)
#59605D
(89,96,93)
#4E5452
(78,84,82)
#434847
(67,72,71)
#383C3C
(56,60,60)
#2D3031
(45,48,49)
#222426
(34,36,38)
#17181B
(23,24,27)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #7A847E

#7A847E
(122,132,126)
#868F89
(134,143,137)
#929A94
(146,154,148)
#9EA59F
(158,165,159)
#AAB0AA
(170,176,170)
#B6BBB5
(182,187,181)
#C2C6C0
(194,198,192)
#CED1CB
(206,209,203)
#DADCD6
(218,220,214)
#E6E7E1
(230,231,225)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A847E color. Also use rgb(122,132,126) instead hex code.

Text Font Color

.myTextColor { color: #7A847E; }

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

This text font color is #7A847E.


Background Color

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

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

This div background color is #7A847E.


Border color

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

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

This div border color is #7A847E.


Opacity

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

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

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

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

This text has shadow with #7A847E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A847E on black background.


Color preview on white background

This text has color #7A847E on white background.



Black color preview on #7A847E background

This text has black color on #7A847E background.


White color preview on #7A847E background

This text has white color on #7A847E background.