COLOR #7C7C8D

HEX: #7C7C8D
RGB: (124,124,141)

Color info

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

RGB color model

#7C7C8D color RGB value is (124,124,141).

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

RGB channels and saturation

R 124 of 255 = 49%
G 124 of 255 = 49%
B 141 of 255 = 55%

124
124
141

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

Portions of RGB colors in percentages

R + G + B =
124 + 124 + 141 = 389 (100%)
R 124 of 389 ~ 31.88%
G 124 of 389 ~ 31.88%
B 141 of 389 ~ 36.25%

%31.88
%31.88
%36.25

CMYK color model

#7C7C8D color CMYK value is (12,12,0,45).

  • cyan value is 12.06%
  • magenta value is 12.06%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(12,12,0,45)
C12M12Y0K45 
(12%,12%,0%,45%)
(0.12/0.12/0.00/0.45)	

CMYK percentages

%12.06
%12.06
%0
%44.71

Codes

Color #7C7C8D in popluar color models

7C7C8D
RGB124124141
HSL240°6.94%51.96%
HSB/HSV240°12.06%55.29%
CMYK12.06%12.06%0.00%
44.71%

Color #7C7C8D in popluar number systems.

HEX7C7C8D
Decimal124124141
Binary1111100111110010001101
Octal174174215

Shades and tints

Shades of #7C7C8D

#7C7C8D
(124,124,141)
#717181
(113,113,129)
#666675
(102,102,117)
#5B5B69
(91,91,105)
#50505D
(80,80,93)
#454551
(69,69,81)
#3A3A45
(58,58,69)
#2F2F39
(47,47,57)
#24242D
(36,36,45)
#191921
(25,25,33)
#0E0E15
(14,14,21)
#000000
(0,0,0)

Tints of #7C7C8D

#7C7C8D
(124,124,141)
#878797
(135,135,151)
#9292A1
(146,146,161)
#9D9DAB
(157,157,171)
#A8A8B5
(168,168,181)
#B3B3BF
(179,179,191)
#BEBEC9
(190,190,201)
#C9C9D3
(201,201,211)
#D4D4DD
(212,212,221)
#DFDFE7
(223,223,231)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7C8D; }

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

This text font color is #7C7C8D.


Background Color

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

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

This div background color is #7C7C8D.


Border color

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

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

This div border color is #7C7C8D.


Opacity

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

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

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

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

This text has shadow with #7C7C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7C8D on black background.


Color preview on white background

This text has color #7C7C8D on white background.



Black color preview on #7C7C8D background

This text has black color on #7C7C8D background.


White color preview on #7C7C8D background

This text has white color on #7C7C8D background.