COLOR #7A837E

HEX: #7A837E
RGB: (122,131,126)

Color info

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

RGB color model

#7A837E color RGB value is (122,131,126).

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

RGB channels and saturation

R 122 of 255 = 48%
G 131 of 255 = 51%
B 126 of 255 = 49%

122
131
126

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

Portions of RGB colors in percentages

R + G + B =
122 + 131 + 126 = 379 (100%)
R 122 of 379 ~ 32.19%
G 131 of 379 ~ 34.56%
B 126 of 379 ~ 33.25%

%32.19
%34.56
%33.25

CMYK color model

#7A837E color CMYK value is (7,0,4,49).

  • cyan value is 6.87%
  • magenta value is 0.00%
  • yellow value is 3.82%
  • key color value is 48.63%
CMYK:
(7,0,4,49)
C7M0Y4K49 
(7%,0%,4%,49%)
(0.07/0.00/0.04/0.49)	

CMYK percentages

%6.87
%0
%3.82
%48.63

Codes

Color #7A837E in popluar color models

7A837E
RGB122131126
HSL147°3.56%49.61%
HSB/HSV147°6.87%51.37%
CMYK6.87%0.00%3.82%
48.63%

Color #7A837E in popluar number systems.

HEX7A837E
Decimal122131126
Binary1111010100000111111110
Octal172203176

Shades and tints

Shades of #7A837E

#7A837E
(122,131,126)
#6F7873
(111,120,115)
#646D68
(100,109,104)
#59625D
(89,98,93)
#4E5752
(78,87,82)
#434C47
(67,76,71)
#38413C
(56,65,60)
#2D3631
(45,54,49)
#222B26
(34,43,38)
#17201B
(23,32,27)
#0C1510
(12,21,16)
#000000
(0,0,0)

Tints of #7A837E

#7A837E
(122,131,126)
#868E89
(134,142,137)
#929994
(146,153,148)
#9EA49F
(158,164,159)
#AAAFAA
(170,175,170)
#B6BAB5
(182,186,181)
#C2C5C0
(194,197,192)
#CED0CB
(206,208,203)
#DADBD6
(218,219,214)
#E6E6E1
(230,230,225)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A837E; }

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

This text font color is #7A837E.


Background Color

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

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

This div background color is #7A837E.


Border color

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

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

This div border color is #7A837E.


Opacity

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

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

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

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

This text has shadow with #7A837E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A837E on black background.


Color preview on white background

This text has color #7A837E on white background.



Black color preview on #7A837E background

This text has black color on #7A837E background.


White color preview on #7A837E background

This text has white color on #7A837E background.