COLOR #7C7FA0

HEX: #7C7FA0
RGB: (124,127,160)

Color info

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

RGB color model

#7C7FA0 color RGB value is (124,127,160).

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

RGB channels and saturation

R 124 of 255 = 49%
G 127 of 255 = 50%
B 160 of 255 = 63%

124
127
160

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

Portions of RGB colors in percentages

R + G + B =
124 + 127 + 160 = 411 (100%)
R 124 of 411 ~ 30.17%
G 127 of 411 ~ 30.9%
B 160 of 411 ~ 38.93%

%30.17
%30.9
%38.93

CMYK color model

#7C7FA0 color CMYK value is (23,21,0,37).

  • cyan value is 22.50%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(23,21,0,37)
C23M21Y0K37 
(23%,21%,0%,37%)
(0.23/0.21/0.00/0.37)	

CMYK percentages

%22.5
%20.63
%0
%37.25

Codes

Color #7C7FA0 in popluar color models

7C7FA0
RGB124127160
HSL235°15.93%55.69%
HSB/HSV235°22.50%62.75%
CMYK22.50%20.63%0.00%
37.25%

Color #7C7FA0 in popluar number systems.

HEX7C7FA0
Decimal124127160
Binary1111100111111110100000
Octal174177240

Shades and tints

Shades of #7C7FA0

#7C7FA0
(124,127,160)
#717492
(113,116,146)
#666984
(102,105,132)
#5B5E76
(91,94,118)
#505368
(80,83,104)
#45485A
(69,72,90)
#3A3D4C
(58,61,76)
#2F323E
(47,50,62)
#242730
(36,39,48)
#191C22
(25,28,34)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #7C7FA0

#7C7FA0
(124,127,160)
#878AA8
(135,138,168)
#9295B0
(146,149,176)
#9DA0B8
(157,160,184)
#A8ABC0
(168,171,192)
#B3B6C8
(179,182,200)
#BEC1D0
(190,193,208)
#C9CCD8
(201,204,216)
#D4D7E0
(212,215,224)
#DFE2E8
(223,226,232)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7FA0; }

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

This text font color is #7C7FA0.


Background Color

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

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

This div background color is #7C7FA0.


Border color

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

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

This div border color is #7C7FA0.


Opacity

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

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

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

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

This text has shadow with #7C7FA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7FA0 on black background.


Color preview on white background

This text has color #7C7FA0 on white background.



Black color preview on #7C7FA0 background

This text has black color on #7C7FA0 background.


White color preview on #7C7FA0 background

This text has white color on #7C7FA0 background.