COLOR #7C7495

HEX: #7C7495 RGB: (124,116,149)

Color info

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

RGB color model

#7C7495 color RGB value is (124,116,149).

RGB: (124,116,149) (49%, 45%, 58%)

RGB channels and saturation

R 124 of 255 = 49%
G 116 of 255 = 45%
B 149 of 255 = 58%

124
116
149

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

Portions of RGB colors in percentages

R + G + B = 124 + 116 + 149 = 389 (100%)
R 124 of 389 ~ 31.88%
G 116 of 389 ~ 29.82%
B 149 of 389 ~ 38.3'%

%31.88
%29.82
%38.3

CMYK color model

#7C7495 color CMYK value is (17,22,0,42).

  • cyan value is 16.78%
  • magenta value is 22.15%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (17,22,0,42)
C17M22Y0K42 (17%, 22%, 0%, 42%)
(0.17 / 0.22 / 0.00 / 0.42)

CMYK percentages

%16.78
%22.15
%0
%41.57

Codes

Color #7C7495 in popluar color models

7C 74 95
RGB 124 116 149
HSL 255° 13.47% 51.96%
HSB/HSV 255° 22.15% 58.43%
CMYK 16.78% 22.15% 0.00%
41.57%

Color #7C7495 in popluar number systems.

HEX 7C 74 95
Decimal 124 116 149
Binary 1111100 1110100 10010101
Octal 174 164 225

Shades and tints

Shades of #7C7495

#7C7495
(124,116,149)
#716A88
(113,106,136)
#66607B
(102,96,123)
#5B566E
(91,86,110)
#504C61
(80,76,97)
#454254
(69,66,84)
#3A3847
(58,56,71)
#2F2E3A
(47,46,58)
#24242D
(36,36,45)
#191A20
(25,26,32)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #7C7495

#7C7495
(124,116,149)
#87809E
(135,128,158)
#928CA7
(146,140,167)
#9D98B0
(157,152,176)
#A8A4B9
(168,164,185)
#B3B0C2
(179,176,194)
#BEBCCB
(190,188,203)
#C9C8D4
(201,200,212)
#D4D4DD
(212,212,221)
#DFE0E6
(223,224,230)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7495; }

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

This text font color is #7C7495.

Background Color

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

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

This div background color is #7C7495.

Border color

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

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

This div border color is #7C7495.

Opacity

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

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

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

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

This text has shadow with #7C7495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7495.

Preview

Color preview on black background

This text has color #7C7495 on black background.


Color preview on white background

This text has color #7C7495 on white background.


Black color preview on #7C7495 background

This text has black color on #7C7495 background.


White color preview on #7C7495 background

This text has white color on #7C7495 background.


Related colors

Complementary color

Complementary color for #hex is #838B6A.


I love getcolorcode.com

Triadic colors

1 #957C74 and #74957C with #7C7495 are triadic colors.

2 #95747C and #747C95 with #7C7495 are triadic colors.