COLOR #7C9C9B

HEX: #7C9C9B RGB: (124,156,155)

Color info

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

RGB color model

#7C9C9B color RGB value is (124,156,155).

RGB: (124,156,155) (49%, 61%, 61%)

RGB channels and saturation

R 124 of 255 = 49%
G 156 of 255 = 61%
B 155 of 255 = 61%

124
156
155

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

Portions of RGB colors in percentages

R + G + B = 124 + 156 + 155 = 435 (100%)
R 124 of 435 ~ 28.51%
G 156 of 435 ~ 35.86%
B 155 of 435 ~ 35.63'%

%28.51
%35.86
%35.63

CMYK color model

#7C9C9B color CMYK value is (21,0,1,39).

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

CMYK: (21,0,1,39)
C21M0Y1K39 (21%, 0%, 1%, 39%)
(0.21 / 0.00 / 0.01 / 0.39)

CMYK percentages

%20.51
%0
%0.64
%38.82

Codes

Color #7C9C9B in popluar color models

7C 9C 9B
RGB 124 156 155
HSL 178° 13.91% 54.90%
HSB/HSV 178° 20.51% 61.18%
CMYK 20.51% 0.00% 0.64%
38.82%

Color #7C9C9B in popluar number systems.

HEX 7C 9C 9B
Decimal 124 156 155
Binary 1111100 10011100 10011011
Octal 174 234 233

Shades and tints

Shades of #7C9C9B

#7C9C9B
(124,156,155)
#718E8D
(113,142,141)
#66807F
(102,128,127)
#5B7271
(91,114,113)
#506463
(80,100,99)
#455655
(69,86,85)
#3A4847
(58,72,71)
#2F3A39
(47,58,57)
#242C2B
(36,44,43)
#191E1D
(25,30,29)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #7C9C9B

#7C9C9B
(124,156,155)
#87A5A4
(135,165,164)
#92AEAD
(146,174,173)
#9DB7B6
(157,183,182)
#A8C0BF
(168,192,191)
#B3C9C8
(179,201,200)
#BED2D1
(190,210,209)
#C9DBDA
(201,219,218)
#D4E4E3
(212,228,227)
#DFEDEC
(223,237,236)
#EAF6F5
(234,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9C9B; }

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

This text font color is #7C9C9B.

Background Color

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

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

This div background color is #7C9C9B.

Border color

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

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

This div border color is #7C9C9B.

Opacity

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

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

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

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

This text has shadow with #7C9C9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C9C9B.

Preview

Color preview on black background

This text has color #7C9C9B on black background.


Color preview on white background

This text has color #7C9C9B on white background.


Black color preview on #7C9C9B background

This text has black color on #7C9C9B background.


White color preview on #7C9C9B background

This text has white color on #7C9C9B background.


Related colors

Complementary color

Complementary color for #hex is #836364.


I love getcolorcode.com

Triadic colors

1 #9B7C9C and #9C9B7C with #7C9C9B are triadic colors.

2 #9B9C7C and #9C7C9B with #7C9C9B are triadic colors.