COLOR #7A9193

HEX: #7A9193
RGB: (122,145,147)

Color info

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

RGB color model

#7A9193 color RGB value is (122,145,147).

  • red value is 122;
  • green value is 145;
  • blue value is 147.
RGB:
(122,145,147)
(48%,57%,58%)

RGB channels and saturation

R 122 of 255 = 48%
G 145 of 255 = 57%
B 147 of 255 = 58%

122
145
147

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

Portions of RGB colors in percentages

R + G + B =
122 + 145 + 147 = 414 (100%)
R 122 of 414 ~ 29.47%
G 145 of 414 ~ 35.02%
B 147 of 414 ~ 35.51%

%29.47
%35.02
%35.51

CMYK color model

#7A9193 color CMYK value is (17,1,0,42).

  • cyan value is 17.01%
  • magenta value is 1.36%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(17,1,0,42)
C17M1Y0K42 
(17%,1%,0%,42%)
(0.17/0.01/0.00/0.42)	

CMYK percentages

%17.01
%1.36
%0
%42.35

Codes

Color #7A9193 in popluar color models

7A9193
RGB122145147
HSL185°10.37%52.75%
HSB/HSV185°17.01%57.65%
CMYK17.01%1.36%0.00%
42.35%

Color #7A9193 in popluar number systems.

HEX7A9193
Decimal122145147
Binary11110101001000110010011
Octal172221223

Shades and tints

Shades of #7A9193

#7A9193
(122,145,147)
#6F8486
(111,132,134)
#647779
(100,119,121)
#596A6C
(89,106,108)
#4E5D5F
(78,93,95)
#435052
(67,80,82)
#384345
(56,67,69)
#2D3638
(45,54,56)
#22292B
(34,41,43)
#171C1E
(23,28,30)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #7A9193

#7A9193
(122,145,147)
#869B9C
(134,155,156)
#92A5A5
(146,165,165)
#9EAFAE
(158,175,174)
#AAB9B7
(170,185,183)
#B6C3C0
(182,195,192)
#C2CDC9
(194,205,201)
#CED7D2
(206,215,210)
#DAE1DB
(218,225,219)
#E6EBE4
(230,235,228)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A9193 color. Also use rgb(122,145,147) instead hex code.

Text Font Color

.myTextColor { color: #7A9193; }

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

This text font color is #7A9193.


Background Color

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

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

This div background color is #7A9193.


Border color

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

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

This div border color is #7A9193.


Opacity

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

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

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

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

This text has shadow with #7A9193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9193 on black background.


Color preview on white background

This text has color #7A9193 on white background.



Black color preview on #7A9193 background

This text has black color on #7A9193 background.


White color preview on #7A9193 background

This text has white color on #7A9193 background.