COLOR #7A879A

HEX: #7A879A RGB: (122,135,154)

Color info

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

RGB color model

#7A879A color RGB value is (122,135,154).

RGB: (122,135,154) (48%, 53%, 60%)

RGB channels and saturation

R 122 of 255 = 48%
G 135 of 255 = 53%
B 154 of 255 = 60%

122
135
154

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

Portions of RGB colors in percentages

R + G + B = 122 + 135 + 154 = 411 (100%)
R 122 of 411 ~ 29.68%
G 135 of 411 ~ 32.85%
B 154 of 411 ~ 37.47'%

%29.68
%32.85
%37.47

CMYK color model

#7A879A color CMYK value is (21,12,0,40).

  • cyan value is 20.78%
  • magenta value is 12.34%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (21,12,0,40)
C21M12Y0K40 (21%, 12%, 0%, 40%)
(0.21 / 0.12 / 0.00 / 0.40)

CMYK percentages

%20.78
%12.34
%0
%39.61

Codes

Color #7A879A in popluar color models

7A 87 9A
RGB 122 135 154
HSL 216° 13.68% 54.12%
HSB/HSV 216° 20.78% 60.39%
CMYK 20.78% 12.34% 0.00%
39.61%

Color #7A879A in popluar number systems.

HEX 7A 87 9A
Decimal 122 135 154
Binary 1111010 10000111 10011010
Octal 172 207 232

Shades and tints

Shades of #7A879A

#7A879A
(122,135,154)
#6F7B8C
(111,123,140)
#646F7E
(100,111,126)
#596370
(89,99,112)
#4E5762
(78,87,98)
#434B54
(67,75,84)
#383F46
(56,63,70)
#2D3338
(45,51,56)
#22272A
(34,39,42)
#171B1C
(23,27,28)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #7A879A

#7A879A
(122,135,154)
#8691A3
(134,145,163)
#929BAC
(146,155,172)
#9EA5B5
(158,165,181)
#AAAFBE
(170,175,190)
#B6B9C7
(182,185,199)
#C2C3D0
(194,195,208)
#CECDD9
(206,205,217)
#DAD7E2
(218,215,226)
#E6E1EB
(230,225,235)
#F2EBF4
(242,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A879A; }

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

This text font color is #7A879A.

Background Color

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

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

This div background color is #7A879A.

Border color

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

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

This div border color is #7A879A.

Opacity

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

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

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

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

This text has shadow with #7A879A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A879A.

Preview

Color preview on black background

This text has color #7A879A on black background.


Color preview on white background

This text has color #7A879A on white background.


Black color preview on #7A879A background

This text has black color on #7A879A background.


White color preview on #7A879A background

This text has white color on #7A879A background.


Related colors

Complementary color

Complementary color for #hex is #857865.


I love getcolorcode.com

Triadic colors

1 #9A7A87 and #879A7A with #7A879A are triadic colors.

2 #9A877A and #877A9A with #7A879A are triadic colors.