COLOR #7A8890

HEX: #7A8890 RGB: (122,136,144)

Color info

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

RGB color model

#7A8890 color RGB value is (122,136,144).

RGB: (122,136,144) (48%, 53%, 56%)

RGB channels and saturation

R 122 of 255 = 48%
G 136 of 255 = 53%
B 144 of 255 = 56%

122
136
144

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

Portions of RGB colors in percentages

R + G + B = 122 + 136 + 144 = 402 (100%)
R 122 of 402 ~ 30.35%
G 136 of 402 ~ 33.83%
B 144 of 402 ~ 35.82'%

%30.35
%33.83
%35.82

CMYK color model

#7A8890 color CMYK value is (15,6,0,44).

  • cyan value is 15.28%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (15,6,0,44)
C15M6Y0K44 (15%, 6%, 0%, 44%)
(0.15 / 0.06 / 0.00 / 0.44)

CMYK percentages

%15.28
%5.56
%0
%43.53

Codes

Color #7A8890 in popluar color models

7A 88 90
RGB 122 136 144
HSL 202° 9.02% 52.16%
HSB/HSV 202° 15.28% 56.47%
CMYK 15.28% 5.56% 0.00%
43.53%

Color #7A8890 in popluar number systems.

HEX 7A 88 90
Decimal 122 136 144
Binary 1111010 10001000 10010000
Octal 172 210 220

Shades and tints

Shades of #7A8890

#7A8890
(122,136,144)
#6F7C83
(111,124,131)
#647076
(100,112,118)
#596469
(89,100,105)
#4E585C
(78,88,92)
#434C4F
(67,76,79)
#384042
(56,64,66)
#2D3435
(45,52,53)
#222828
(34,40,40)
#171C1B
(23,28,27)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #7A8890

#7A8890
(122,136,144)
#86929A
(134,146,154)
#929CA4
(146,156,164)
#9EA6AE
(158,166,174)
#AAB0B8
(170,176,184)
#B6BAC2
(182,186,194)
#C2C4CC
(194,196,204)
#CECED6
(206,206,214)
#DAD8E0
(218,216,224)
#E6E2EA
(230,226,234)
#F2ECF4
(242,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8890 color. Also use rgb(122,136,144) instead hex code.

Text Font Color

.myTextColor { color: #7A8890; }

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

This text font color is #7A8890.

Background Color

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

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

This div background color is #7A8890.

Border color

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

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

This div border color is #7A8890.

Opacity

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

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

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

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

This text has shadow with #7A8890 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A8890.

Preview

Color preview on black background

This text has color #7A8890 on black background.


Color preview on white background

This text has color #7A8890 on white background.


Black color preview on #7A8890 background

This text has black color on #7A8890 background.


White color preview on #7A8890 background

This text has white color on #7A8890 background.


Related colors

Complementary color

Complementary color for #hex is #85776F.


I love getcolorcode.com

Triadic colors

1 #907A88 and #88907A with #7A8890 are triadic colors.

2 #90887A and #887A90 with #7A8890 are triadic colors.