COLOR #7A8D89

HEX: #7A8D89
RGB: (122,141,137)

Color info

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

RGB color model

#7A8D89 color RGB value is (122,141,137).

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

RGB channels and saturation

R 122 of 255 = 48%
G 141 of 255 = 55%
B 137 of 255 = 54%

122
141
137

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

Portions of RGB colors in percentages

R + G + B =
122 + 141 + 137 = 400 (100%)
R 122 of 400 ~ 30.5%
G 141 of 400 ~ 35.25%
B 137 of 400 ~ 34.25%

%30.5
%35.25
%34.25

CMYK color model

#7A8D89 color CMYK value is (13,0,3,45).

  • cyan value is 13.48%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 44.71%
CMYK:
(13,0,3,45)
C13M0Y3K45 
(13%,0%,3%,45%)
(0.13/0.00/0.03/0.45)	

CMYK percentages

%13.48
%0
%2.84
%44.71

Codes

Color #7A8D89 in popluar color models

7A8D89
RGB122141137
HSL167°7.69%51.57%
HSB/HSV167°13.48%55.29%
CMYK13.48%0.00%2.84%
44.71%

Color #7A8D89 in popluar number systems.

HEX7A8D89
Decimal122141137
Binary11110101000110110001001
Octal172215211

Shades and tints

Shades of #7A8D89

#7A8D89
(122,141,137)
#6F817D
(111,129,125)
#647571
(100,117,113)
#596965
(89,105,101)
#4E5D59
(78,93,89)
#43514D
(67,81,77)
#384541
(56,69,65)
#2D3935
(45,57,53)
#222D29
(34,45,41)
#17211D
(23,33,29)
#0C1511
(12,21,17)
#000000
(0,0,0)

Tints of #7A8D89

#7A8D89
(122,141,137)
#869793
(134,151,147)
#92A19D
(146,161,157)
#9EABA7
(158,171,167)
#AAB5B1
(170,181,177)
#B6BFBB
(182,191,187)
#C2C9C5
(194,201,197)
#CED3CF
(206,211,207)
#DADDD9
(218,221,217)
#E6E7E3
(230,231,227)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8D89; }

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

This text font color is #7A8D89.


Background Color

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

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

This div background color is #7A8D89.


Border color

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

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

This div border color is #7A8D89.


Opacity

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

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

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

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

This text has shadow with #7A8D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8D89 on black background.


Color preview on white background

This text has color #7A8D89 on white background.



Black color preview on #7A8D89 background

This text has black color on #7A8D89 background.


White color preview on #7A8D89 background

This text has white color on #7A8D89 background.