COLOR #7C7084

HEX: #7C7084
RGB: (124,112,132)

Color info

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

RGB color model

#7C7084 color RGB value is (124,112,132).

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

RGB channels and saturation

R 124 of 255 = 49%
G 112 of 255 = 44%
B 132 of 255 = 52%

124
112
132

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

Portions of RGB colors in percentages

R + G + B =
124 + 112 + 132 = 368 (100%)
R 124 of 368 ~ 33.7%
G 112 of 368 ~ 30.43%
B 132 of 368 ~ 35.87%

%33.7
%30.43
%35.87

CMYK color model

#7C7084 color CMYK value is (6,15,0,48).

  • cyan value is 6.06%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(6,15,0,48)
C6M15Y0K48 
(6%,15%,0%,48%)
(0.06/0.15/0.00/0.48)	

CMYK percentages

%6.06
%15.15
%0
%48.24

Codes

Color #7C7084 in popluar color models

7C7084
RGB124112132
HSL276°8.20%47.84%
HSB/HSV276°15.15%51.76%
CMYK6.06%15.15%0.00%
48.24%

Color #7C7084 in popluar number systems.

HEX7C7084
Decimal124112132
Binary1111100111000010000100
Octal174160204

Shades and tints

Shades of #7C7084

#7C7084
(124,112,132)
#716678
(113,102,120)
#665C6C
(102,92,108)
#5B5260
(91,82,96)
#504854
(80,72,84)
#453E48
(69,62,72)
#3A343C
(58,52,60)
#2F2A30
(47,42,48)
#242024
(36,32,36)
#191618
(25,22,24)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #7C7084

#7C7084
(124,112,132)
#877D8F
(135,125,143)
#928A9A
(146,138,154)
#9D97A5
(157,151,165)
#A8A4B0
(168,164,176)
#B3B1BB
(179,177,187)
#BEBEC6
(190,190,198)
#C9CBD1
(201,203,209)
#D4D8DC
(212,216,220)
#DFE5E7
(223,229,231)
#EAF2F2
(234,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7084; }

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

This text font color is #7C7084.


Background Color

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

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

This div background color is #7C7084.


Border color

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

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

This div border color is #7C7084.


Opacity

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

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

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

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

This text has shadow with #7C7084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7084 on black background.


Color preview on white background

This text has color #7C7084 on white background.



Black color preview on #7C7084 background

This text has black color on #7C7084 background.


White color preview on #7C7084 background

This text has white color on #7C7084 background.