COLOR #7C8C99

HEX: #7C8C99 RGB: (124,140,153)

Color info

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

RGB color model

#7C8C99 color RGB value is (124,140,153).

RGB: (124,140,153) (49%, 55%, 60%)

RGB channels and saturation

R 124 of 255 = 49%
G 140 of 255 = 55%
B 153 of 255 = 60%

124
140
153

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

Portions of RGB colors in percentages

R + G + B = 124 + 140 + 153 = 417 (100%)
R 124 of 417 ~ 29.74%
G 140 of 417 ~ 33.57%
B 153 of 417 ~ 36.69'%

%29.74
%33.57
%36.69

CMYK color model

#7C8C99 color CMYK value is (19,8,0,40).

  • cyan value is 18.95%
  • magenta value is 8.50%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK: (19,8,0,40) C19M8Y0K40 (19%,8%,0%,40%) (0.19/0.08/0.00/0.40) 

CMYK percentages

%18.95
%8.5
%0
%40

Codes

Color #7C8C99 in popluar color models

7C 8C 99
RGB 124 140 153
HSL 207° 12.45% 54.31%
HSB/HSV 207° 18.95% 60.00%
CMYK 18.95% 8.50% 0.00%
40.00%

Color #7C8C99 in popluar number systems.

HEX 7C 8C 99
Decimal 124 140 153
Binary 1111100 10001100 10011001
Octal 174 214 231

Shades and tints

Shades of #7C8C99

#7C8C99
(124,140,153)
#71808C
(113,128,140)
#66747F
(102,116,127)
#5B6872
(91,104,114)
#505C65
(80,92,101)
#455058
(69,80,88)
#3A444B
(58,68,75)
#2F383E
(47,56,62)
#242C31
(36,44,49)
#192024
(25,32,36)
#0E1417
(14,20,23)
#000000
(0,0,0)

Tints of #7C8C99

#7C8C99
(124,140,153)
#8796A2
(135,150,162)
#92A0AB
(146,160,171)
#9DAAB4
(157,170,180)
#A8B4BD
(168,180,189)
#B3BEC6
(179,190,198)
#BEC8CF
(190,200,207)
#C9D2D8
(201,210,216)
#D4DCE1
(212,220,225)
#DFE6EA
(223,230,234)
#EAF0F3
(234,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8C99; }

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

This text font color is #7C8C99.

Background Color

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

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

This div background color is #7C8C99.

Border color

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

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

This div border color is #7C8C99.

Opacity

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

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

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

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

This text has shadow with #7C8C99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8C99.

Preview

Color preview on black background

This text has color #7C8C99 on black background.


Color preview on white background

This text has color #7C8C99 on white background.


Black color preview on #7C8C99 background

This text has black color on #7C8C99 background.


White color preview on #7C8C99 background

This text has white color on #7C8C99 background.


Related colors

Complementary color

Complementary color for #hex is #837366.


I love getcolorcode.com

Triadic colors

1 #997C8C and #8C997C with #7C8C99 are triadic colors.

2 #998C7C and #8C7C99 with #7C8C99 are triadic colors.