COLOR #7D146C

HEX: #7D146C RGB: (125,20,108)

Color info

#7D146C contains mainly red and blue colors. Web safe color of #7D146C is #660066 (or #606).

RGB color model

#7D146C color RGB value is (125,20,108).

RGB: (125,20,108) (49%, 8%, 42%)

RGB channels and saturation

R 125 of 255 = 49%
G 20 of 255 = 8%
B 108 of 255 = 42%

125
20
108

R + G + B ~ 33%. #7D146C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 125 + 20 + 108 = 253 (100%)
R 125 of 253 ~ 49.41%
G 20 of 253 ~ 7.91%
B 108 of 253 ~ 42.69'%

%49.41
%42.69

CMYK color model

#7D146C color CMYK value is (0,84,14,51).

  • cyan value is 0.00%
  • magenta value is 84.00%
  • yellow value is 13.60%
  • key color value is 50.98%

CMYK: (0,84,14,51)
C0M84Y14K51 (0%, 84%, 14%, 51%)
(0.00 / 0.84 / 0.14 / 0.51)

CMYK percentages

%0
%84
%13.6
%50.98

Codes

Color #7D146C in popluar color models

7D 14 6C
RGB 125 20 108
HSL 310° 72.41% 28.43%
HSB/HSV 310° 84.00% 49.02%
CMYK 0.00% 84.00% 13.60%
50.98%

Color #7D146C in popluar number systems.

HEX 7D 14 6C
Decimal 125 20 108
Binary 1111101 10100 1101100
Octal 175 24 154

Shades and tints

Shades of #7D146C

#7D146C
(125,20,108)
#721363
(114,19,99)
#67125A
(103,18,90)
#5C1151
(92,17,81)
#511048
(81,16,72)
#460F3F
(70,15,63)
#3B0E36
(59,14,54)
#300D2D
(48,13,45)
#250C24
(37,12,36)
#1A0B1B
(26,11,27)
#0F0A12
(15,10,18)
#000000
(0,0,0)

Tints of #7D146C

#7D146C
(125,20,108)
#882979
(136,41,121)
#933E86
(147,62,134)
#9E5393
(158,83,147)
#A968A0
(169,104,160)
#B47DAD
(180,125,173)
#BF92BA
(191,146,186)
#CAA7C7
(202,167,199)
#D5BCD4
(213,188,212)
#E0D1E1
(224,209,225)
#EBE6EE
(235,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D146C color. Also use rgb(125,20,108) instead hex code.

Text Font Color

.myTextColor { color: #7D146C; }

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

This text font color is #7D146C.

Background Color

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

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

This div background color is #7D146C.

Border color

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

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

This div border color is #7D146C.

Opacity

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

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

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

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

This text has shadow with #7D146C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D146C.

Preview

Color preview on black background

This text has color #7D146C on black background.


Color preview on white background

This text has color #7D146C on white background.


Black color preview on #7D146C background

This text has black color on #7D146C background.


White color preview on #7D146C background

This text has white color on #7D146C background.


Related colors

Complementary color

Complementary color for #hex is #82EB93.


I love getcolorcode.com

Triadic colors

1 #6C7D14 and #146C7D with #7D146C are triadic colors.

2 #6C147D and #147D6C with #7D146C are triadic colors.