COLOR #7C8A99

HEX: #7C8A99 RGB: (124,138,153)

Color info

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

RGB color model

#7C8A99 color RGB value is (124,138,153).

RGB: (124,138,153) (49%, 54%, 60%)

RGB channels and saturation

R 124 of 255 = 49%
G 138 of 255 = 54%
B 153 of 255 = 60%

124
138
153

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

Portions of RGB colors in percentages

R + G + B = 124 + 138 + 153 = 415 (100%)
R 124 of 415 ~ 29.88%
G 138 of 415 ~ 33.25%
B 153 of 415 ~ 36.87'%

%29.88
%33.25
%36.87

CMYK color model

#7C8A99 color CMYK value is (19,10,0,40).

  • cyan value is 18.95%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (19,10,0,40)
C19M10Y0K40 (19%, 10%, 0%, 40%)
(0.19 / 0.10 / 0.00 / 0.40)

CMYK percentages

%18.95
%9.8
%0
%40

Codes

Color #7C8A99 in popluar color models

7C 8A 99
RGB 124 138 153
HSL 211° 12.45% 54.31%
HSB/HSV 211° 18.95% 60.00%
CMYK 18.95% 9.80% 0.00%
40.00%

Color #7C8A99 in popluar number systems.

HEX 7C 8A 99
Decimal 124 138 153
Binary 1111100 10001010 10011001
Octal 174 212 231

Shades and tints

Shades of #7C8A99

#7C8A99
(124,138,153)
#717E8C
(113,126,140)
#66727F
(102,114,127)
#5B6672
(91,102,114)
#505A65
(80,90,101)
#454E58
(69,78,88)
#3A424B
(58,66,75)
#2F363E
(47,54,62)
#242A31
(36,42,49)
#191E24
(25,30,36)
#0E1217
(14,18,23)
#000000
(0,0,0)

Tints of #7C8A99

#7C8A99
(124,138,153)
#8794A2
(135,148,162)
#929EAB
(146,158,171)
#9DA8B4
(157,168,180)
#A8B2BD
(168,178,189)
#B3BCC6
(179,188,198)
#BEC6CF
(190,198,207)
#C9D0D8
(201,208,216)
#D4DAE1
(212,218,225)
#DFE4EA
(223,228,234)
#EAEEF3
(234,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8A99 color. Also use rgb(124,138,153) instead hex code.

Text Font Color

.myTextColor { color: #7C8A99; }

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

This text font color is #7C8A99.

Background Color

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

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

This div background color is #7C8A99.

Border color

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

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

This div border color is #7C8A99.

Opacity

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

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

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

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

This text has shadow with #7C8A99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8A99.

Preview

Color preview on black background

This text has color #7C8A99 on black background.


Color preview on white background

This text has color #7C8A99 on white background.


Black color preview on #7C8A99 background

This text has black color on #7C8A99 background.


White color preview on #7C8A99 background

This text has white color on #7C8A99 background.


Related colors

Complementary color

Complementary color for #hex is #837566.


I love getcolorcode.com

Triadic colors

1 #997C8A and #8A997C with #7C8A99 are triadic colors.

2 #998A7C and #8A7C99 with #7C8A99 are triadic colors.