COLOR #7A9C89

HEX: #7A9C89
RGB: (122,156,137)

Color info

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

RGB color model

#7A9C89 color RGB value is (122,156,137).

  • red value is 122;
  • green value is 156;
  • blue value is 137.
RGB:
(122,156,137)
(48%,61%,54%)

RGB channels and saturation

R 122 of 255 = 48%
G 156 of 255 = 61%
B 137 of 255 = 54%

122
156
137

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

Portions of RGB colors in percentages

R + G + B =
122 + 156 + 137 = 415 (100%)
R 122 of 415 ~ 29.4%
G 156 of 415 ~ 37.59%
B 137 of 415 ~ 33.01%

%29.4
%37.59
%33.01

CMYK color model

#7A9C89 color CMYK value is (22,0,12,39).

  • cyan value is 21.79%
  • magenta value is 0.00%
  • yellow value is 12.18%
  • key color value is 38.82%
CMYK:
(22,0,12,39)
C22M0Y12K39 
(22%,0%,12%,39%)
(0.22/0.00/0.12/0.39)	

CMYK percentages

%21.79
%0
%12.18
%38.82

Codes

Color #7A9C89 in popluar color models

7A9C89
RGB122156137
HSL146°14.66%54.51%
HSB/HSV146°21.79%61.18%
CMYK21.79%0.00%12.18%
38.82%

Color #7A9C89 in popluar number systems.

HEX7A9C89
Decimal122156137
Binary11110101001110010001001
Octal172234211

Shades and tints

Shades of #7A9C89

#7A9C89
(122,156,137)
#6F8E7D
(111,142,125)
#648071
(100,128,113)
#597265
(89,114,101)
#4E6459
(78,100,89)
#43564D
(67,86,77)
#384841
(56,72,65)
#2D3A35
(45,58,53)
#222C29
(34,44,41)
#171E1D
(23,30,29)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #7A9C89

#7A9C89
(122,156,137)
#86A593
(134,165,147)
#92AE9D
(146,174,157)
#9EB7A7
(158,183,167)
#AAC0B1
(170,192,177)
#B6C9BB
(182,201,187)
#C2D2C5
(194,210,197)
#CEDBCF
(206,219,207)
#DAE4D9
(218,228,217)
#E6EDE3
(230,237,227)
#F2F6ED
(242,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A9C89 color. Also use rgb(122,156,137) instead hex code.

Text Font Color

.myTextColor { color: #7A9C89; }

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

This text font color is #7A9C89.


Background Color

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

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

This div background color is #7A9C89.


Border color

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

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

This div border color is #7A9C89.


Opacity

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

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

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

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

This text has shadow with #7A9C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9C89 on black background.


Color preview on white background

This text has color #7A9C89 on white background.



Black color preview on #7A9C89 background

This text has black color on #7A9C89 background.


White color preview on #7A9C89 background

This text has white color on #7A9C89 background.