COLOR #7A8B87

HEX: #7A8B87
RGB: (122,139,135)

Color info

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

RGB color model

#7A8B87 color RGB value is (122,139,135).

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

RGB channels and saturation

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

122
139
135

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

Portions of RGB colors in percentages

R + G + B =
122 + 139 + 135 = 396 (100%)
R 122 of 396 ~ 30.81%
G 139 of 396 ~ 35.1%
B 135 of 396 ~ 34.09%

%30.81
%35.1
%34.09

CMYK color model

#7A8B87 color CMYK value is (12,0,3,45).

  • cyan value is 12.23%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 45.49%
CMYK:
(12,0,3,45)
C12M0Y3K45 
(12%,0%,3%,45%)
(0.12/0.00/0.03/0.45)	

CMYK percentages

%12.23
%0
%2.88
%45.49

Codes

Color #7A8B87 in popluar color models

7A8B87
RGB122139135
HSL166°6.83%51.18%
HSB/HSV166°12.23%54.51%
CMYK12.23%0.00%2.88%
45.49%

Color #7A8B87 in popluar number systems.

HEX7A8B87
Decimal122139135
Binary11110101000101110000111
Octal172213207

Shades and tints

Shades of #7A8B87

#7A8B87
(122,139,135)
#6F7F7B
(111,127,123)
#64736F
(100,115,111)
#596763
(89,103,99)
#4E5B57
(78,91,87)
#434F4B
(67,79,75)
#38433F
(56,67,63)
#2D3733
(45,55,51)
#222B27
(34,43,39)
#171F1B
(23,31,27)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #7A8B87

#7A8B87
(122,139,135)
#869591
(134,149,145)
#929F9B
(146,159,155)
#9EA9A5
(158,169,165)
#AAB3AF
(170,179,175)
#B6BDB9
(182,189,185)
#C2C7C3
(194,199,195)
#CED1CD
(206,209,205)
#DADBD7
(218,219,215)
#E6E5E1
(230,229,225)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8B87; }

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

This text font color is #7A8B87.


Background Color

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

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

This div background color is #7A8B87.


Border color

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

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

This div border color is #7A8B87.


Opacity

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

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

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

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

This text has shadow with #7A8B87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8B87 on black background.


Color preview on white background

This text has color #7A8B87 on white background.



Black color preview on #7A8B87 background

This text has black color on #7A8B87 background.


White color preview on #7A8B87 background

This text has white color on #7A8B87 background.