COLOR #7C3D75

HEX: #7C3D75
RGB: (124,61,117)

Color info

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

RGB color model

#7C3D75 color RGB value is (124,61,117).

  • red value is 124;
  • green value is 61;
  • blue value is 117.
RGB:
(124,61,117)
(49%,24%,46%)

RGB channels and saturation

R 124 of 255 = 49%
G 61 of 255 = 24%
B 117 of 255 = 46%

124
61
117

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

Portions of RGB colors in percentages

R + G + B =
124 + 61 + 117 = 302 (100%)
R 124 of 302 ~ 41.06%
G 61 of 302 ~ 20.2%
B 117 of 302 ~ 38.74%

%41.06
%20.2
%38.74

CMYK color model

#7C3D75 color CMYK value is (0,51,6,51).

  • cyan value is 0.00%
  • magenta value is 50.81%
  • yellow value is 5.65%
  • key color value is 51.37%
CMYK:
(0,51,6,51)
C0M51Y6K51 
(0%,51%,6%,51%)
(0.00/0.51/0.06/0.51)	

CMYK percentages

%0
%50.81
%5.65
%51.37

Codes

Color #7C3D75 in popluar color models

7C3D75
RGB12461117
HSL307°34.05%36.27%
HSB/HSV307°50.81%48.63%
CMYK0.00%50.81%5.65%
51.37%

Color #7C3D75 in popluar number systems.

HEX7C3D75
Decimal12461117
Binary11111001111011110101
Octal17475165

Shades and tints

Shades of #7C3D75

#7C3D75
(124,61,117)
#71386B
(113,56,107)
#663361
(102,51,97)
#5B2E57
(91,46,87)
#50294D
(80,41,77)
#452443
(69,36,67)
#3A1F39
(58,31,57)
#2F1A2F
(47,26,47)
#241525
(36,21,37)
#19101B
(25,16,27)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #7C3D75

#7C3D75
(124,61,117)
#874E81
(135,78,129)
#925F8D
(146,95,141)
#9D7099
(157,112,153)
#A881A5
(168,129,165)
#B392B1
(179,146,177)
#BEA3BD
(190,163,189)
#C9B4C9
(201,180,201)
#D4C5D5
(212,197,213)
#DFD6E1
(223,214,225)
#EAE7ED
(234,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C3D75 color. Also use rgb(124,61,117) instead hex code.

Text Font Color

.myTextColor { color: #7C3D75; }

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

This text font color is #7C3D75.


Background Color

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

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

This div background color is #7C3D75.


Border color

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

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

This div border color is #7C3D75.


Opacity

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

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

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

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

This text has shadow with #7C3D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3D75 on black background.


Color preview on white background

This text has color #7C3D75 on white background.



Black color preview on #7C3D75 background

This text has black color on #7C3D75 background.


White color preview on #7C3D75 background

This text has white color on #7C3D75 background.