COLOR #7899A7

HEX: #7899A7 RGB: (120,153,167)

Color info

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

RGB color model

#7899A7 color RGB value is (120,153,167).

RGB: (120,153,167) (47%, 60%, 65%)

RGB channels and saturation

R 120 of 255 = 47%
G 153 of 255 = 60%
B 167 of 255 = 65%

120
153
167

R + G + B ~ 57%. #7899A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 153 + 167 = 440 (100%)
R 120 of 440 ~ 27.27%
G 153 of 440 ~ 34.77%
B 167 of 440 ~ 37.95'%

%27.27
%34.77
%37.95

CMYK color model

#7899A7 color CMYK value is (28,8,0,35).

  • cyan value is 28.14%
  • magenta value is 8.38%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK: (28,8,0,35) C28M8Y0K35 (28%,8%,0%,35%) (0.28/0.08/0.00/0.35) 

CMYK percentages

%28.14
%8.38
%0
%34.51

Codes

Color #7899A7 in popluar color models

78 99 A7
RGB 120 153 167
HSL 198° 21.08% 56.27%
HSB/HSV 198° 28.14% 65.49%
CMYK 28.14% 8.38% 0.00%
34.51%

Color #7899A7 in popluar number systems.

HEX 78 99 A7
Decimal 120 153 167
Binary 1111000 10011001 10100111
Octal 170 231 247

Shades and tints

Shades of #7899A7

#7899A7
(120,153,167)
#6E8C98
(110,140,152)
#647F89
(100,127,137)
#5A727A
(90,114,122)
#50656B
(80,101,107)
#46585C
(70,88,92)
#3C4B4D
(60,75,77)
#323E3E
(50,62,62)
#28312F
(40,49,47)
#1E2420
(30,36,32)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #7899A7

#7899A7
(120,153,167)
#84A2AF
(132,162,175)
#90ABB7
(144,171,183)
#9CB4BF
(156,180,191)
#A8BDC7
(168,189,199)
#B4C6CF
(180,198,207)
#C0CFD7
(192,207,215)
#CCD8DF
(204,216,223)
#D8E1E7
(216,225,231)
#E4EAEF
(228,234,239)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7899A7 color. Also use rgb(120,153,167) instead hex code.

Text Font Color

.myTextColor { color: #7899A7; }

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

This text font color is #7899A7.

Background Color

.myBgColor { background-color: #7899A7; }

<div style="background-color:#7899A7">Inner text</div>

This div background color is #7899A7.

Border color

.myBorderColor { border: 1px solid #7899A7; }

<div style="border:3px solid #7899A7">Div</div>

This div border color is #7899A7.

Opacity

.myOpacity80 { color: #7899A7; opacity: 0.8; }

<p style="color:#7899A7;opacity:0.8;">80%</p>

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

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

This text has shadow with #7899A7 color.


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

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

This text has shadow with #7899A7 primary color and red secondary color.


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

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

This text has shadow with #7899A7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7899A7.

Preview

Color preview on black background

This text has color #7899A7 on black background.


Color preview on white background

This text has color #7899A7 on white background.


Black color preview on #7899A7 background

This text has black color on #7899A7 background.


White color preview on #7899A7 background

This text has white color on #7899A7 background.


Related colors

Complementary color

Complementary color for #hex is #876658.


I love getcolorcode.com

Triadic colors

1 #A77899 and #99A778 with #7899A7 are triadic colors.

2 #A79978 and #9978A7 with #7899A7 are triadic colors.