COLOR #7C6791

HEX: #7C6791
RGB: (124,103,145)

Color info

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

RGB color model

#7C6791 color RGB value is (124,103,145).

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

RGB channels and saturation

R 124 of 255 = 49%
G 103 of 255 = 40%
B 145 of 255 = 57%

124
103
145

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

Portions of RGB colors in percentages

R + G + B =
124 + 103 + 145 = 372 (100%)
R 124 of 372 ~ 33.33%
G 103 of 372 ~ 27.69%
B 145 of 372 ~ 38.98%

%33.33
%27.69
%38.98

CMYK color model

#7C6791 color CMYK value is (14,29,0,43).

  • cyan value is 14.48%
  • magenta value is 28.97%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(14,29,0,43)
C14M29Y0K43 
(14%,29%,0%,43%)
(0.14/0.29/0.00/0.43)	

CMYK percentages

%14.48
%28.97
%0
%43.14

Codes

Color #7C6791 in popluar color models

7C6791
RGB124103145
HSL270°16.94%48.63%
HSB/HSV270°28.97%56.86%
CMYK14.48%28.97%0.00%
43.14%

Color #7C6791 in popluar number systems.

HEX7C6791
Decimal124103145
Binary1111100110011110010001
Octal174147221

Shades and tints

Shades of #7C6791

#7C6791
(124,103,145)
#715E84
(113,94,132)
#665577
(102,85,119)
#5B4C6A
(91,76,106)
#50435D
(80,67,93)
#453A50
(69,58,80)
#3A3143
(58,49,67)
#2F2836
(47,40,54)
#241F29
(36,31,41)
#19161C
(25,22,28)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #7C6791

#7C6791
(124,103,145)
#87749B
(135,116,155)
#9281A5
(146,129,165)
#9D8EAF
(157,142,175)
#A89BB9
(168,155,185)
#B3A8C3
(179,168,195)
#BEB5CD
(190,181,205)
#C9C2D7
(201,194,215)
#D4CFE1
(212,207,225)
#DFDCEB
(223,220,235)
#EAE9F5
(234,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6791; }

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

This text font color is #7C6791.


Background Color

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

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

This div background color is #7C6791.


Border color

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

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

This div border color is #7C6791.


Opacity

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

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

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

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

This text has shadow with #7C6791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6791 on black background.


Color preview on white background

This text has color #7C6791 on white background.



Black color preview on #7C6791 background

This text has black color on #7C6791 background.


White color preview on #7C6791 background

This text has white color on #7C6791 background.