COLOR #7D2B78

HEX: #7D2B78
RGB: (125,43,120)

Color info

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

RGB color model

#7D2B78 color RGB value is (125,43,120).

  • red value is 125;
  • green value is 43;
  • blue value is 120.
RGB:
(125,43,120)
(49%,17%,47%)

RGB channels and saturation

R 125 of 255 = 49%
G 43 of 255 = 17%
B 120 of 255 = 47%

125
43
120

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

Portions of RGB colors in percentages

R + G + B =
125 + 43 + 120 = 288 (100%)
R 125 of 288 ~ 43.4%
G 43 of 288 ~ 14.93%
B 120 of 288 ~ 41.67%

%43.4
%14.93
%41.67

CMYK color model

#7D2B78 color CMYK value is (0,66,4,51).

  • cyan value is 0.00%
  • magenta value is 65.60%
  • yellow value is 4.00%
  • key color value is 50.98%
CMYK:
(0,66,4,51)
C0M66Y4K51 
(0%,66%,4%,51%)
(0.00/0.66/0.04/0.51)	

CMYK percentages

%0
%65.6
%4
%50.98

Codes

Color #7D2B78 in popluar color models

7D2B78
RGB12543120
HSL304°48.81%32.94%
HSB/HSV304°65.60%49.02%
CMYK0.00%65.60%4.00%
50.98%

Color #7D2B78 in popluar number systems.

HEX7D2B78
Decimal12543120
Binary11111011010111111000
Octal17553170

Shades and tints

Shades of #7D2B78

#7D2B78
(125,43,120)
#72286E
(114,40,110)
#672564
(103,37,100)
#5C225A
(92,34,90)
#511F50
(81,31,80)
#461C46
(70,28,70)
#3B193C
(59,25,60)
#301632
(48,22,50)
#251328
(37,19,40)
#1A101E
(26,16,30)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #7D2B78

#7D2B78
(125,43,120)
#883E84
(136,62,132)
#935190
(147,81,144)
#9E649C
(158,100,156)
#A977A8
(169,119,168)
#B48AB4
(180,138,180)
#BF9DC0
(191,157,192)
#CAB0CC
(202,176,204)
#D5C3D8
(213,195,216)
#E0D6E4
(224,214,228)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D2B78 color. Also use rgb(125,43,120) instead hex code.

Text Font Color

.myTextColor { color: #7D2B78; }

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

This text font color is #7D2B78.


Background Color

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

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

This div background color is #7D2B78.


Border color

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

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

This div border color is #7D2B78.


Opacity

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

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

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

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

This text has shadow with #7D2B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D2B78 on black background.


Color preview on white background

This text has color #7D2B78 on white background.



Black color preview on #7D2B78 background

This text has black color on #7D2B78 background.


White color preview on #7D2B78 background

This text has white color on #7D2B78 background.