COLOR #7C929B

HEX: #7C929B RGB: (124,146,155)

Color info

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

RGB color model

#7C929B color RGB value is (124,146,155).

RGB: (124,146,155) (49%, 57%, 61%)

RGB channels and saturation

R 124 of 255 = 49%
G 146 of 255 = 57%
B 155 of 255 = 61%

124
146
155

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

Portions of RGB colors in percentages

R + G + B = 124 + 146 + 155 = 425 (100%)
R 124 of 425 ~ 29.18%
G 146 of 425 ~ 34.35%
B 155 of 425 ~ 36.47'%

%29.18
%34.35
%36.47

CMYK color model

#7C929B color CMYK value is (20,6,0,39).

  • cyan value is 20.00%
  • magenta value is 5.81%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (20,6,0,39)
C20M6Y0K39 (20%, 6%, 0%, 39%)
(0.20 / 0.06 / 0.00 / 0.39)

CMYK percentages

%20
%5.81
%0
%39.22

Codes

Color #7C929B in popluar color models

7C 92 9B
RGB 124 146 155
HSL 197° 13.42% 54.71%
HSB/HSV 197° 20.00% 60.78%
CMYK 20.00% 5.81% 0.00%
39.22%

Color #7C929B in popluar number systems.

HEX 7C 92 9B
Decimal 124 146 155
Binary 1111100 10010010 10011011
Octal 174 222 233

Shades and tints

Shades of #7C929B

#7C929B
(124,146,155)
#71858D
(113,133,141)
#66787F
(102,120,127)
#5B6B71
(91,107,113)
#505E63
(80,94,99)
#455155
(69,81,85)
#3A4447
(58,68,71)
#2F3739
(47,55,57)
#242A2B
(36,42,43)
#191D1D
(25,29,29)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #7C929B

#7C929B
(124,146,155)
#879BA4
(135,155,164)
#92A4AD
(146,164,173)
#9DADB6
(157,173,182)
#A8B6BF
(168,182,191)
#B3BFC8
(179,191,200)
#BEC8D1
(190,200,209)
#C9D1DA
(201,209,218)
#D4DAE3
(212,218,227)
#DFE3EC
(223,227,236)
#EAECF5
(234,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C929B; }

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

This text font color is #7C929B.

Background Color

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

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

This div background color is #7C929B.

Border color

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

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

This div border color is #7C929B.

Opacity

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

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

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

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

This text has shadow with #7C929B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C929B.

Preview

Color preview on black background

This text has color #7C929B on black background.


Color preview on white background

This text has color #7C929B on white background.


Black color preview on #7C929B background

This text has black color on #7C929B background.


White color preview on #7C929B background

This text has white color on #7C929B background.


Related colors

Complementary color

Complementary color for #hex is #836D64.


I love getcolorcode.com

Triadic colors

1 #9B7C92 and #929B7C with #7C929B are triadic colors.

2 #9B927C and #927C9B with #7C929B are triadic colors.