COLOR #7A899F

HEX: #7A899F
RGB: (122,137,159)

Color info

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

RGB color model

#7A899F color RGB value is (122,137,159).

  • red value is 122;
  • green value is 137;
  • blue value is 159.
RGB:
(122,137,159)
(48%,54%,62%)

RGB channels and saturation

R 122 of 255 = 48%
G 137 of 255 = 54%
B 159 of 255 = 62%

122
137
159

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

Portions of RGB colors in percentages

R + G + B =
122 + 137 + 159 = 418 (100%)
R 122 of 418 ~ 29.19%
G 137 of 418 ~ 32.78%
B 159 of 418 ~ 38.04%

%29.19
%32.78
%38.04

CMYK color model

#7A899F color CMYK value is (23,14,0,38).

  • cyan value is 23.27%
  • magenta value is 13.84%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(23,14,0,38)
C23M14Y0K38 
(23%,14%,0%,38%)
(0.23/0.14/0.00/0.38)	

CMYK percentages

%23.27
%13.84
%0
%37.65

Codes

Color #7A899F in popluar color models

7A899F
RGB122137159
HSL216°16.16%55.10%
HSB/HSV216°23.27%62.35%
CMYK23.27%13.84%0.00%
37.65%

Color #7A899F in popluar number systems.

HEX7A899F
Decimal122137159
Binary11110101000100110011111
Octal172211237

Shades and tints

Shades of #7A899F

#7A899F
(122,137,159)
#6F7D91
(111,125,145)
#647183
(100,113,131)
#596575
(89,101,117)
#4E5967
(78,89,103)
#434D59
(67,77,89)
#38414B
(56,65,75)
#2D353D
(45,53,61)
#22292F
(34,41,47)
#171D21
(23,29,33)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #7A899F

#7A899F
(122,137,159)
#8693A7
(134,147,167)
#929DAF
(146,157,175)
#9EA7B7
(158,167,183)
#AAB1BF
(170,177,191)
#B6BBC7
(182,187,199)
#C2C5CF
(194,197,207)
#CECFD7
(206,207,215)
#DAD9DF
(218,217,223)
#E6E3E7
(230,227,231)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A899F color. Also use rgb(122,137,159) instead hex code.

Text Font Color

.myTextColor { color: #7A899F; }

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

This text font color is #7A899F.


Background Color

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

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

This div background color is #7A899F.


Border color

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

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

This div border color is #7A899F.


Opacity

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

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

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

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

This text has shadow with #7A899F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A899F on black background.


Color preview on white background

This text has color #7A899F on white background.



Black color preview on #7A899F background

This text has black color on #7A899F background.


White color preview on #7A899F background

This text has white color on #7A899F background.