COLOR #7C467E

HEX: #7C467E RGB: (124,70,126)

Color info

#7C467E contains red, green and blue colors in about the same proportion. Web safe color of #7C467E is #663366 (or #636).

RGB color model

#7C467E color RGB value is (124,70,126).

RGB: (124,70,126) (49%, 27%, 49%)

RGB channels and saturation

R 124 of 255 = 49%
G 70 of 255 = 27%
B 126 of 255 = 49%

124
70
126

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

Portions of RGB colors in percentages

R + G + B = 124 + 70 + 126 = 320 (100%)
R 124 of 320 ~ 38.75%
G 70 of 320 ~ 21.88%
B 126 of 320 ~ 39.38'%

%38.75
%21.88
%39.38

CMYK color model

#7C467E color CMYK value is (2,44,0,51).

  • cyan value is 1.59%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (2,44,0,51)
C2M44Y0K51 (2%, 44%, 0%, 51%)
(0.02 / 0.44 / 0.00 / 0.51)

CMYK percentages

%1.59
%44.44
%0
%50.59

Codes

Color #7C467E in popluar color models

7C 46 7E
RGB 124 70 126
HSL 298° 28.57% 38.43%
HSB/HSV 298° 44.44% 49.41%
CMYK 1.59% 44.44% 0.00%
50.59%

Color #7C467E in popluar number systems.

HEX 7C 46 7E
Decimal 124 70 126
Binary 1111100 1000110 1111110
Octal 174 106 176

Shades and tints

Shades of #7C467E

#7C467E
(124,70,126)
#714073
(113,64,115)
#663A68
(102,58,104)
#5B345D
(91,52,93)
#502E52
(80,46,82)
#452847
(69,40,71)
#3A223C
(58,34,60)
#2F1C31
(47,28,49)
#241626
(36,22,38)
#19101B
(25,16,27)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #7C467E

#7C467E
(124,70,126)
#875689
(135,86,137)
#926694
(146,102,148)
#9D769F
(157,118,159)
#A886AA
(168,134,170)
#B396B5
(179,150,181)
#BEA6C0
(190,166,192)
#C9B6CB
(201,182,203)
#D4C6D6
(212,198,214)
#DFD6E1
(223,214,225)
#EAE6EC
(234,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C467E color. Also use rgb(124,70,126) instead hex code.

Text Font Color

.myTextColor { color: #7C467E; }

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

This text font color is #7C467E.

Background Color

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

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

This div background color is #7C467E.

Border color

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

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

This div border color is #7C467E.

Opacity

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

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

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

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

This text has shadow with #7C467E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C467E.

Preview

Color preview on black background

This text has color #7C467E on black background.


Color preview on white background

This text has color #7C467E on white background.


Black color preview on #7C467E background

This text has black color on #7C467E background.


White color preview on #7C467E background

This text has white color on #7C467E background.


Related colors

Complementary color

Complementary color for #hex is #83B981.


I love getcolorcode.com

Triadic colors

1 #7E7C46 and #467E7C with #7C467E are triadic colors.

2 #7E467C and #467C7E with #7C467E are triadic colors.