COLOR #7A9E8E

HEX: #7A9E8E
RGB: (122,158,142)

Color info

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

RGB color model

#7A9E8E color RGB value is (122,158,142).

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

RGB channels and saturation

R 122 of 255 = 48%
G 158 of 255 = 62%
B 142 of 255 = 56%

122
158
142

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

Portions of RGB colors in percentages

R + G + B =
122 + 158 + 142 = 422 (100%)
R 122 of 422 ~ 28.91%
G 158 of 422 ~ 37.44%
B 142 of 422 ~ 33.65%

%28.91
%37.44
%33.65

CMYK color model

#7A9E8E color CMYK value is (23,0,10,38).

  • cyan value is 22.78%
  • magenta value is 0.00%
  • yellow value is 10.13%
  • key color value is 38.04%
CMYK:
(23,0,10,38)
C23M0Y10K38 
(23%,0%,10%,38%)
(0.23/0.00/0.10/0.38)	

CMYK percentages

%22.78
%0
%10.13
%38.04

Codes

Color #7A9E8E in popluar color models

7A9E8E
RGB122158142
HSL153°15.65%54.90%
HSB/HSV153°22.78%61.96%
CMYK22.78%0.00%10.13%
38.04%

Color #7A9E8E in popluar number systems.

HEX7A9E8E
Decimal122158142
Binary11110101001111010001110
Octal172236216

Shades and tints

Shades of #7A9E8E

#7A9E8E
(122,158,142)
#6F9082
(111,144,130)
#648276
(100,130,118)
#59746A
(89,116,106)
#4E665E
(78,102,94)
#435852
(67,88,82)
#384A46
(56,74,70)
#2D3C3A
(45,60,58)
#222E2E
(34,46,46)
#172022
(23,32,34)
#0C1216
(12,18,22)
#000000
(0,0,0)

Tints of #7A9E8E

#7A9E8E
(122,158,142)
#86A698
(134,166,152)
#92AEA2
(146,174,162)
#9EB6AC
(158,182,172)
#AABEB6
(170,190,182)
#B6C6C0
(182,198,192)
#C2CECA
(194,206,202)
#CED6D4
(206,214,212)
#DADEDE
(218,222,222)
#E6E6E8
(230,230,232)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9E8E; }

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

This text font color is #7A9E8E.


Background Color

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

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

This div background color is #7A9E8E.


Border color

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

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

This div border color is #7A9E8E.


Opacity

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

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

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

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

This text has shadow with #7A9E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9E8E on black background.


Color preview on white background

This text has color #7A9E8E on white background.



Black color preview on #7A9E8E background

This text has black color on #7A9E8E background.


White color preview on #7A9E8E background

This text has white color on #7A9E8E background.