COLOR #7C7591

HEX: #7C7591
RGB: (124,117,145)

Color info

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

RGB color model

#7C7591 color RGB value is (124,117,145).

  • red value is 124;
  • green value is 117;
  • blue value is 145.
RGB:
(124,117,145)
(49%,46%,57%)

RGB channels and saturation

R 124 of 255 = 49%
G 117 of 255 = 46%
B 145 of 255 = 57%

124
117
145

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

Portions of RGB colors in percentages

R + G + B =
124 + 117 + 145 = 386 (100%)
R 124 of 386 ~ 32.12%
G 117 of 386 ~ 30.31%
B 145 of 386 ~ 37.56%

%32.12
%30.31
%37.56

CMYK color model

#7C7591 color CMYK value is (14,19,0,43).

  • cyan value is 14.48%
  • magenta value is 19.31%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(14,19,0,43)
C14M19Y0K43 
(14%,19%,0%,43%)
(0.14/0.19/0.00/0.43)	

CMYK percentages

%14.48
%19.31
%0
%43.14

Codes

Color #7C7591 in popluar color models

7C7591
RGB124117145
HSL255°11.29%51.37%
HSB/HSV255°19.31%56.86%
CMYK14.48%19.31%0.00%
43.14%

Color #7C7591 in popluar number systems.

HEX7C7591
Decimal124117145
Binary1111100111010110010001
Octal174165221

Shades and tints

Shades of #7C7591

#7C7591
(124,117,145)
#716B84
(113,107,132)
#666177
(102,97,119)
#5B576A
(91,87,106)
#504D5D
(80,77,93)
#454350
(69,67,80)
#3A3943
(58,57,67)
#2F2F36
(47,47,54)
#242529
(36,37,41)
#191B1C
(25,27,28)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #7C7591

#7C7591
(124,117,145)
#87819B
(135,129,155)
#928DA5
(146,141,165)
#9D99AF
(157,153,175)
#A8A5B9
(168,165,185)
#B3B1C3
(179,177,195)
#BEBDCD
(190,189,205)
#C9C9D7
(201,201,215)
#D4D5E1
(212,213,225)
#DFE1EB
(223,225,235)
#EAEDF5
(234,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7591; }

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

This text font color is #7C7591.


Background Color

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

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

This div background color is #7C7591.


Border color

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

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

This div border color is #7C7591.


Opacity

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

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

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

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

This text has shadow with #7C7591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7591 on black background.


Color preview on white background

This text has color #7C7591 on white background.



Black color preview on #7C7591 background

This text has black color on #7C7591 background.


White color preview on #7C7591 background

This text has white color on #7C7591 background.