COLOR #7C6E99

HEX: #7C6E99
RGB: (124,110,153)

Color info

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

RGB color model

#7C6E99 color RGB value is (124,110,153).

  • red value is 124;
  • green value is 110;
  • blue value is 153.
RGB:
(124,110,153)
(49%,43%,60%)

RGB channels and saturation

R 124 of 255 = 49%
G 110 of 255 = 43%
B 153 of 255 = 60%

124
110
153

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

Portions of RGB colors in percentages

R + G + B =
124 + 110 + 153 = 387 (100%)
R 124 of 387 ~ 32.04%
G 110 of 387 ~ 28.42%
B 153 of 387 ~ 39.53%

%32.04
%28.42
%39.53

CMYK color model

#7C6E99 color CMYK value is (19,28,0,40).

  • cyan value is 18.95%
  • magenta value is 28.10%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(19,28,0,40)
C19M28Y0K40 
(19%,28%,0%,40%)
(0.19/0.28/0.00/0.40)	

CMYK percentages

%18.95
%28.1
%0
%40

Codes

Color #7C6E99 in popluar color models

7C6E99
RGB124110153
HSL260°17.41%51.57%
HSB/HSV260°28.10%60.00%
CMYK18.95%28.10%0.00%
40.00%

Color #7C6E99 in popluar number systems.

HEX7C6E99
Decimal124110153
Binary1111100110111010011001
Octal174156231

Shades and tints

Shades of #7C6E99

#7C6E99
(124,110,153)
#71648C
(113,100,140)
#665A7F
(102,90,127)
#5B5072
(91,80,114)
#504665
(80,70,101)
#453C58
(69,60,88)
#3A324B
(58,50,75)
#2F283E
(47,40,62)
#241E31
(36,30,49)
#191424
(25,20,36)
#0E0A17
(14,10,23)
#000000
(0,0,0)

Tints of #7C6E99

#7C6E99
(124,110,153)
#877BA2
(135,123,162)
#9288AB
(146,136,171)
#9D95B4
(157,149,180)
#A8A2BD
(168,162,189)
#B3AFC6
(179,175,198)
#BEBCCF
(190,188,207)
#C9C9D8
(201,201,216)
#D4D6E1
(212,214,225)
#DFE3EA
(223,227,234)
#EAF0F3
(234,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6E99; }

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

This text font color is #7C6E99.


Background Color

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

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

This div background color is #7C6E99.


Border color

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

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

This div border color is #7C6E99.


Opacity

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

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

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

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

This text has shadow with #7C6E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6E99 on black background.


Color preview on white background

This text has color #7C6E99 on white background.



Black color preview on #7C6E99 background

This text has black color on #7C6E99 background.


White color preview on #7C6E99 background

This text has white color on #7C6E99 background.