COLOR #7C3154

HEX: #7C3154 RGB: (124,49,84)

Color info

#7C3154 contains mainly red and blue colors. Web safe color of #7C3154 is #663366 (or #636).

RGB color model

#7C3154 color RGB value is (124,49,84).

RGB: (124,49,84) (49%, 19%, 33%)

RGB channels and saturation

R 124 of 255 = 49%
G 49 of 255 = 19%
B 84 of 255 = 33%

124
49
84

R + G + B ~ 34%. #7C3154 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 49 + 84 = 257 (100%)
R 124 of 257 ~ 48.25%
G 49 of 257 ~ 19.07%
B 84 of 257 ~ 32.68'%

%48.25
%19.07
%32.68

CMYK color model

#7C3154 color CMYK value is (0,60,32,51).

  • cyan value is 0.00%
  • magenta value is 60.48%
  • yellow value is 32.26%
  • key color value is 51.37%

CMYK: (0,60,32,51)
C0M60Y32K51 (0%, 60%, 32%, 51%)
(0.00 / 0.60 / 0.32 / 0.51)

CMYK percentages

%0
%60.48
%32.26
%51.37

Codes

Color #7C3154 in popluar color models

7C 31 54
RGB 124 49 84
HSL 332° 43.35% 33.92%
HSB/HSV 332° 60.48% 48.63%
CMYK 0.00% 60.48% 32.26%
51.37%

Color #7C3154 in popluar number systems.

HEX 7C 31 54
Decimal 124 49 84
Binary 1111100 110001 1010100
Octal 174 61 124

Shades and tints

Shades of #7C3154

#7C3154
(124,49,84)
#712D4D
(113,45,77)
#662946
(102,41,70)
#5B253F
(91,37,63)
#502138
(80,33,56)
#451D31
(69,29,49)
#3A192A
(58,25,42)
#2F1523
(47,21,35)
#24111C
(36,17,28)
#190D15
(25,13,21)
#0E090E
(14,9,14)
#000000
(0,0,0)

Tints of #7C3154

#7C3154
(124,49,84)
#874363
(135,67,99)
#925572
(146,85,114)
#9D6781
(157,103,129)
#A87990
(168,121,144)
#B38B9F
(179,139,159)
#BE9DAE
(190,157,174)
#C9AFBD
(201,175,189)
#D4C1CC
(212,193,204)
#DFD3DB
(223,211,219)
#EAE5EA
(234,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C3154 color. Also use rgb(124,49,84) instead hex code.

Text Font Color

.myTextColor { color: #7C3154; }

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

This text font color is #7C3154.

Background Color

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

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

This div background color is #7C3154.

Border color

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

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

This div border color is #7C3154.

Opacity

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

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

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

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

This text has shadow with #7C3154 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C3154.

Preview

Color preview on black background

This text has color #7C3154 on black background.


Color preview on white background

This text has color #7C3154 on white background.


Black color preview on #7C3154 background

This text has black color on #7C3154 background.


White color preview on #7C3154 background

This text has white color on #7C3154 background.


Related colors

Complementary color

Complementary color for #hex is #83CEAB.


I love getcolorcode.com

Triadic colors

1 #547C31 and #31547C with #7C3154 are triadic colors.

2 #54317C and #317C54 with #7C3154 are triadic colors.