COLOR #7C7199

HEX: #7C7199 RGB: (124,113,153)

Color info

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

RGB color model

#7C7199 color RGB value is (124,113,153).

RGB: (124,113,153) (49%, 44%, 60%)

RGB channels and saturation

R 124 of 255 = 49%
G 113 of 255 = 44%
B 153 of 255 = 60%

124
113
153

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

Portions of RGB colors in percentages

R + G + B = 124 + 113 + 153 = 390 (100%)
R 124 of 390 ~ 31.79%
G 113 of 390 ~ 28.97%
B 153 of 390 ~ 39.23'%

%31.79
%28.97
%39.23

CMYK color model

#7C7199 color CMYK value is (19,26,0,40).

  • cyan value is 18.95%
  • magenta value is 26.14%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (19,26,0,40)
C19M26Y0K40 (19%, 26%, 0%, 40%)
(0.19 / 0.26 / 0.00 / 0.40)

CMYK percentages

%18.95
%26.14
%0
%40

Codes

Color #7C7199 in popluar color models

7C 71 99
RGB 124 113 153
HSL 257° 16.39% 52.16%
HSB/HSV 257° 26.14% 60.00%
CMYK 18.95% 26.14% 0.00%
40.00%

Color #7C7199 in popluar number systems.

HEX 7C 71 99
Decimal 124 113 153
Binary 1111100 1110001 10011001
Octal 174 161 231

Shades and tints

Shades of #7C7199

#7C7199
(124,113,153)
#71678C
(113,103,140)
#665D7F
(102,93,127)
#5B5372
(91,83,114)
#504965
(80,73,101)
#453F58
(69,63,88)
#3A354B
(58,53,75)
#2F2B3E
(47,43,62)
#242131
(36,33,49)
#191724
(25,23,36)
#0E0D17
(14,13,23)
#000000
(0,0,0)

Tints of #7C7199

#7C7199
(124,113,153)
#877DA2
(135,125,162)
#9289AB
(146,137,171)
#9D95B4
(157,149,180)
#A8A1BD
(168,161,189)
#B3ADC6
(179,173,198)
#BEB9CF
(190,185,207)
#C9C5D8
(201,197,216)
#D4D1E1
(212,209,225)
#DFDDEA
(223,221,234)
#EAE9F3
(234,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7199; }

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

This text font color is #7C7199.

Background Color

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

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

This div background color is #7C7199.

Border color

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

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

This div border color is #7C7199.

Opacity

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

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

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

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

This text has shadow with #7C7199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7199.

Preview

Color preview on black background

This text has color #7C7199 on black background.


Color preview on white background

This text has color #7C7199 on white background.


Black color preview on #7C7199 background

This text has black color on #7C7199 background.


White color preview on #7C7199 background

This text has white color on #7C7199 background.


Related colors

Complementary color

Complementary color for #hex is #838E66.


I love getcolorcode.com

Triadic colors

1 #997C71 and #71997C with #7C7199 are triadic colors.

2 #99717C and #717C99 with #7C7199 are triadic colors.