COLOR #7A8B95

HEX: #7A8B95
RGB: (122,139,149)

Color info

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

RGB color model

#7A8B95 color RGB value is (122,139,149).

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

RGB channels and saturation

R 122 of 255 = 48%
G 139 of 255 = 55%
B 149 of 255 = 58%

122
139
149

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

Portions of RGB colors in percentages

R + G + B =
122 + 139 + 149 = 410 (100%)
R 122 of 410 ~ 29.76%
G 139 of 410 ~ 33.9%
B 149 of 410 ~ 36.34%

%29.76
%33.9
%36.34

CMYK color model

#7A8B95 color CMYK value is (18,7,0,42).

  • cyan value is 18.12%
  • magenta value is 6.71%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(18,7,0,42)
C18M7Y0K42 
(18%,7%,0%,42%)
(0.18/0.07/0.00/0.42)	

CMYK percentages

%18.12
%6.71
%0
%41.57

Codes

Color #7A8B95 in popluar color models

7A8B95
RGB122139149
HSL202°11.30%53.14%
HSB/HSV202°18.12%58.43%
CMYK18.12%6.71%0.00%
41.57%

Color #7A8B95 in popluar number systems.

HEX7A8B95
Decimal122139149
Binary11110101000101110010101
Octal172213225

Shades and tints

Shades of #7A8B95

#7A8B95
(122,139,149)
#6F7F88
(111,127,136)
#64737B
(100,115,123)
#59676E
(89,103,110)
#4E5B61
(78,91,97)
#434F54
(67,79,84)
#384347
(56,67,71)
#2D373A
(45,55,58)
#222B2D
(34,43,45)
#171F20
(23,31,32)
#0C1313
(12,19,19)
#000000
(0,0,0)

Tints of #7A8B95

#7A8B95
(122,139,149)
#86959E
(134,149,158)
#929FA7
(146,159,167)
#9EA9B0
(158,169,176)
#AAB3B9
(170,179,185)
#B6BDC2
(182,189,194)
#C2C7CB
(194,199,203)
#CED1D4
(206,209,212)
#DADBDD
(218,219,221)
#E6E5E6
(230,229,230)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8B95; }

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

This text font color is #7A8B95.


Background Color

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

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

This div background color is #7A8B95.


Border color

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

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

This div border color is #7A8B95.


Opacity

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

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

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

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

This text has shadow with #7A8B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8B95 on black background.


Color preview on white background

This text has color #7A8B95 on white background.



Black color preview on #7A8B95 background

This text has black color on #7A8B95 background.


White color preview on #7A8B95 background

This text has white color on #7A8B95 background.