COLOR #7A947E

HEX: #7A947E
RGB: (122,148,126)

Color info

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

RGB color model

#7A947E color RGB value is (122,148,126).

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

RGB channels and saturation

R 122 of 255 = 48%
G 148 of 255 = 58%
B 126 of 255 = 49%

122
148
126

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

Portions of RGB colors in percentages

R + G + B =
122 + 148 + 126 = 396 (100%)
R 122 of 396 ~ 30.81%
G 148 of 396 ~ 37.37%
B 126 of 396 ~ 31.82%

%30.81
%37.37
%31.82

CMYK color model

#7A947E color CMYK value is (18,0,15,42).

  • cyan value is 17.57%
  • magenta value is 0.00%
  • yellow value is 14.86%
  • key color value is 41.96%
CMYK:
(18,0,15,42)
C18M0Y15K42 
(18%,0%,15%,42%)
(0.18/0.00/0.15/0.42)	

CMYK percentages

%17.57
%0
%14.86
%41.96

Codes

Color #7A947E in popluar color models

7A947E
RGB122148126
HSL129°10.83%52.94%
HSB/HSV129°17.57%58.04%
CMYK17.57%0.00%14.86%
41.96%

Color #7A947E in popluar number systems.

HEX7A947E
Decimal122148126
Binary1111010100101001111110
Octal172224176

Shades and tints

Shades of #7A947E

#7A947E
(122,148,126)
#6F8773
(111,135,115)
#647A68
(100,122,104)
#596D5D
(89,109,93)
#4E6052
(78,96,82)
#435347
(67,83,71)
#38463C
(56,70,60)
#2D3931
(45,57,49)
#222C26
(34,44,38)
#171F1B
(23,31,27)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #7A947E

#7A947E
(122,148,126)
#869D89
(134,157,137)
#92A694
(146,166,148)
#9EAF9F
(158,175,159)
#AAB8AA
(170,184,170)
#B6C1B5
(182,193,181)
#C2CAC0
(194,202,192)
#CED3CB
(206,211,203)
#DADCD6
(218,220,214)
#E6E5E1
(230,229,225)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A947E; }

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

This text font color is #7A947E.


Background Color

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

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

This div background color is #7A947E.


Border color

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

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

This div border color is #7A947E.


Opacity

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

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

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

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

This text has shadow with #7A947E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A947E on black background.


Color preview on white background

This text has color #7A947E on white background.



Black color preview on #7A947E background

This text has black color on #7A947E background.


White color preview on #7A947E background

This text has white color on #7A947E background.