COLOR #7A938D

HEX: #7A938D
RGB: (122,147,141)

Color info

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

RGB color model

#7A938D color RGB value is (122,147,141).

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

RGB channels and saturation

R 122 of 255 = 48%
G 147 of 255 = 58%
B 141 of 255 = 55%

122
147
141

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

Portions of RGB colors in percentages

R + G + B =
122 + 147 + 141 = 410 (100%)
R 122 of 410 ~ 29.76%
G 147 of 410 ~ 35.85%
B 141 of 410 ~ 34.39%

%29.76
%35.85
%34.39

CMYK color model

#7A938D color CMYK value is (17,0,4,42).

  • cyan value is 17.01%
  • magenta value is 0.00%
  • yellow value is 4.08%
  • key color value is 42.35%
CMYK:
(17,0,4,42)
C17M0Y4K42 
(17%,0%,4%,42%)
(0.17/0.00/0.04/0.42)	

CMYK percentages

%17.01
%0
%4.08
%42.35

Codes

Color #7A938D in popluar color models

7A938D
RGB122147141
HSL166°10.37%52.75%
HSB/HSV166°17.01%57.65%
CMYK17.01%0.00%4.08%
42.35%

Color #7A938D in popluar number systems.

HEX7A938D
Decimal122147141
Binary11110101001001110001101
Octal172223215

Shades and tints

Shades of #7A938D

#7A938D
(122,147,141)
#6F8681
(111,134,129)
#647975
(100,121,117)
#596C69
(89,108,105)
#4E5F5D
(78,95,93)
#435251
(67,82,81)
#384545
(56,69,69)
#2D3839
(45,56,57)
#222B2D
(34,43,45)
#171E21
(23,30,33)
#0C1115
(12,17,21)
#000000
(0,0,0)

Tints of #7A938D

#7A938D
(122,147,141)
#869C97
(134,156,151)
#92A5A1
(146,165,161)
#9EAEAB
(158,174,171)
#AAB7B5
(170,183,181)
#B6C0BF
(182,192,191)
#C2C9C9
(194,201,201)
#CED2D3
(206,210,211)
#DADBDD
(218,219,221)
#E6E4E7
(230,228,231)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A938D; }

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

This text font color is #7A938D.


Background Color

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

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

This div background color is #7A938D.


Border color

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

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

This div border color is #7A938D.


Opacity

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

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

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

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

This text has shadow with #7A938D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A938D on black background.


Color preview on white background

This text has color #7A938D on white background.



Black color preview on #7A938D background

This text has black color on #7A938D background.


White color preview on #7A938D background

This text has white color on #7A938D background.