COLOR #7C8084

HEX: #7C8084
RGB: (124,128,132)

Color info

#7C8084 contains red, green and blue colors in about the same proportion. Web safe color of #7C8084 is #666699 (or #669).

RGB color model

#7C8084 color RGB value is (124,128,132).

  • red value is 124;
  • green value is 128;
  • blue value is 132.
RGB:
(124,128,132)
(49%,50%,52%)

RGB channels and saturation

R 124 of 255 = 49%
G 128 of 255 = 50%
B 132 of 255 = 52%

124
128
132

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

Portions of RGB colors in percentages

R + G + B =
124 + 128 + 132 = 384 (100%)
R 124 of 384 ~ 32.29%
G 128 of 384 ~ 33.33%
B 132 of 384 ~ 34.38%

%32.29
%33.33
%34.38

CMYK color model

#7C8084 color CMYK value is (6,3,0,48).

  • cyan value is 6.06%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(6,3,0,48)
C6M3Y0K48 
(6%,3%,0%,48%)
(0.06/0.03/0.00/0.48)	

CMYK percentages

%6.06
%3.03
%0
%48.24

Codes

Color #7C8084 in popluar color models

7C8084
RGB124128132
HSL210°3.15%50.20%
HSB/HSV210°6.06%51.76%
CMYK6.06%3.03%0.00%
48.24%

Color #7C8084 in popluar number systems.

HEX7C8084
Decimal124128132
Binary11111001000000010000100
Octal174200204

Shades and tints

Shades of #7C8084

#7C8084
(124,128,132)
#717578
(113,117,120)
#666A6C
(102,106,108)
#5B5F60
(91,95,96)
#505454
(80,84,84)
#454948
(69,73,72)
#3A3E3C
(58,62,60)
#2F3330
(47,51,48)
#242824
(36,40,36)
#191D18
(25,29,24)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #7C8084

#7C8084
(124,128,132)
#878B8F
(135,139,143)
#92969A
(146,150,154)
#9DA1A5
(157,161,165)
#A8ACB0
(168,172,176)
#B3B7BB
(179,183,187)
#BEC2C6
(190,194,198)
#C9CDD1
(201,205,209)
#D4D8DC
(212,216,220)
#DFE3E7
(223,227,231)
#EAEEF2
(234,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8084 color. Also use rgb(124,128,132) instead hex code.

Text Font Color

.myTextColor { color: #7C8084; }

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

This text font color is #7C8084.


Background Color

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

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

This div background color is #7C8084.


Border color

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

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

This div border color is #7C8084.


Opacity

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

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

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

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

This text has shadow with #7C8084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8084 on black background.


Color preview on white background

This text has color #7C8084 on white background.



Black color preview on #7C8084 background

This text has black color on #7C8084 background.


White color preview on #7C8084 background

This text has white color on #7C8084 background.