COLOR #7C719D

HEX: #7C719D
RGB: (124,113,157)

Color info

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

RGB color model

#7C719D color RGB value is (124,113,157).

  • red value is 124;
  • green value is 113;
  • blue value is 157.
RGB:
(124,113,157)
(49%,44%,62%)

RGB channels and saturation

R 124 of 255 = 49%
G 113 of 255 = 44%
B 157 of 255 = 62%

124
113
157

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

Portions of RGB colors in percentages

R + G + B =
124 + 113 + 157 = 394 (100%)
R 124 of 394 ~ 31.47%
G 113 of 394 ~ 28.68%
B 157 of 394 ~ 39.85%

%31.47
%28.68
%39.85

CMYK color model

#7C719D color CMYK value is (21,28,0,38).

  • cyan value is 21.02%
  • magenta value is 28.03%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(21,28,0,38)
C21M28Y0K38 
(21%,28%,0%,38%)
(0.21/0.28/0.00/0.38)	

CMYK percentages

%21.02
%28.03
%0
%38.43

Codes

Color #7C719D in popluar color models

7C719D
RGB124113157
HSL255°18.33%52.94%
HSB/HSV255°28.03%61.57%
CMYK21.02%28.03%0.00%
38.43%

Color #7C719D in popluar number systems.

HEX7C719D
Decimal124113157
Binary1111100111000110011101
Octal174161235

Shades and tints

Shades of #7C719D

#7C719D
(124,113,157)
#71678F
(113,103,143)
#665D81
(102,93,129)
#5B5373
(91,83,115)
#504965
(80,73,101)
#453F57
(69,63,87)
#3A3549
(58,53,73)
#2F2B3B
(47,43,59)
#24212D
(36,33,45)
#19171F
(25,23,31)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #7C719D

#7C719D
(124,113,157)
#877DA5
(135,125,165)
#9289AD
(146,137,173)
#9D95B5
(157,149,181)
#A8A1BD
(168,161,189)
#B3ADC5
(179,173,197)
#BEB9CD
(190,185,205)
#C9C5D5
(201,197,213)
#D4D1DD
(212,209,221)
#DFDDE5
(223,221,229)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C719D; }

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

This text font color is #7C719D.


Background Color

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

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

This div background color is #7C719D.


Border color

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

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

This div border color is #7C719D.


Opacity

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

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

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

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

This text has shadow with #7C719D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C719D on black background.


Color preview on white background

This text has color #7C719D on white background.



Black color preview on #7C719D background

This text has black color on #7C719D background.


White color preview on #7C719D background

This text has white color on #7C719D background.