COLOR #7C838B

HEX: #7C838B
RGB: (124,131,139)

Color info

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

RGB color model

#7C838B color RGB value is (124,131,139).

  • red value is 124;
  • green value is 131;
  • blue value is 139.
RGB:
(124,131,139)
(49%,51%,55%)

RGB channels and saturation

R 124 of 255 = 49%
G 131 of 255 = 51%
B 139 of 255 = 55%

124
131
139

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

Portions of RGB colors in percentages

R + G + B =
124 + 131 + 139 = 394 (100%)
R 124 of 394 ~ 31.47%
G 131 of 394 ~ 33.25%
B 139 of 394 ~ 35.28%

%31.47
%33.25
%35.28

CMYK color model

#7C838B color CMYK value is (11,6,0,45).

  • cyan value is 10.79%
  • magenta value is 5.76%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(11,6,0,45)
C11M6Y0K45 
(11%,6%,0%,45%)
(0.11/0.06/0.00/0.45)	

CMYK percentages

%10.79
%5.76
%0
%45.49

Codes

Color #7C838B in popluar color models

7C838B
RGB124131139
HSL212°6.07%51.57%
HSB/HSV212°10.79%54.51%
CMYK10.79%5.76%0.00%
45.49%

Color #7C838B in popluar number systems.

HEX7C838B
Decimal124131139
Binary11111001000001110001011
Octal174203213

Shades and tints

Shades of #7C838B

#7C838B
(124,131,139)
#71787F
(113,120,127)
#666D73
(102,109,115)
#5B6267
(91,98,103)
#50575B
(80,87,91)
#454C4F
(69,76,79)
#3A4143
(58,65,67)
#2F3637
(47,54,55)
#242B2B
(36,43,43)
#19201F
(25,32,31)
#0E1513
(14,21,19)
#000000
(0,0,0)

Tints of #7C838B

#7C838B
(124,131,139)
#878E95
(135,142,149)
#92999F
(146,153,159)
#9DA4A9
(157,164,169)
#A8AFB3
(168,175,179)
#B3BABD
(179,186,189)
#BEC5C7
(190,197,199)
#C9D0D1
(201,208,209)
#D4DBDB
(212,219,219)
#DFE6E5
(223,230,229)
#EAF1EF
(234,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C838B color. Also use rgb(124,131,139) instead hex code.

Text Font Color

.myTextColor { color: #7C838B; }

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

This text font color is #7C838B.


Background Color

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

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

This div background color is #7C838B.


Border color

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

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

This div border color is #7C838B.


Opacity

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

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

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

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

This text has shadow with #7C838B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C838B on black background.


Color preview on white background

This text has color #7C838B on white background.



Black color preview on #7C838B background

This text has black color on #7C838B background.


White color preview on #7C838B background

This text has white color on #7C838B background.