COLOR #7A9794

HEX: #7A9794
RGB: (122,151,148)

Color info

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

RGB color model

#7A9794 color RGB value is (122,151,148).

  • red value is 122;
  • green value is 151;
  • blue value is 148.
RGB:
(122,151,148)
(48%,59%,58%)

RGB channels and saturation

R 122 of 255 = 48%
G 151 of 255 = 59%
B 148 of 255 = 58%

122
151
148

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

Portions of RGB colors in percentages

R + G + B =
122 + 151 + 148 = 421 (100%)
R 122 of 421 ~ 28.98%
G 151 of 421 ~ 35.87%
B 148 of 421 ~ 35.15%

%28.98
%35.87
%35.15

CMYK color model

#7A9794 color CMYK value is (19,0,2,41).

  • cyan value is 19.21%
  • magenta value is 0.00%
  • yellow value is 1.99%
  • key color value is 40.78%
CMYK:
(19,0,2,41)
C19M0Y2K41 
(19%,0%,2%,41%)
(0.19/0.00/0.02/0.41)	

CMYK percentages

%19.21
%0
%1.99
%40.78

Codes

Color #7A9794 in popluar color models

7A9794
RGB122151148
HSL174°12.24%53.53%
HSB/HSV174°19.21%59.22%
CMYK19.21%0.00%1.99%
40.78%

Color #7A9794 in popluar number systems.

HEX7A9794
Decimal122151148
Binary11110101001011110010100
Octal172227224

Shades and tints

Shades of #7A9794

#7A9794
(122,151,148)
#6F8A87
(111,138,135)
#647D7A
(100,125,122)
#59706D
(89,112,109)
#4E6360
(78,99,96)
#435653
(67,86,83)
#384946
(56,73,70)
#2D3C39
(45,60,57)
#222F2C
(34,47,44)
#17221F
(23,34,31)
#0C1512
(12,21,18)
#000000
(0,0,0)

Tints of #7A9794

#7A9794
(122,151,148)
#86A09D
(134,160,157)
#92A9A6
(146,169,166)
#9EB2AF
(158,178,175)
#AABBB8
(170,187,184)
#B6C4C1
(182,196,193)
#C2CDCA
(194,205,202)
#CED6D3
(206,214,211)
#DADFDC
(218,223,220)
#E6E8E5
(230,232,229)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A9794 color. Also use rgb(122,151,148) instead hex code.

Text Font Color

.myTextColor { color: #7A9794; }

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

This text font color is #7A9794.


Background Color

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

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

This div background color is #7A9794.


Border color

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

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

This div border color is #7A9794.


Opacity

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

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

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

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

This text has shadow with #7A9794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9794 on black background.


Color preview on white background

This text has color #7A9794 on white background.



Black color preview on #7A9794 background

This text has black color on #7A9794 background.


White color preview on #7A9794 background

This text has white color on #7A9794 background.