COLOR #7A929D

HEX: #7A929D
RGB: (122,146,157)

Color info

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

RGB color model

#7A929D color RGB value is (122,146,157).

  • red value is 122;
  • green value is 146;
  • blue value is 157.
RGB:
(122,146,157)
(48%,57%,62%)

RGB channels and saturation

R 122 of 255 = 48%
G 146 of 255 = 57%
B 157 of 255 = 62%

122
146
157

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

Portions of RGB colors in percentages

R + G + B =
122 + 146 + 157 = 425 (100%)
R 122 of 425 ~ 28.71%
G 146 of 425 ~ 34.35%
B 157 of 425 ~ 36.94%

%28.71
%34.35
%36.94

CMYK color model

#7A929D color CMYK value is (22,7,0,38).

  • cyan value is 22.29%
  • magenta value is 7.01%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(22,7,0,38)
C22M7Y0K38 
(22%,7%,0%,38%)
(0.22/0.07/0.00/0.38)	

CMYK percentages

%22.29
%7.01
%0
%38.43

Codes

Color #7A929D in popluar color models

7A929D
RGB122146157
HSL199°15.15%54.71%
HSB/HSV199°22.29%61.57%
CMYK22.29%7.01%0.00%
38.43%

Color #7A929D in popluar number systems.

HEX7A929D
Decimal122146157
Binary11110101001001010011101
Octal172222235

Shades and tints

Shades of #7A929D

#7A929D
(122,146,157)
#6F858F
(111,133,143)
#647881
(100,120,129)
#596B73
(89,107,115)
#4E5E65
(78,94,101)
#435157
(67,81,87)
#384449
(56,68,73)
#2D373B
(45,55,59)
#222A2D
(34,42,45)
#171D1F
(23,29,31)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #7A929D

#7A929D
(122,146,157)
#869BA5
(134,155,165)
#92A4AD
(146,164,173)
#9EADB5
(158,173,181)
#AAB6BD
(170,182,189)
#B6BFC5
(182,191,197)
#C2C8CD
(194,200,205)
#CED1D5
(206,209,213)
#DADADD
(218,218,221)
#E6E3E5
(230,227,229)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A929D color. Also use rgb(122,146,157) instead hex code.

Text Font Color

.myTextColor { color: #7A929D; }

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

This text font color is #7A929D.


Background Color

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

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

This div background color is #7A929D.


Border color

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

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

This div border color is #7A929D.


Opacity

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

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

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

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

This text has shadow with #7A929D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A929D on black background.


Color preview on white background

This text has color #7A929D on white background.



Black color preview on #7A929D background

This text has black color on #7A929D background.


White color preview on #7A929D background

This text has white color on #7A929D background.