COLOR #7A9E87

HEX: #7A9E87
RGB: (122,158,135)

Color info

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

RGB color model

#7A9E87 color RGB value is (122,158,135).

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

RGB channels and saturation

R 122 of 255 = 48%
G 158 of 255 = 62%
B 135 of 255 = 53%

122
158
135

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

Portions of RGB colors in percentages

R + G + B =
122 + 158 + 135 = 415 (100%)
R 122 of 415 ~ 29.4%
G 158 of 415 ~ 38.07%
B 135 of 415 ~ 32.53%

%29.4
%38.07
%32.53

CMYK color model

#7A9E87 color CMYK value is (23,0,15,38).

  • cyan value is 22.78%
  • magenta value is 0.00%
  • yellow value is 14.56%
  • key color value is 38.04%
CMYK:
(23,0,15,38)
C23M0Y15K38 
(23%,0%,15%,38%)
(0.23/0.00/0.15/0.38)	

CMYK percentages

%22.78
%0
%14.56
%38.04

Codes

Color #7A9E87 in popluar color models

7A9E87
RGB122158135
HSL142°15.65%54.90%
HSB/HSV142°22.78%61.96%
CMYK22.78%0.00%14.56%
38.04%

Color #7A9E87 in popluar number systems.

HEX7A9E87
Decimal122158135
Binary11110101001111010000111
Octal172236207

Shades and tints

Shades of #7A9E87

#7A9E87
(122,158,135)
#6F907B
(111,144,123)
#64826F
(100,130,111)
#597463
(89,116,99)
#4E6657
(78,102,87)
#43584B
(67,88,75)
#384A3F
(56,74,63)
#2D3C33
(45,60,51)
#222E27
(34,46,39)
#17201B
(23,32,27)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #7A9E87

#7A9E87
(122,158,135)
#86A691
(134,166,145)
#92AE9B
(146,174,155)
#9EB6A5
(158,182,165)
#AABEAF
(170,190,175)
#B6C6B9
(182,198,185)
#C2CEC3
(194,206,195)
#CED6CD
(206,214,205)
#DADED7
(218,222,215)
#E6E6E1
(230,230,225)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9E87; }

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

This text font color is #7A9E87.


Background Color

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

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

This div background color is #7A9E87.


Border color

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

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

This div border color is #7A9E87.


Opacity

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

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

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

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

This text has shadow with #7A9E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9E87 on black background.


Color preview on white background

This text has color #7A9E87 on white background.



Black color preview on #7A9E87 background

This text has black color on #7A9E87 background.


White color preview on #7A9E87 background

This text has white color on #7A9E87 background.