COLOR #7C2C7D

HEX: #7C2C7D RGB: (124,44,125)

Color info

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

RGB color model

#7C2C7D color RGB value is (124,44,125).

RGB: (124,44,125) (49%, 17%, 49%)

RGB channels and saturation

R 124 of 255 = 49%
G 44 of 255 = 17%
B 125 of 255 = 49%

124
44
125

R + G + B ~ 38%. #7C2C7D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 44 + 125 = 293 (100%)
R 124 of 293 ~ 42.32%
G 44 of 293 ~ 15.02%
B 125 of 293 ~ 42.66'%

%42.32
%15.02
%42.66

CMYK color model

#7C2C7D color CMYK value is (1,65,0,51).

  • cyan value is 0.80%
  • magenta value is 64.80%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (1,65,0,51)
C1M65Y0K51 (1%, 65%, 0%, 51%)
(0.01 / 0.65 / 0.00 / 0.51)

CMYK percentages

%0.8
%64.8
%0
%50.98

Codes

Color #7C2C7D in popluar color models

7C 2C 7D
RGB 124 44 125
HSL 299° 47.93% 33.14%
HSB/HSV 299° 64.80% 49.02%
CMYK 0.80% 64.80% 0.00%
50.98%

Color #7C2C7D in popluar number systems.

HEX 7C 2C 7D
Decimal 124 44 125
Binary 1111100 101100 1111101
Octal 174 54 175

Shades and tints

Shades of #7C2C7D

#7C2C7D
(124,44,125)
#712872
(113,40,114)
#662467
(102,36,103)
#5B205C
(91,32,92)
#501C51
(80,28,81)
#451846
(69,24,70)
#3A143B
(58,20,59)
#2F1030
(47,16,48)
#240C25
(36,12,37)
#19081A
(25,8,26)
#0E040F
(14,4,15)
#000000
(0,0,0)

Tints of #7C2C7D

#7C2C7D
(124,44,125)
#873F88
(135,63,136)
#925293
(146,82,147)
#9D659E
(157,101,158)
#A878A9
(168,120,169)
#B38BB4
(179,139,180)
#BE9EBF
(190,158,191)
#C9B1CA
(201,177,202)
#D4C4D5
(212,196,213)
#DFD7E0
(223,215,224)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C2C7D; }

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

This text font color is #7C2C7D.

Background Color

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

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

This div background color is #7C2C7D.

Border color

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

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

This div border color is #7C2C7D.

Opacity

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

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

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

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

This text has shadow with #7C2C7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C2C7D.

Preview

Color preview on black background

This text has color #7C2C7D on black background.


Color preview on white background

This text has color #7C2C7D on white background.


Black color preview on #7C2C7D background

This text has black color on #7C2C7D background.


White color preview on #7C2C7D background

This text has white color on #7C2C7D background.


Related colors

Complementary color

Complementary color for #hex is #83D382.


I love getcolorcode.com

Triadic colors

1 #7D7C2C and #2C7D7C with #7C2C7D are triadic colors.

2 #7D2C7C and #2C7C7D with #7C2C7D are triadic colors.