COLOR #7A888B

HEX: #7A888B RGB: (122,136,139)

Color info

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

RGB color model

#7A888B color RGB value is (122,136,139).

RGB: (122,136,139) (48%, 53%, 55%)

RGB channels and saturation

R 122 of 255 = 48%
G 136 of 255 = 53%
B 139 of 255 = 55%

122
136
139

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

Portions of RGB colors in percentages

R + G + B = 122 + 136 + 139 = 397 (100%)
R 122 of 397 ~ 30.73%
G 136 of 397 ~ 34.26%
B 139 of 397 ~ 35.01'%

%30.73
%34.26
%35.01

CMYK color model

#7A888B color CMYK value is (12,2,0,45).

  • cyan value is 12.23%
  • magenta value is 2.16%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (12,2,0,45)
C12M2Y0K45 (12%, 2%, 0%, 45%)
(0.12 / 0.02 / 0.00 / 0.45)

CMYK percentages

%12.23
%2.16
%0
%45.49

Codes

Color #7A888B in popluar color models

7A 88 8B
RGB 122 136 139
HSL 191° 6.83% 51.18%
HSB/HSV 191° 12.23% 54.51%
CMYK 12.23% 2.16% 0.00%
45.49%

Color #7A888B in popluar number systems.

HEX 7A 88 8B
Decimal 122 136 139
Binary 1111010 10001000 10001011
Octal 172 210 213

Shades and tints

Shades of #7A888B

#7A888B
(122,136,139)
#6F7C7F
(111,124,127)
#647073
(100,112,115)
#596467
(89,100,103)
#4E585B
(78,88,91)
#434C4F
(67,76,79)
#384043
(56,64,67)
#2D3437
(45,52,55)
#22282B
(34,40,43)
#171C1F
(23,28,31)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #7A888B

#7A888B
(122,136,139)
#869295
(134,146,149)
#929C9F
(146,156,159)
#9EA6A9
(158,166,169)
#AAB0B3
(170,176,179)
#B6BABD
(182,186,189)
#C2C4C7
(194,196,199)
#CECED1
(206,206,209)
#DAD8DB
(218,216,219)
#E6E2E5
(230,226,229)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A888B; }

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

This text font color is #7A888B.

Background Color

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

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

This div background color is #7A888B.

Border color

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

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

This div border color is #7A888B.

Opacity

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

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

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

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

This text has shadow with #7A888B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A888B.

Preview

Color preview on black background

This text has color #7A888B on black background.


Color preview on white background

This text has color #7A888B on white background.


Black color preview on #7A888B background

This text has black color on #7A888B background.


White color preview on #7A888B background

This text has white color on #7A888B background.


Related colors

Complementary color

Complementary color for #hex is #857774.


I love getcolorcode.com

Triadic colors

1 #8B7A88 and #888B7A with #7A888B are triadic colors.

2 #8B887A and #887A8B with #7A888B are triadic colors.