COLOR #7A9A95

HEX: #7A9A95 RGB: (122,154,149)

Color info

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

RGB color model

#7A9A95 color RGB value is (122,154,149).

RGB: (122,154,149) (48%, 60%, 58%)

RGB channels and saturation

R 122 of 255 = 48%
G 154 of 255 = 60%
B 149 of 255 = 58%

122
154
149

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

Portions of RGB colors in percentages

R + G + B = 122 + 154 + 149 = 425 (100%)
R 122 of 425 ~ 28.71%
G 154 of 425 ~ 36.24%
B 149 of 425 ~ 35.06'%

%28.71
%36.24
%35.06

CMYK color model

#7A9A95 color CMYK value is (21,0,3,40).

  • cyan value is 20.78%
  • magenta value is 0.00%
  • yellow value is 3.25%
  • key color value is 39.61%

CMYK: (21,0,3,40)
C21M0Y3K40 (21%, 0%, 3%, 40%)
(0.21 / 0.00 / 0.03 / 0.40)

CMYK percentages

%20.78
%0
%3.25
%39.61

Codes

Color #7A9A95 in popluar color models

7A 9A 95
RGB 122 154 149
HSL 171° 13.68% 54.12%
HSB/HSV 171° 20.78% 60.39%
CMYK 20.78% 0.00% 3.25%
39.61%

Color #7A9A95 in popluar number systems.

HEX 7A 9A 95
Decimal 122 154 149
Binary 1111010 10011010 10010101
Octal 172 232 225

Shades and tints

Shades of #7A9A95

#7A9A95
(122,154,149)
#6F8C88
(111,140,136)
#647E7B
(100,126,123)
#59706E
(89,112,110)
#4E6261
(78,98,97)
#435454
(67,84,84)
#384647
(56,70,71)
#2D383A
(45,56,58)
#222A2D
(34,42,45)
#171C20
(23,28,32)
#0C0E13
(12,14,19)
#000000
(0,0,0)

Tints of #7A9A95

#7A9A95
(122,154,149)
#86A39E
(134,163,158)
#92ACA7
(146,172,167)
#9EB5B0
(158,181,176)
#AABEB9
(170,190,185)
#B6C7C2
(182,199,194)
#C2D0CB
(194,208,203)
#CED9D4
(206,217,212)
#DAE2DD
(218,226,221)
#E6EBE6
(230,235,230)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9A95; }

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

This text font color is #7A9A95.

Background Color

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

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

This div background color is #7A9A95.

Border color

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

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

This div border color is #7A9A95.

Opacity

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

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

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

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

This text has shadow with #7A9A95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A9A95.

Preview

Color preview on black background

This text has color #7A9A95 on black background.


Color preview on white background

This text has color #7A9A95 on white background.


Black color preview on #7A9A95 background

This text has black color on #7A9A95 background.


White color preview on #7A9A95 background

This text has white color on #7A9A95 background.


Related colors

Complementary color

Complementary color for #hex is #85656A.


I love getcolorcode.com

Triadic colors

1 #957A9A and #9A957A with #7A9A95 are triadic colors.

2 #959A7A and #9A7A95 with #7A9A95 are triadic colors.