COLOR #7D1C77

HEX: #7D1C77
RGB: (125,28,119)

Color info

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

RGB color model

#7D1C77 color RGB value is (125,28,119).

  • red value is 125;
  • green value is 28;
  • blue value is 119.
RGB:
(125,28,119)
(49%,11%,47%)

RGB channels and saturation

R 125 of 255 = 49%
G 28 of 255 = 11%
B 119 of 255 = 47%

125
28
119

R + G + B ~ 36%. #7D1C77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 28 + 119 = 272 (100%)
R 125 of 272 ~ 45.96%
G 28 of 272 ~ 10.29%
B 119 of 272 ~ 43.75%

%45.96
%10.29
%43.75

CMYK color model

#7D1C77 color CMYK value is (0,78,5,51).

  • cyan value is 0.00%
  • magenta value is 77.60%
  • yellow value is 4.80%
  • key color value is 50.98%
CMYK:
(0,78,5,51)
C0M78Y5K51 
(0%,78%,5%,51%)
(0.00/0.78/0.05/0.51)	

CMYK percentages

%0
%77.6
%4.8
%50.98

Codes

Color #7D1C77 in popluar color models

7D1C77
RGB12528119
HSL304°63.40%30.00%
HSB/HSV304°77.60%49.02%
CMYK0.00%77.60%4.80%
50.98%

Color #7D1C77 in popluar number systems.

HEX7D1C77
Decimal12528119
Binary1111101111001110111
Octal17534167

Shades and tints

Shades of #7D1C77

#7D1C77
(125,28,119)
#721A6D
(114,26,109)
#671863
(103,24,99)
#5C1659
(92,22,89)
#51144F
(81,20,79)
#461245
(70,18,69)
#3B103B
(59,16,59)
#300E31
(48,14,49)
#250C27
(37,12,39)
#1A0A1D
(26,10,29)
#0F0813
(15,8,19)
#000000
(0,0,0)

Tints of #7D1C77

#7D1C77
(125,28,119)
#883083
(136,48,131)
#93448F
(147,68,143)
#9E589B
(158,88,155)
#A96CA7
(169,108,167)
#B480B3
(180,128,179)
#BF94BF
(191,148,191)
#CAA8CB
(202,168,203)
#D5BCD7
(213,188,215)
#E0D0E3
(224,208,227)
#EBE4EF
(235,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D1C77 color. Also use rgb(125,28,119) instead hex code.

Text Font Color

.myTextColor { color: #7D1C77; }

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

This text font color is #7D1C77.


Background Color

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

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

This div background color is #7D1C77.


Border color

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

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

This div border color is #7D1C77.


Opacity

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

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

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

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

This text has shadow with #7D1C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D1C77 on black background.


Color preview on white background

This text has color #7D1C77 on white background.



Black color preview on #7D1C77 background

This text has black color on #7D1C77 background.


White color preview on #7D1C77 background

This text has white color on #7D1C77 background.