COLOR #7A8798

HEX: #7A8798 RGB: (122,135,152)

Color info

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

RGB color model

#7A8798 color RGB value is (122,135,152).

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

RGB channels and saturation

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

122
135
152

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

Portions of RGB colors in percentages

R + G + B = 122 + 135 + 152 = 409 (100%)
R 122 of 409 ~ 29.83%
G 135 of 409 ~ 33.01%
B 152 of 409 ~ 37.16'%

%29.83
%33.01
%37.16

CMYK color model

#7A8798 color CMYK value is (20,11,0,40).

  • cyan value is 19.74%
  • magenta value is 11.18%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (20,11,0,40)
C20M11Y0K40 (20%, 11%, 0%, 40%)
(0.20 / 0.11 / 0.00 / 0.40)

CMYK percentages

%19.74
%11.18
%0
%40.39

Codes

Color #7A8798 in popluar color models

7A 87 98
RGB 122 135 152
HSL 214° 12.71% 53.73%
HSB/HSV 214° 19.74% 59.61%
CMYK 19.74% 11.18% 0.00%
40.39%

Color #7A8798 in popluar number systems.

HEX 7A 87 98
Decimal 122 135 152
Binary 1111010 10000111 10011000
Octal 172 207 230

Shades and tints

Shades of #7A8798

#7A8798
(122,135,152)
#6F7B8B
(111,123,139)
#646F7E
(100,111,126)
#596371
(89,99,113)
#4E5764
(78,87,100)
#434B57
(67,75,87)
#383F4A
(56,63,74)
#2D333D
(45,51,61)
#222730
(34,39,48)
#171B23
(23,27,35)
#0C0F16
(12,15,22)
#000000
(0,0,0)

Tints of #7A8798

#7A8798
(122,135,152)
#8691A1
(134,145,161)
#929BAA
(146,155,170)
#9EA5B3
(158,165,179)
#AAAFBC
(170,175,188)
#B6B9C5
(182,185,197)
#C2C3CE
(194,195,206)
#CECDD7
(206,205,215)
#DAD7E0
(218,215,224)
#E6E1E9
(230,225,233)
#F2EBF2
(242,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8798; }

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

This text font color is #7A8798.

Background Color

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

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

This div background color is #7A8798.

Border color

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

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

This div border color is #7A8798.

Opacity

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

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

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

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

This text has shadow with #7A8798 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A8798.

Preview

Color preview on black background

This text has color #7A8798 on black background.


Color preview on white background

This text has color #7A8798 on white background.


Black color preview on #7A8798 background

This text has black color on #7A8798 background.


White color preview on #7A8798 background

This text has white color on #7A8798 background.


Related colors

Complementary color

Complementary color for #hex is #857867.


I love getcolorcode.com

Triadic colors

1 #987A87 and #87987A with #7A8798 are triadic colors.

2 #98877A and #877A98 with #7A8798 are triadic colors.