COLOR #7A879D

HEX: #7A879D RGB: (122,135,157)

Color info

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

RGB color model

#7A879D color RGB value is (122,135,157).

RGB: (122,135,157) (48%, 53%, 62%)

RGB channels and saturation

R 122 of 255 = 48%
G 135 of 255 = 53%
B 157 of 255 = 62%

122
135
157

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

Portions of RGB colors in percentages

R + G + B = 122 + 135 + 157 = 414 (100%)
R 122 of 414 ~ 29.47%
G 135 of 414 ~ 32.61%
B 157 of 414 ~ 37.92'%

%29.47
%32.61
%37.92

CMYK color model

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

  • cyan value is 22.29%
  • magenta value is 14.01%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (22,14,0,38)
C22M14Y0K38 (22%, 14%, 0%, 38%)
(0.22 / 0.14 / 0.00 / 0.38)

CMYK percentages

%22.29
%14.01
%0
%38.43

Codes

Color #7A879D in popluar color models

7A 87 9D
RGB 122 135 157
HSL 218° 15.15% 54.71%
HSB/HSV 218° 22.29% 61.57%
CMYK 22.29% 14.01% 0.00%
38.43%

Color #7A879D in popluar number systems.

HEX 7A 87 9D
Decimal 122 135 157
Binary 1111010 10000111 10011101
Octal 172 207 235

Shades and tints

Shades of #7A879D

#7A879D
(122,135,157)
#6F7B8F
(111,123,143)
#646F81
(100,111,129)
#596373
(89,99,115)
#4E5765
(78,87,101)
#434B57
(67,75,87)
#383F49
(56,63,73)
#2D333B
(45,51,59)
#22272D
(34,39,45)
#171B1F
(23,27,31)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #7A879D

#7A879D
(122,135,157)
#8691A5
(134,145,165)
#929BAD
(146,155,173)
#9EA5B5
(158,165,181)
#AAAFBD
(170,175,189)
#B6B9C5
(182,185,197)
#C2C3CD
(194,195,205)
#CECDD5
(206,205,213)
#DAD7DD
(218,215,221)
#E6E1E5
(230,225,229)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A879D; }

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

This text font color is #7A879D.

Background Color

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

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

This div background color is #7A879D.

Border color

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

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

This div border color is #7A879D.

Opacity

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

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

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

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

This text has shadow with #7A879D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A879D.

Preview

Color preview on black background

This text has color #7A879D on black background.


Color preview on white background

This text has color #7A879D on white background.


Black color preview on #7A879D background

This text has black color on #7A879D background.


White color preview on #7A879D background

This text has white color on #7A879D background.


Related colors

Complementary color

Complementary color for #hex is #857862.


I love getcolorcode.com

Triadic colors

1 #9D7A87 and #879D7A with #7A879D are triadic colors.

2 #9D877A and #877A9D with #7A879D are triadic colors.