COLOR #7C6E7D

HEX: #7C6E7D
RGB: (124,110,125)

Color info

#7C6E7D contains red, green and blue colors in about the same proportion. Web safe color of #7C6E7D is #666666 (or #666).

RGB color model

#7C6E7D color RGB value is (124,110,125).

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

RGB channels and saturation

R 124 of 255 = 49%
G 110 of 255 = 43%
B 125 of 255 = 49%

124
110
125

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

Portions of RGB colors in percentages

R + G + B =
124 + 110 + 125 = 359 (100%)
R 124 of 359 ~ 34.54%
G 110 of 359 ~ 30.64%
B 125 of 359 ~ 34.82%

%34.54
%30.64
%34.82

CMYK color model

#7C6E7D color CMYK value is (1,12,0,51).

  • cyan value is 0.80%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(1,12,0,51)
C1M12Y0K51 
(1%,12%,0%,51%)
(0.01/0.12/0.00/0.51)	

CMYK percentages

%0.8
%12
%0
%50.98

Codes

Color #7C6E7D in popluar color models

7C6E7D
RGB124110125
HSL296°6.38%46.08%
HSB/HSV296°12.00%49.02%
CMYK0.80%12.00%0.00%
50.98%

Color #7C6E7D in popluar number systems.

HEX7C6E7D
Decimal124110125
Binary111110011011101111101
Octal174156175

Shades and tints

Shades of #7C6E7D

#7C6E7D
(124,110,125)
#716472
(113,100,114)
#665A67
(102,90,103)
#5B505C
(91,80,92)
#504651
(80,70,81)
#453C46
(69,60,70)
#3A323B
(58,50,59)
#2F2830
(47,40,48)
#241E25
(36,30,37)
#19141A
(25,20,26)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #7C6E7D

#7C6E7D
(124,110,125)
#877B88
(135,123,136)
#928893
(146,136,147)
#9D959E
(157,149,158)
#A8A2A9
(168,162,169)
#B3AFB4
(179,175,180)
#BEBCBF
(190,188,191)
#C9C9CA
(201,201,202)
#D4D6D5
(212,214,213)
#DFE3E0
(223,227,224)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6E7D; }

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

This text font color is #7C6E7D.


Background Color

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

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

This div background color is #7C6E7D.


Border color

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

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

This div border color is #7C6E7D.


Opacity

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

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

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

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

This text has shadow with #7C6E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6E7D on black background.


Color preview on white background

This text has color #7C6E7D on white background.



Black color preview on #7C6E7D background

This text has black color on #7C6E7D background.


White color preview on #7C6E7D background

This text has white color on #7C6E7D background.