COLOR #7C7FAC

HEX: #7C7FAC
RGB: (124,127,172)

Color info

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

RGB color model

#7C7FAC color RGB value is (124,127,172).

  • red value is 124;
  • green value is 127;
  • blue value is 172.
RGB:
(124,127,172)
(49%,50%,67%)

RGB channels and saturation

R 124 of 255 = 49%
G 127 of 255 = 50%
B 172 of 255 = 67%

124
127
172

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

Portions of RGB colors in percentages

R + G + B =
124 + 127 + 172 = 423 (100%)
R 124 of 423 ~ 29.31%
G 127 of 423 ~ 30.02%
B 172 of 423 ~ 40.66%

%29.31
%30.02
%40.66

CMYK color model

#7C7FAC color CMYK value is (28,26,0,33).

  • cyan value is 27.91%
  • magenta value is 26.16%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(28,26,0,33)
C28M26Y0K33 
(28%,26%,0%,33%)
(0.28/0.26/0.00/0.33)	

CMYK percentages

%27.91
%26.16
%0
%32.55

Codes

Color #7C7FAC in popluar color models

7C7FAC
RGB124127172
HSL236°22.43%58.04%
HSB/HSV236°27.91%67.45%
CMYK27.91%26.16%0.00%
32.55%

Color #7C7FAC in popluar number systems.

HEX7C7FAC
Decimal124127172
Binary1111100111111110101100
Octal174177254

Shades and tints

Shades of #7C7FAC

#7C7FAC
(124,127,172)
#71749D
(113,116,157)
#66698E
(102,105,142)
#5B5E7F
(91,94,127)
#505370
(80,83,112)
#454861
(69,72,97)
#3A3D52
(58,61,82)
#2F3243
(47,50,67)
#242734
(36,39,52)
#191C25
(25,28,37)
#0E1116
(14,17,22)
#000000
(0,0,0)

Tints of #7C7FAC

#7C7FAC
(124,127,172)
#878AB3
(135,138,179)
#9295BA
(146,149,186)
#9DA0C1
(157,160,193)
#A8ABC8
(168,171,200)
#B3B6CF
(179,182,207)
#BEC1D6
(190,193,214)
#C9CCDD
(201,204,221)
#D4D7E4
(212,215,228)
#DFE2EB
(223,226,235)
#EAEDF2
(234,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7FAC; }

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

This text font color is #7C7FAC.


Background Color

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

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

This div background color is #7C7FAC.


Border color

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

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

This div border color is #7C7FAC.


Opacity

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

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

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

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

This text has shadow with #7C7FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7FAC on black background.


Color preview on white background

This text has color #7C7FAC on white background.



Black color preview on #7C7FAC background

This text has black color on #7C7FAC background.


White color preview on #7C7FAC background

This text has white color on #7C7FAC background.