COLOR #7C828C

HEX: #7C828C
RGB: (124,130,140)

Color info

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

RGB color model

#7C828C color RGB value is (124,130,140).

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

RGB channels and saturation

R 124 of 255 = 49%
G 130 of 255 = 51%
B 140 of 255 = 55%

124
130
140

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

Portions of RGB colors in percentages

R + G + B =
124 + 130 + 140 = 394 (100%)
R 124 of 394 ~ 31.47%
G 130 of 394 ~ 32.99%
B 140 of 394 ~ 35.53%

%31.47
%32.99
%35.53

CMYK color model

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

  • cyan value is 11.43%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(11,7,0,45)
C11M7Y0K45 
(11%,7%,0%,45%)
(0.11/0.07/0.00/0.45)	

CMYK percentages

%11.43
%7.14
%0
%45.1

Codes

Color #7C828C in popluar color models

7C828C
RGB124130140
HSL218°6.50%51.76%
HSB/HSV218°11.43%54.90%
CMYK11.43%7.14%0.00%
45.10%

Color #7C828C in popluar number systems.

HEX7C828C
Decimal124130140
Binary11111001000001010001100
Octal174202214

Shades and tints

Shades of #7C828C

#7C828C
(124,130,140)
#717780
(113,119,128)
#666C74
(102,108,116)
#5B6168
(91,97,104)
#50565C
(80,86,92)
#454B50
(69,75,80)
#3A4044
(58,64,68)
#2F3538
(47,53,56)
#242A2C
(36,42,44)
#191F20
(25,31,32)
#0E1414
(14,20,20)
#000000
(0,0,0)

Tints of #7C828C

#7C828C
(124,130,140)
#878D96
(135,141,150)
#9298A0
(146,152,160)
#9DA3AA
(157,163,170)
#A8AEB4
(168,174,180)
#B3B9BE
(179,185,190)
#BEC4C8
(190,196,200)
#C9CFD2
(201,207,210)
#D4DADC
(212,218,220)
#DFE5E6
(223,229,230)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C828C color. Also use rgb(124,130,140) instead hex code.

Text Font Color

.myTextColor { color: #7C828C; }

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

This text font color is #7C828C.


Background Color

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

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

This div background color is #7C828C.


Border color

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

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

This div border color is #7C828C.


Opacity

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

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

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

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

This text has shadow with #7C828C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C828C on black background.


Color preview on white background

This text has color #7C828C on white background.



Black color preview on #7C828C background

This text has black color on #7C828C background.


White color preview on #7C828C background

This text has white color on #7C828C background.