COLOR #7C899A

HEX: #7C899A RGB: (124,137,154)

Color info

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

RGB color model

#7C899A color RGB value is (124,137,154).

RGB: (124,137,154) (49%, 54%, 60%)

RGB channels and saturation

R 124 of 255 = 49%
G 137 of 255 = 54%
B 154 of 255 = 60%

124
137
154

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

Portions of RGB colors in percentages

R + G + B = 124 + 137 + 154 = 415 (100%)
R 124 of 415 ~ 29.88%
G 137 of 415 ~ 33.01%
B 154 of 415 ~ 37.11'%

%29.88
%33.01
%37.11

CMYK color model

#7C899A color CMYK value is (19,11,0,40).

  • cyan value is 19.48%
  • magenta value is 11.04%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK: (19,11,0,40) C19M11Y0K40 (19%,11%,0%,40%) (0.19/0.11/0.00/0.40) 

CMYK percentages

%19.48
%11.04
%0
%39.61

Codes

Color #7C899A in popluar color models

7C 89 9A
RGB 124 137 154
HSL 214° 12.93% 54.51%
HSB/HSV 214° 19.48% 60.39%
CMYK 19.48% 11.04% 0.00%
39.61%

Color #7C899A in popluar number systems.

HEX 7C 89 9A
Decimal 124 137 154
Binary 1111100 10001001 10011010
Octal 174 211 232

Shades and tints

Shades of #7C899A

#7C899A
(124,137,154)
#717D8C
(113,125,140)
#66717E
(102,113,126)
#5B6570
(91,101,112)
#505962
(80,89,98)
#454D54
(69,77,84)
#3A4146
(58,65,70)
#2F3538
(47,53,56)
#24292A
(36,41,42)
#191D1C
(25,29,28)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #7C899A

#7C899A
(124,137,154)
#8793A3
(135,147,163)
#929DAC
(146,157,172)
#9DA7B5
(157,167,181)
#A8B1BE
(168,177,190)
#B3BBC7
(179,187,199)
#BEC5D0
(190,197,208)
#C9CFD9
(201,207,217)
#D4D9E2
(212,217,226)
#DFE3EB
(223,227,235)
#EAEDF4
(234,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C899A color. Also use rgb(124,137,154) instead hex code.

Text Font Color

.myTextColor { color: #7C899A; }

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

This text font color is #7C899A.

Background Color

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

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

This div background color is #7C899A.

Border color

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

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

This div border color is #7C899A.

Opacity

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

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

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

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

This text has shadow with #7C899A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C899A.

Preview

Color preview on black background

This text has color #7C899A on black background.


Color preview on white background

This text has color #7C899A on white background.


Black color preview on #7C899A background

This text has black color on #7C899A background.


White color preview on #7C899A background

This text has white color on #7C899A background.


Related colors

Complementary color

Complementary color for #hex is #837665.


I love getcolorcode.com

Triadic colors

1 #9A7C89 and #899A7C with #7C899A are triadic colors.

2 #9A897C and #897C9A with #7C899A are triadic colors.