COLOR #7C8B83

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

124
139
131

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

Portions of RGB colors in percentages

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

%31.47
%35.28
%33.25

CMYK color model

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

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

CMYK percentages

%10.79
%0
%5.76
%45.49

Codes

Color #7C8B83 in popluar color models

7C8B83
RGB124139131
HSL148°6.07%51.57%
HSB/HSV148°10.79%54.51%
CMYK10.79%0.00%5.76%
45.49%

Color #7C8B83 in popluar number systems.

HEX7C8B83
Decimal124139131
Binary11111001000101110000011
Octal174213203

Shades and tints

Shades of #7C8B83

#7C8B83
(124,139,131)
#717F78
(113,127,120)
#66736D
(102,115,109)
#5B6762
(91,103,98)
#505B57
(80,91,87)
#454F4C
(69,79,76)
#3A4341
(58,67,65)
#2F3736
(47,55,54)
#242B2B
(36,43,43)
#191F20
(25,31,32)
#0E1315
(14,19,21)
#000000
(0,0,0)

Tints of #7C8B83

#7C8B83
(124,139,131)
#87958E
(135,149,142)
#929F99
(146,159,153)
#9DA9A4
(157,169,164)
#A8B3AF
(168,179,175)
#B3BDBA
(179,189,186)
#BEC7C5
(190,199,197)
#C9D1D0
(201,209,208)
#D4DBDB
(212,219,219)
#DFE5E6
(223,229,230)
#EAEFF1
(234,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8B83; }

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

This text font color is #7C8B83.


Background Color

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

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

This div background color is #7C8B83.


Border color

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

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

This div border color is #7C8B83.


Opacity

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

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

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

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

This text has shadow with #7C8B83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8B83 on black background.


Color preview on white background

This text has color #7C8B83 on white background.



Black color preview on #7C8B83 background

This text has black color on #7C8B83 background.


White color preview on #7C8B83 background

This text has white color on #7C8B83 background.