COLOR #7C7492

HEX: #7C7492 RGB: (124,116,146)

Color info

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

RGB color model

#7C7492 color RGB value is (124,116,146).

RGB: (124,116,146) (49%, 45%, 57%)

RGB channels and saturation

R 124 of 255 = 49%
G 116 of 255 = 45%
B 146 of 255 = 57%

124
116
146

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

Portions of RGB colors in percentages

R + G + B = 124 + 116 + 146 = 386 (100%)
R 124 of 386 ~ 32.12%
G 116 of 386 ~ 30.05%
B 146 of 386 ~ 37.82'%

%32.12
%30.05
%37.82

CMYK color model

#7C7492 color CMYK value is (15,21,0,43).

  • cyan value is 15.07%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (15,21,0,43)
C15M21Y0K43 (15%, 21%, 0%, 43%)
(0.15 / 0.21 / 0.00 / 0.43)

CMYK percentages

%15.07
%20.55
%0
%42.75

Codes

Color #7C7492 in popluar color models

7C 74 92
RGB 124 116 146
HSL 256° 12.10% 51.37%
HSB/HSV 256° 20.55% 57.25%
CMYK 15.07% 20.55% 0.00%
42.75%

Color #7C7492 in popluar number systems.

HEX 7C 74 92
Decimal 124 116 146
Binary 1111100 1110100 10010010
Octal 174 164 222

Shades and tints

Shades of #7C7492

#7C7492
(124,116,146)
#716A85
(113,106,133)
#666078
(102,96,120)
#5B566B
(91,86,107)
#504C5E
(80,76,94)
#454251
(69,66,81)
#3A3844
(58,56,68)
#2F2E37
(47,46,55)
#24242A
(36,36,42)
#191A1D
(25,26,29)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #7C7492

#7C7492
(124,116,146)
#87809B
(135,128,155)
#928CA4
(146,140,164)
#9D98AD
(157,152,173)
#A8A4B6
(168,164,182)
#B3B0BF
(179,176,191)
#BEBCC8
(190,188,200)
#C9C8D1
(201,200,209)
#D4D4DA
(212,212,218)
#DFE0E3
(223,224,227)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7492; }

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

This text font color is #7C7492.

Background Color

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

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

This div background color is #7C7492.

Border color

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

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

This div border color is #7C7492.

Opacity

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

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

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

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

This text has shadow with #7C7492 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7492.

Preview

Color preview on black background

This text has color #7C7492 on black background.


Color preview on white background

This text has color #7C7492 on white background.


Black color preview on #7C7492 background

This text has black color on #7C7492 background.


White color preview on #7C7492 background

This text has white color on #7C7492 background.


Related colors

Complementary color

Complementary color for #hex is #838B6D.


I love getcolorcode.com

Triadic colors

1 #927C74 and #74927C with #7C7492 are triadic colors.

2 #92747C and #747C92 with #7C7492 are triadic colors.