COLOR #7C989C

HEX: #7C989C RGB: (124,152,156)

Color info

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

RGB color model

#7C989C color RGB value is (124,152,156).

RGB: (124,152,156) (49%, 60%, 61%)

RGB channels and saturation

R 124 of 255 = 49%
G 152 of 255 = 60%
B 156 of 255 = 61%

124
152
156

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

Portions of RGB colors in percentages

R + G + B = 124 + 152 + 156 = 432 (100%)
R 124 of 432 ~ 28.7%
G 152 of 432 ~ 35.19%
B 156 of 432 ~ 36.11'%

%28.7
%35.19
%36.11

CMYK color model

#7C989C color CMYK value is (21,3,0,39).

  • cyan value is 20.51%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (21,3,0,39)
C21M3Y0K39 (21%, 3%, 0%, 39%)
(0.21 / 0.03 / 0.00 / 0.39)

CMYK percentages

%20.51
%2.56
%0
%38.82

Codes

Color #7C989C in popluar color models

7C 98 9C
RGB 124 152 156
HSL 188° 13.91% 54.90%
HSB/HSV 188° 20.51% 61.18%
CMYK 20.51% 2.56% 0.00%
38.82%

Color #7C989C in popluar number systems.

HEX 7C 98 9C
Decimal 124 152 156
Binary 1111100 10011000 10011100
Octal 174 230 234

Shades and tints

Shades of #7C989C

#7C989C
(124,152,156)
#718B8E
(113,139,142)
#667E80
(102,126,128)
#5B7172
(91,113,114)
#506464
(80,100,100)
#455756
(69,87,86)
#3A4A48
(58,74,72)
#2F3D3A
(47,61,58)
#24302C
(36,48,44)
#19231E
(25,35,30)
#0E1610
(14,22,16)
#000000
(0,0,0)

Tints of #7C989C

#7C989C
(124,152,156)
#87A1A5
(135,161,165)
#92AAAE
(146,170,174)
#9DB3B7
(157,179,183)
#A8BCC0
(168,188,192)
#B3C5C9
(179,197,201)
#BECED2
(190,206,210)
#C9D7DB
(201,215,219)
#D4E0E4
(212,224,228)
#DFE9ED
(223,233,237)
#EAF2F6
(234,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C989C color. Also use rgb(124,152,156) instead hex code.

Text Font Color

.myTextColor { color: #7C989C; }

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

This text font color is #7C989C.

Background Color

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

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

This div background color is #7C989C.

Border color

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

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

This div border color is #7C989C.

Opacity

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

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

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

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

This text has shadow with #7C989C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C989C.

Preview

Color preview on black background

This text has color #7C989C on black background.


Color preview on white background

This text has color #7C989C on white background.


Black color preview on #7C989C background

This text has black color on #7C989C background.


White color preview on #7C989C background

This text has white color on #7C989C background.


Related colors

Complementary color

Complementary color for #hex is #836763.


I love getcolorcode.com

Triadic colors

1 #9C7C98 and #989C7C with #7C989C are triadic colors.

2 #9C987C and #987C9C with #7C989C are triadic colors.