COLOR #7A889B

HEX: #7A889B
RGB: (122,136,155)

Color info

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

RGB color model

#7A889B color RGB value is (122,136,155).

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

RGB channels and saturation

R 122 of 255 = 48%
G 136 of 255 = 53%
B 155 of 255 = 61%

122
136
155

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

Portions of RGB colors in percentages

R + G + B =
122 + 136 + 155 = 413 (100%)
R 122 of 413 ~ 29.54%
G 136 of 413 ~ 32.93%
B 155 of 413 ~ 37.53%

%29.54
%32.93
%37.53

CMYK color model

#7A889B color CMYK value is (21,12,0,39).

  • cyan value is 21.29%
  • magenta value is 12.26%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK: (21,12,0,39) C21M12Y0K39 (21%,12%,0%,39%) (0.21/0.12/0.00/0.39)

CMYK percentages

%21.29
%12.26
%0
%39.22

Codes

Color #7A889B in popluar color models

7A889B
RGB122136155
HSL215°14.16%54.31%
HSB/HSV215°21.29%60.78%
CMYK21.29%12.26%0.00%
39.22%

Color #7A889B in popluar number systems.

HEX7A889B
Decimal122136155
Binary11110101000100010011011
Octal172210233

Shades and tints

Shades of #7A889B

#7A889B
(122,136,155)
#6F7C8D
(111,124,141)
#64707F
(100,112,127)
#596471
(89,100,113)
#4E5863
(78,88,99)
#434C55
(67,76,85)
#384047
(56,64,71)
#2D3439
(45,52,57)
#22282B
(34,40,43)
#171C1D
(23,28,29)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #7A889B

#7A889B
(122,136,155)
#8692A4
(134,146,164)
#929CAD
(146,156,173)
#9EA6B6
(158,166,182)
#AAB0BF
(170,176,191)
#B6BAC8
(182,186,200)
#C2C4D1
(194,196,209)
#CECEDA
(206,206,218)
#DAD8E3
(218,216,227)
#E6E2EC
(230,226,236)
#F2ECF5
(242,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A889B; }

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

This text font color is #7A889B.


Background Color

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

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

This div background color is #7A889B.


Border color

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

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

This div border color is #7A889B.


Opacity

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

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

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

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

This text has shadow with #7A889B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7A889B on black background.


Color preview on white background

This text has color #7A889B on white background.



Black color preview on #7A889B background

This text has black color on #7A889B background.


White color preview on #7A889B background

This text has white color on #7A889B background.