COLOR #7A8789

HEX: #7A8789
RGB: (122,135,137)

Color info

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

RGB color model

#7A8789 color RGB value is (122,135,137).

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

RGB channels and saturation

R 122 of 255 = 48%
G 135 of 255 = 53%
B 137 of 255 = 54%

122
135
137

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

Portions of RGB colors in percentages

R + G + B =
122 + 135 + 137 = 394 (100%)
R 122 of 394 ~ 30.96%
G 135 of 394 ~ 34.26%
B 137 of 394 ~ 34.77%

%30.96
%34.26
%34.77

CMYK color model

#7A8789 color CMYK value is (11,1,0,46).

  • cyan value is 10.95%
  • magenta value is 1.46%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(11,1,0,46)
C11M1Y0K46 
(11%,1%,0%,46%)
(0.11/0.01/0.00/0.46)	

CMYK percentages

%10.95
%1.46
%0
%46.27

Codes

Color #7A8789 in popluar color models

7A8789
RGB122135137
HSL188°5.98%50.78%
HSB/HSV188°10.95%53.73%
CMYK10.95%1.46%0.00%
46.27%

Color #7A8789 in popluar number systems.

HEX7A8789
Decimal122135137
Binary11110101000011110001001
Octal172207211

Shades and tints

Shades of #7A8789

#7A8789
(122,135,137)
#6F7B7D
(111,123,125)
#646F71
(100,111,113)
#596365
(89,99,101)
#4E5759
(78,87,89)
#434B4D
(67,75,77)
#383F41
(56,63,65)
#2D3335
(45,51,53)
#222729
(34,39,41)
#171B1D
(23,27,29)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #7A8789

#7A8789
(122,135,137)
#869193
(134,145,147)
#929B9D
(146,155,157)
#9EA5A7
(158,165,167)
#AAAFB1
(170,175,177)
#B6B9BB
(182,185,187)
#C2C3C5
(194,195,197)
#CECDCF
(206,205,207)
#DAD7D9
(218,215,217)
#E6E1E3
(230,225,227)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8789; }

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

This text font color is #7A8789.


Background Color

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

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

This div background color is #7A8789.


Border color

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

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

This div border color is #7A8789.


Opacity

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

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

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

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

This text has shadow with #7A8789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8789 on black background.


Color preview on white background

This text has color #7A8789 on white background.



Black color preview on #7A8789 background

This text has black color on #7A8789 background.


White color preview on #7A8789 background

This text has white color on #7A8789 background.