COLOR #7A8899

HEX: #7A8899
RGB: (122,136,153)

Color info

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

RGB color model

#7A8899 color RGB value is (122,136,153).

  • red value is 122;
  • green value is 136;
  • blue value is 153.
RGB:
(122,136,153)
(48%,53%,60%)

RGB channels and saturation

R 122 of 255 = 48%
G 136 of 255 = 53%
B 153 of 255 = 60%

122
136
153

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

Portions of RGB colors in percentages

R + G + B =
122 + 136 + 153 = 411 (100%)
R 122 of 411 ~ 29.68%
G 136 of 411 ~ 33.09%
B 153 of 411 ~ 37.23%

%29.68
%33.09
%37.23

CMYK color model

#7A8899 color CMYK value is (20,11,0,40).

  • cyan value is 20.26%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(20,11,0,40)
C20M11Y0K40 
(20%,11%,0%,40%)
(0.20/0.11/0.00/0.40)	

CMYK percentages

%20.26
%11.11
%0
%40

Codes

Color #7A8899 in popluar color models

7A8899
RGB122136153
HSL213°13.19%53.92%
HSB/HSV213°20.26%60.00%
CMYK20.26%11.11%0.00%
40.00%

Color #7A8899 in popluar number systems.

HEX7A8899
Decimal122136153
Binary11110101000100010011001
Octal172210231

Shades and tints

Shades of #7A8899

#7A8899
(122,136,153)
#6F7C8C
(111,124,140)
#64707F
(100,112,127)
#596472
(89,100,114)
#4E5865
(78,88,101)
#434C58
(67,76,88)
#38404B
(56,64,75)
#2D343E
(45,52,62)
#222831
(34,40,49)
#171C24
(23,28,36)
#0C1017
(12,16,23)
#000000
(0,0,0)

Tints of #7A8899

#7A8899
(122,136,153)
#8692A2
(134,146,162)
#929CAB
(146,156,171)
#9EA6B4
(158,166,180)
#AAB0BD
(170,176,189)
#B6BAC6
(182,186,198)
#C2C4CF
(194,196,207)
#CECED8
(206,206,216)
#DAD8E1
(218,216,225)
#E6E2EA
(230,226,234)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8899; }

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

This text font color is #7A8899.


Background Color

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

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

This div background color is #7A8899.


Border color

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

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

This div border color is #7A8899.


Opacity

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

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

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

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

This text has shadow with #7A8899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8899 on black background.


Color preview on white background

This text has color #7A8899 on white background.



Black color preview on #7A8899 background

This text has black color on #7A8899 background.


White color preview on #7A8899 background

This text has white color on #7A8899 background.