COLOR #7A8E8B

HEX: #7A8E8B
RGB: (122,142,139)

Color info

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

RGB color model

#7A8E8B color RGB value is (122,142,139).

  • red value is 122;
  • green value is 142;
  • blue value is 139.
RGB:
(122,142,139)
(48%,56%,55%)

RGB channels and saturation

R 122 of 255 = 48%
G 142 of 255 = 56%
B 139 of 255 = 55%

122
142
139

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

Portions of RGB colors in percentages

R + G + B =
122 + 142 + 139 = 403 (100%)
R 122 of 403 ~ 30.27%
G 142 of 403 ~ 35.24%
B 139 of 403 ~ 34.49%

%30.27
%35.24
%34.49

CMYK color model

#7A8E8B color CMYK value is (14,0,2,44).

  • cyan value is 14.08%
  • magenta value is 0.00%
  • yellow value is 2.11%
  • key color value is 44.31%
CMYK:
(14,0,2,44)
C14M0Y2K44 
(14%,0%,2%,44%)
(0.14/0.00/0.02/0.44)	

CMYK percentages

%14.08
%0
%2.11
%44.31

Codes

Color #7A8E8B in popluar color models

7A8E8B
RGB122142139
HSL171°8.13%51.76%
HSB/HSV171°14.08%55.69%
CMYK14.08%0.00%2.11%
44.31%

Color #7A8E8B in popluar number systems.

HEX7A8E8B
Decimal122142139
Binary11110101000111010001011
Octal172216213

Shades and tints

Shades of #7A8E8B

#7A8E8B
(122,142,139)
#6F827F
(111,130,127)
#647673
(100,118,115)
#596A67
(89,106,103)
#4E5E5B
(78,94,91)
#43524F
(67,82,79)
#384643
(56,70,67)
#2D3A37
(45,58,55)
#222E2B
(34,46,43)
#17221F
(23,34,31)
#0C1613
(12,22,19)
#000000
(0,0,0)

Tints of #7A8E8B

#7A8E8B
(122,142,139)
#869895
(134,152,149)
#92A29F
(146,162,159)
#9EACA9
(158,172,169)
#AAB6B3
(170,182,179)
#B6C0BD
(182,192,189)
#C2CAC7
(194,202,199)
#CED4D1
(206,212,209)
#DADEDB
(218,222,219)
#E6E8E5
(230,232,229)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8E8B; }

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

This text font color is #7A8E8B.


Background Color

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

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

This div background color is #7A8E8B.


Border color

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

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

This div border color is #7A8E8B.


Opacity

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

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

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

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

This text has shadow with #7A8E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8E8B on black background.


Color preview on white background

This text has color #7A8E8B on white background.



Black color preview on #7A8E8B background

This text has black color on #7A8E8B background.


White color preview on #7A8E8B background

This text has white color on #7A8E8B background.