COLOR #7A978D

HEX: #7A978D RGB: (122,151,141)

Color info

#7A978D contains red, green and blue colors in about the same proportion. Web safe color of #7A978D is #669999 (or #699).

RGB color model

#7A978D color RGB value is (122,151,141).

RGB: (122,151,141) (48%, 59%, 55%)

RGB channels and saturation

R 122 of 255 = 48%
G 151 of 255 = 59%
B 141 of 255 = 55%

122
151
141

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

Portions of RGB colors in percentages

R + G + B = 122 + 151 + 141 = 414 (100%)
R 122 of 414 ~ 29.47%
G 151 of 414 ~ 36.47%
B 141 of 414 ~ 34.06'%

%29.47
%36.47
%34.06

CMYK color model

#7A978D color CMYK value is (19,0,7,41).

  • cyan value is 19.21%
  • magenta value is 0.00%
  • yellow value is 6.62%
  • key color value is 40.78%

CMYK: (19,0,7,41)
C19M0Y7K41 (19%, 0%, 7%, 41%)
(0.19 / 0.00 / 0.07 / 0.41)

CMYK percentages

%19.21
%0
%6.62
%40.78

Codes

Color #7A978D in popluar color models

7A 97 8D
RGB 122 151 141
HSL 159° 12.24% 53.53%
HSB/HSV 159° 19.21% 59.22%
CMYK 19.21% 0.00% 6.62%
40.78%

Color #7A978D in popluar number systems.

HEX 7A 97 8D
Decimal 122 151 141
Binary 1111010 10010111 10001101
Octal 172 227 215

Shades and tints

Shades of #7A978D

#7A978D
(122,151,141)
#6F8A81
(111,138,129)
#647D75
(100,125,117)
#597069
(89,112,105)
#4E635D
(78,99,93)
#435651
(67,86,81)
#384945
(56,73,69)
#2D3C39
(45,60,57)
#222F2D
(34,47,45)
#172221
(23,34,33)
#0C1515
(12,21,21)
#000000
(0,0,0)

Tints of #7A978D

#7A978D
(122,151,141)
#86A097
(134,160,151)
#92A9A1
(146,169,161)
#9EB2AB
(158,178,171)
#AABBB5
(170,187,181)
#B6C4BF
(182,196,191)
#C2CDC9
(194,205,201)
#CED6D3
(206,214,211)
#DADFDD
(218,223,221)
#E6E8E7
(230,232,231)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A978D color. Also use rgb(122,151,141) instead hex code.

Text Font Color

.myTextColor { color: #7A978D; }

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

This text font color is #7A978D.

Background Color

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

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

This div background color is #7A978D.

Border color

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

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

This div border color is #7A978D.

Opacity

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

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

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

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

This text has shadow with #7A978D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A978D.

Preview

Color preview on black background

This text has color #7A978D on black background.


Color preview on white background

This text has color #7A978D on white background.


Black color preview on #7A978D background

This text has black color on #7A978D background.


White color preview on #7A978D background

This text has white color on #7A978D background.


Related colors

Complementary color

Complementary color for #hex is #856872.


I love getcolorcode.com

Triadic colors

1 #8D7A97 and #978D7A with #7A978D are triadic colors.

2 #8D977A and #977A8D with #7A978D are triadic colors.